Is your feature request related to a problem? Please describe.
I like my applications to be synchronized with my system color-scheme, easily switching from light to dark mode, and vice versa. Unfortunately, ncspot does not support such a switch yet, meaning I have to manually comment/uncomment my custom theme in my config.toml, instead of just switching my system mode.
Describe the solution you'd like
I think we should be able to define 2 theme profiles in the config.toml, like light_theme and dark_theme, and add a setting to select which profile to choose, with the following 3 possible values: [dark, light, system].
Describe alternatives you've considered
So far, the only way I've found is to manually comment/uncomment my theme to hard-switch between my dark one to my light one and vice-versa.
Additional context
None.
Is your feature request related to a problem? Please describe.
I like my applications to be synchronized with my system color-scheme, easily switching from light to dark mode, and vice versa. Unfortunately,
ncspotdoes not support such a switch yet, meaning I have to manually comment/uncomment my custom theme in myconfig.toml, instead of just switching my system mode.Describe the solution you'd like
I think we should be able to define 2 theme profiles in the
config.toml, likelight_themeanddark_theme, and add a setting to select which profile to choose, with the following 3 possible values: [dark,light,system].Describe alternatives you've considered
So far, the only way I've found is to manually comment/uncomment my theme to hard-switch between my dark one to my light one and vice-versa.
Additional context
None.