forked from rose-pine/kitty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.conf
56 lines (42 loc) · 897 Bytes
/
template.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
## name: $name
## author: mvllow
## license: MIT
## upstream: https://github.com/rose-pine/kitty/blob/main/dist/$id.conf
## blurb: $description
foreground $text
background $base
selection_foreground $text
selection_background $highlightMed
cursor $highlightHigh
cursor_text_color $text
url_color $iris
active_tab_foreground $text
active_tab_background $overlay
inactive_tab_foreground $muted
inactive_tab_background $base
active_border_color $pine
inactive_border_color $highlightMed
# black
color0 $overlay
color8 $muted
# red
color1 $love
color9 $love
# green
color2 $pine
color10 $pine
# yellow
color3 $gold
color11 $gold
# blue
color4 $foam
color12 $foam
# magenta
color5 $iris
color13 $iris
# cyan
color6 $rose
color14 $rose
# white
color7 $text
color15 $text