Separate theme_overrides settings for dark and light mode #25823
jannisborgers
started this conversation in
Config, Settings and Keymaps
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this in my
settings.json
:theme_overrides
override both dark and light themes. In the case above,editor.foreground
is way too dark against the editor background from the Palenight theme, which activates with dark mode via the system. I have a lot of other overrides for UI elements and syntax that I tuned for my needs in the light theme, which simply don’t work in the dark theme.It would be helpful if the overrides could be defined for
all
,light
anddark
separately, where values inlight
ordark
take precedence over values inall
:Note that this is different from per-project themes or per-filetype theme overrides (which would also be very cool to see), so if all three see the light of day, complexity concerning precedence is added.
Beta Was this translation helpful? Give feedback.
All reactions