Replies: 1 comment 1 reply
-
I would be interested in this. Right now I have a command that switches between light and dark mode that just includes changing the foreground and background for spacebar (code). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
☀️ Would people be interested in light/dark mode settings? 🌑
I achieved something like this in the past with a hacky launchd script which I wrote about here (generally, I wouldn't recommend this approach...). It might be nice to have a native feature for this 🤔
Maintaining double the
*_color
settings for such circumstances could prove cumbersome... I was thinking maybe it'd be easy to overcome this by invoking a separate config file/script when the mode changed, but then I wouldn't want this being used as a general purpose tool to invoke arbitrary actions upon mode change. With that, I'm considering writing a general purpose tool to do just that, so maybe such functionality could simply be delegated to that, as a separate project 🤷Feel free to share your thoughts!
Beta Was this translation helpful? Give feedback.
All reactions