Is there a native way to achieve dynamic window color schemes in kitty? #7821
Answered
by
kovidgoyal
neelchakrabrty
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Use the watcher facility.
https://sw.kovidgoyal.net/kitty/launch/#watchers
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
neelchakrabrty
-
If anyone wants, here's my watcher.py
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically, I want kitty-windows to switch to a particular color scheme when focused, and switch back to a default color scheme when not focused. Is it possible to achieve this natively in kitty?
I used the
kitten @ set-colors
command to try and apply a color scheme to a focused window, but it instead applies the color scheme to all windows.Beta Was this translation helpful? Give feedback.
All reactions