Skip to content

Commit 23416fa

Browse files
committed
Add kitty template
1 parent fea863d commit 23416fa

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Diff for: tools/templates/kitty.conf

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
color0 #{{ Ansi_0_Color.hex }}
2+
color1 #{{ Ansi_1_Color.hex }}
3+
color2 #{{ Ansi_2_Color.hex }}
4+
color3 #{{ Ansi_3_Color.hex }}
5+
color4 #{{ Ansi_4_Color.hex }}
6+
color5 #{{ Ansi_5_Color.hex }}
7+
color6 #{{ Ansi_6_Color.hex }}
8+
color7 #{{ Ansi_7_Color.hex }}
9+
color8 #{{ Ansi_8_Color.hex }}
10+
color9 #{{ Ansi_9_Color.hex }}
11+
color10 #{{ Ansi_10_Color.hex }}
12+
color11 #{{ Ansi_11_Color.hex }}
13+
color12 #{{ Ansi_12_Color.hex }}
14+
color13 #{{ Ansi_13_Color.hex }}
15+
color14 #{{ Ansi_14_Color.hex }}
16+
color15 #{{ Ansi_15_Color.hex }}
17+
background #{{ Background_Color.hex }}
18+
selection_foreground #{{ Background_Color.hex }}
19+
cursor #{{ Cursor_Color.hex }}
20+
foreground #{{ Foreground_Color.hex }}
21+
selection_background #{{ Foreground_Color.hex }}
22+
{% if Underline_Color %}
23+
underline_color #{{ Underline_Color.hex }}
24+
url_color #{{ Underline_Color.hex }}
25+
{% endif %}

0 commit comments

Comments
 (0)