-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathevergarden-soft-blue.toml
73 lines (60 loc) · 1.21 KB
/
evergarden-soft-blue.toml
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
65
66
67
68
69
70
71
72
73
## name: evergarden (soft)
## author: comfysage
## license: GPL-3.0
## blurb: a comfy colorscheme for cozy morning coding
[colors.primary]
background = "#313b40"
foreground = "#dddecf"
dim_foreground = "#94aaa0"
bright_foreground = "#dddecf"
[colors.cursor]
text = "#171c1f"
cursor = "#9BB5CF"
[colors.vi_mode_cursor]
text = "#171c1f"
cursor = "#9BB5CF"
[colors.search.matches]
foreground = "#e69875"
background = "#171c1f"
[colors.search.focused_match]
foreground = "#171c1f"
background = "#e69875"
[colors.footer_bar]
foreground = "#839e9a"
background = "#171c1f"
[colors.hints.start]
foreground = "#171c1f"
background = "#dbbc7f"
[colors.hints.end]
foreground = "#171c1f"
background = "#94aaa0"
[colors.selection]
text = "#dddecf"
background = "#3d494d"
[colors.normal]
black = "#313b40"
red = "#e67e80"
green = "#b2c98f"
yellow = "#dbbc7f"
blue = "#9bb5cf"
magenta = "#e3a8d1"
cyan = "#93c9a1"
white = "#dddecf"
[colors.bright]
black = "#313b40"
red = "#e67e80"
green = "#b2c98f"
yellow = "#dbbc7f"
blue = "#9bb5cf"
magenta = "#e3a8d1"
cyan = "#93c9a1"
white = "#94aaa0"
[colors.dim]
black = "#313b40"
red = "#e67e80"
green = "#b2c98f"
yellow = "#dbbc7f"
blue = "#9bb5cf"
magenta = "#e3a8d1"
cyan = "#93c9a1"
white = "#dddecf"