-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgenerated_theme.lua
More file actions
57 lines (57 loc) · 1.84 KB
/
generated_theme.lua
File metadata and controls
57 lines (57 loc) · 1.84 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
-- Auto-generated theme from caelestia
return {
everblush = {
base_30 = {
white = "#e5e2dc",
darker_black = "#0e0e0b",
black = "#131410",
black2 = "#1c1c18",
one_bg = "#20201c",
one_bg2 = "#2a2a26",
one_bg3 = "#353531",
grey = "#46483d",
grey_fg = "#919285",
grey_fg2 = "#919285",
light_grey = "#919285",
red = "#cdb33e",
baby_pink = "#a6d0b6",
pink = "#ffb4ab",
line = "#20201c",
green = "#cfea91",
vibrant_green = "#B5CCBA",
blue = "#75cf9d",
nord_blue = "#c2cc97",
yellow = "#f3f5c3",
sun = "#d7d085",
purple = "#ffad7f",
dark_purple = "#a6d0b6",
teal = "#c9eaa6",
orange = "#d7d085",
cyan = "#c9eaa6",
statusline_bg = "#1c1c18",
lightbg = "#20201c",
lightbg2 = "#1c1c18",
pmenu_bg = "#c2cc97",
folder_bg = "#75cf9d",
},
base_16 = {
base00 = "#131410",
base01 = "#20201c",
base02 = "#2a2a26",
base03 = "#46483d",
base04 = "#919285",
base05 = "#e5e2dc",
base06 = "#e5e2dc",
base07 = "#e5e2dc",
base08 = "#cdb33e",
base09 = "#d7d085",
base0A = "#f3f5c3",
base0B = "#cfea91",
base0C = "#c9eaa6",
base0D = "#75cf9d",
base0E = "#ffad7f",
base0F = "#ffb4ab",
},
type = "dark",
},
};