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:
Donovan Glover 2018-12-06 01:28:07 -05:00
parent 72411885cd
commit 8c1545c4e8
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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}