aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDjent- <[email protected]>2019-05-02 13:33:55 -0700
committerGitHub <[email protected]>2019-05-02 13:33:55 -0700
commit04413ee2852165f2137c0cbfc2ea73fc62e48bfb (patch)
tree9c06bf59321a458efbe6c71ee110d4aac9d4e935
parentAdd color config for internal window borders (diff)
downloadpywal-04413ee2852165f2137c0cbfc2ea73fc62e48bfb.tar.xz
pywal-04413ee2852165f2137c0cbfc2ea73fc62e48bfb.zip
Switch kitty tab colors to make more sense
-rw-r--r--pywal/templates/colors-kitty.conf8
1 files 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}