From 19738dc28e1f746ff5ed5273acc2e9b5cf0d5be4 Mon Sep 17 00:00:00 2001 From: Martin Patz Date: Mon, 23 Mar 2020 01:09:05 +0100 Subject: update kitty config file to include opacity --- pywal/templates/colors-kitty.conf | 13 +++++++------ 1 file 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} -- cgit v1.2.3