Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 19738dc

Browse files
author
Martin Patz
committed
update kitty config file to include opacity
1 parent 1b07640 commit 19738dc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pywal/templates/colors-kitty.conf

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
foreground {foreground}
2-
background {background}
3-
cursor {cursor}
1+
foreground {foreground}
2+
background {background}
3+
background_opacity {background.alpha_dec}
4+
cursor {cursor}
45

56
active_tab_foreground {background}
67
active_tab_background {foreground}
78
inactive_tab_foreground {foreground}
89
inactive_tab_background {background}
910

10-
active_border_color {foreground}
11-
inactive_border_color {background}
12-
bell_border_color {color1}
11+
active_border_color {foreground}
12+
inactive_border_color {background}
13+
bell_border_color {color1}
1314

1415
color0 {color0}
1516
color8 {color8}

0 commit comments

Comments
 (0)