question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[themes] Allow color customizations in settings to unset color tokens

See original GitHub issue

I 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:open
  • Created 2 years ago
  • Reactions:10
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
wenfangducommented, Jul 11, 2021

This really shouldn’t be in the backlog, perhaps add to the On Deck milestone?

4reactions
miguelsoloriocommented, Jul 6, 2021

I’ve imagine that we would want to do something like:

  "workbench.colorCustomizations": {
    "list.activeSelectionIconForeground": null
  },

Which would allow for users to unset that color. @aeschli thoughts?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found