-
Notifications
You must be signed in to change notification settings - Fork 227
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Most of the dark variants include an array of colors for symbolicon.constant
when the schema expects a string. VS Code ignores the invalid value (the constant icon displays as white), but other libraries/tools may fail to parse the theme because of that value.

(see shikijs/shiki#894).
Steps to reproduce
- Enable one of the affected dark variants in VS Code.
- Open a new python document and enter the following:
MY_CONST = "val"
- Open the command palette and activate
Explorer: Focus on Outline View
- Check the outline view in the bottom-left corner and you'll see that
MY_CONST
's icon is white because the array of green colors associated withsymbolicon.constant
in the theme is an invalid value.
Version
v6.3.5
Theme
GitHub Dark High Contrast, GitHub Dark Default, GitHub Dark Colorblind, GitHub Dark Dimmed, GitHub Dark
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working