[themes] Allow color customizations in settings to unset color tokens
See original GitHub issueI suggest that it be possible for list.activeSelectionIconForeground
to be unset with a boolean too, in case of customizing existing themes that have already set this property.
_Originally posted by @infinnie in https://github.com/microsoft/vscode/issues/125998#issuecomment-866463760_
Issue Analytics
- State:
- Created 2 years ago
- Reactions:10
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Theme color tokens | U.S. Web Design System (USWDS)
Token Default Settings variable Value
'base‑lightest' 'gray‑5' $theme‑color‑base‑lightest #f0f0f0
'base‑lighter' 'gray‑cool‑10' $theme‑color‑base‑lighter #dfe1e2
'base‑light' 'gray‑cool‑30' $theme‑color‑base‑light #a9aeb1
Read more >Color Themes - Visual Studio Code
Color themes let you modify the colors in Visual Studio Code's user ... In VS Code, open the Color Theme picker with File...
Read more >How can I apply token color changes to existing vscode color ...
I'm trying to make vscode theme by modifying existing color theme. ... but lint says 'Property entity.name.function.member is not allowed.
Read more >Use theme colors in your SharePoint Framework customizations
Use theme colors so that your customizations look like a part of the site by referring to the theme colors of the context...
Read more >Theming: an abstraction for design tokens - Benoit Rajalu
Designing for preferences however, that's no easy task. ... Let's say that a color token named hot-pink has a value of #f542dd ....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This really shouldn’t be in the backlog, perhaps add to the On Deck milestone?
I’ve imagine that we would want to do something like:
Which would allow for users to unset that color. @aeschli thoughts?