fix(kitty): Add window border colors (#243)

This commit is contained in:
tobdob
2022-10-20 17:51:08 +02:00
committed by GitHub
parent 5ab508e656
commit 6c32855ebc
5 changed files with 20 additions and 4 deletions

View File

@@ -29,6 +29,10 @@ inactive_tab_background ${bg_highlight}
inactive_tab_foreground ${dark3}
#tab_bar_background ${black}
# Windows
active_border_color ${blue}
inactive_border_color ${bg_highlight}
# normal
color0 ${black}
color1 ${red}