From 04413ee2852165f2137c0cbfc2ea73fc62e48bfb Mon Sep 17 00:00:00 2001 From: Djent- Date: Thu, 2 May 2019 13:33:55 -0700 Subject: Switch kitty tab colors to make more sense --- pywal/templates/colors-kitty.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pywal/templates/colors-kitty.conf b/pywal/templates/colors-kitty.conf index e9b5bbf..19359b0 100644 --- a/pywal/templates/colors-kitty.conf +++ b/pywal/templates/colors-kitty.conf @@ -2,10 +2,10 @@ foreground {foreground} background {background} cursor {cursor} -active_tab_foreground {foreground} -active_tab_background {background} -inactive_tab_foreground {background} -inactive_tab_background {foreground} +active_tab_foreground {background} +active_tab_background {foreground} +inactive_tab_foreground {foreground} +inactive_tab_background {background} active_border_color {foreground} inactive_border_color {background} -- cgit v1.2.3