summaryrefslogtreecommitdiff
path: root/pywal/templates
diff options
context:
space:
mode:
authordjent- <djent-.github.io>2019-03-22 17:44:26 -0400
committerdjent- <djent-.github.io>2019-03-22 17:44:26 -0400
commit3ffd44185b8243091ec22ab64bab235c72c51377 (patch)
treee63769e9f7369448c03e6c0b52c61697006c8e3d /pywal/templates
parentc823e3c9dbd0100ca09caf824e77d296685a1c1e (diff)
Fix changing kitty's colors. Kitty must be run with -1 or --single-instance to affect all open kitty windows. Only works when wal is run from kitty.
Diffstat (limited to 'pywal/templates')
-rw-r--r--pywal/templates/colors-kitty.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/pywal/templates/colors-kitty.conf b/pywal/templates/colors-kitty.conf
index f744418..c9324e0 100644
--- a/pywal/templates/colors-kitty.conf
+++ b/pywal/templates/colors-kitty.conf
@@ -2,6 +2,11 @@ foreground {foreground}
background {background}
cursor {cursor}
+active_tab_foreground {foreground}
+active_tab_background {background}
+inactive_tab_foreground {background}
+inactive_tab_background {foreground}
+
color0 {color0}
color8 {color8}
color1 {color1}