summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
authorMartin Patz <martin@recogni.com>2020-03-23 01:09:05 +0100
committerMartin Patz <martin@recogni.com>2020-03-23 01:11:31 +0100
commit19738dc28e1f746ff5ed5273acc2e9b5cf0d5be4 (patch)
treeda16a5f259eed3feb7e5cdc01f85db97743a1eb5 /pywal
parent1b07640875e3b17b48670a41c8e2a2657b756070 (diff)
update kitty config file to include opacity
Diffstat (limited to 'pywal')
-rw-r--r--pywal/templates/colors-kitty.conf13
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}