You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is just something where you need to take a different approach to coloring things. Don't think of "variables are red" think of "variables are secondary accent color, keywords are primary accent color, comments are the muted color".
In my "Uno Due Tre" color scheme I generate all the syntax colors from just 3 hue values.
This may be more limited than what you want, but I find it's actually worked out quite well for me.
@wavebeem I like it, it's a pretty big change though.
I had an idea to have "generator templates" which would create themes using different source colors and maybe have different features, such as having same background color for most things vs more contrast across the workbench, or a palette of a different size.
So you could specify a few strategies for the UI theme vs the code theme. uiStyle could read from the background/foreground keys, and codeStyle could maybe read from an array of colors, which are sorted in order of importance or something? Just a thought.
Some open questions:
The text was updated successfully, but these errors were encountered: