-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkitty.tera
More file actions
64 lines (50 loc) · 1.29 KB
/
kitty.tera
File metadata and controls
64 lines (50 loc) · 1.29 KB
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
56
57
58
59
60
61
62
63
64
---
whiskers:
version: ^2.0.0
matrix:
- flavor
- accent
filename: "themes/evergarden-{{flavor.identifier}}-{{accent}}.conf"
---
{% set accent = flavor.colors[accent] -%}
## name: evergarden {{flavor.identifier}} {{accent.name}}
## author: comfysage
## license: GPL-3.0
## blurb: a comfy colorscheme for cozy morning coding
foreground #{{text.hex}}
background #{{base.hex}}
selection_foreground #{{text.hex}}
selection_background #{{surface1.hex}}
wayland_titlebar_color #{{crust.hex}}
macos_titlebar_color #{{crust.hex}}
cursor #{{accent.hex}}
cursor_text_color #{{crust.hex}}
url_color #{{blue.hex}}
active_tab_foreground #{{crust.hex}}
active_tab_background #{{accent.hex}}
inactive_tab_foreground #{{overlay1.hex}}
inactive_tab_background #{{crust.hex}}
# black
color0 #{{base.hex}}
color8 #{{surface0.hex}}
# red
color1 #{{red.hex}}
color9 #{{red.hex}}
# green
color2 #{{green.hex}}
color10 #{{green.hex}}
# yellow
color3 #{{yellow.hex}}
color11 #{{yellow.hex}}
# blue
color4 #{{blue.hex}}
color12 #{{blue.hex}}
# purple
color5 #{{pink.hex}}
color13 #{{pink.hex}}
# aqua
color6 #{{aqua.hex}}
color14 #{{aqua.hex}}
# white
color7 #{{text.hex}}
color15 #{{subtext0.hex}}