diff options
| -rw-r--r-- | pywal/templates/colors-kitty.conf | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/pywal/templates/colors-kitty.conf b/pywal/templates/colors-kitty.conf index 19359b0..bcf7576 100644 --- a/pywal/templates/colors-kitty.conf +++ b/pywal/templates/colors-kitty.conf @@ -1,15 +1,16 @@ -foreground {foreground} -background {background} -cursor {cursor} +foreground {foreground} +background {background} +background_opacity {background.alpha_dec} +cursor {cursor} active_tab_foreground {background} active_tab_background {foreground} inactive_tab_foreground {foreground} inactive_tab_background {background} -active_border_color {foreground} -inactive_border_color {background} -bell_border_color {color1} +active_border_color {foreground} +inactive_border_color {background} +bell_border_color {color1} color0 {color0} color8 {color8} |
