mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
kitty: Use distinguishable border colors
Now that I use borderless and gapless windows by default, the window management feature of kitty has become even more useful to me. This change makes it easy to determine the active kitty window. Despite having used tmux exclusively before, I have grown accustomed to the benefits of using kitty as the window manager. tmux may still be useful, for example, over ssh, but kitty is arguably the way to go for local user sessions.
This commit is contained in:
parent
72411885cd
commit
8c1545c4e8
@ -9,9 +9,9 @@ cursor {cursor}
|
||||
selection_foreground {background}
|
||||
selection_background {foreground}
|
||||
|
||||
active_border_color {color3}
|
||||
inactive_border_color {color3}
|
||||
bell_border_color {color3}
|
||||
active_border_color {color7}
|
||||
inactive_border_color {color8}
|
||||
bell_border_color {color8}
|
||||
|
||||
color0 {color0}
|
||||
color1 {color1}
|
||||
|
Loading…
Reference in New Issue
Block a user