update kitty theme

This commit is contained in:
Sean Kovacs 2026-02-19 11:34:00 -05:00
commit 4f00eac45d
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -27,13 +27,13 @@ let
url_color ${base06} url_color ${base06}
# Kitty window border colors # Kitty window border colors
active_border_color ${base09} active_border_color ${config.scheme.withHashtag.${config.colors.accent}}
inactive_border_color ${base03} inactive_border_color ${base01}
bell_border_color ${base0A} bell_border_color ${base12}
# Tab bar colors # Tab bar colors
active_tab_foreground ${base11} active_tab_foreground ${base11}
active_tab_background ${base09} active_tab_background ${config.scheme.withHashtag.${config.colors.accent}}
inactive_tab_foreground ${base05} inactive_tab_foreground ${base05}
inactive_tab_background ${base10} inactive_tab_background ${base10}
tab_bar_background ${base11} tab_bar_background ${base11}