blob: 3d9575102041c416e3d42fe877da6e695b8986c7 (
plain)
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
|
# custom theme — coral/lavender/void
background #0a0a0a
foreground #b8a5e6
# cursor
cursor #ff7645
cursor_text_color #0a0a0a
# selection
selection_background #ff7645
selection_foreground #b8a5e6
# url underline
url_color #ff7645
# black
color0 #1a1a1a
color8 #2e2e2e
# red
color1 #cc5533
color9 #ff7645
# green
color2 #7db87d
color10 #9ecf9e
# yellow
color3 #c9a84c
color11 #e0c070
# blue
color4 #7a72c2
color12 #9b94d4
# magenta
color5 #b8a5e6
color13 #cbbef0
# cyan
color6 #7ab8c2
color14 #9acfda
# white
color7 #c0b8d8
color15 #d8d0f0
|