update kitty theme
This commit is contained in:
parent
ab17e1f300
commit
4f00eac45d
1 changed files with 4 additions and 4 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue