-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsweetpastel.toml
144 lines (110 loc) · 4.35 KB
/
sweetpastel.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
"type" = "yellow"
"constructor" = "blue"
"constant" = "yellow"
"constant.builtin" = "yellow"
"constant.character" = "light-cyan"
"constant.character.escape" = "light-red"
"string" = "green"
"string.regexp" = "yellow"
"string.special" = "blue"
"comment" = { fg = "gray", modifiers = [ "italic" ] }
"variable" = "white"
"variable.parameter" = { fg = "white" }
"variable.builtin" = "yellow"
"variable.other.member" = "light-red"
"label" = "cyan"
"operator" = "foreground"
"function" = "blue"
"function.macro" = "magenta"
"tag" = "magenta"
"attribute" = "blue"
"punctuation" = "light-red"
"punctuation.special" = "red"
"keyword" = "magenta"
"keyword.control.conditional" = { fg = "light-magenta", modifiers = [ "italic" ] }
"keyword.control.repeat" = { fg = "yellow" }
"keyword.control.import" = { fg = "cyan" }
"keyword.control.except" = { fg = "red" }
"namespace" = { fg = "light-red" }
"special" = "blue"
"markup.heading.marker" = { fg = "yellow", modifiers = [ "bold" ] }
"markup.heading.1" = "light-magenta"
"markup.heading.2" = "magenta"
"markup.heading.3" = "light-green"
"markup.heading.4" = "light-yellow"
"markup.heading.5" = "light-red"
"markup.heading.6" = "light-cyan"
"markup.list" = "magenta"
"markup.bold" = { modifiers = [ "bold" ] }
"markup.italic" = { modifiers = [ "italic" ] }
"markup.link.url" = { fg = "cyan", modifiers = [ "italic", "underlined" ] }
"markup.link.text" = "blue"
"markup.raw" = "light-magenta"
"diff.plus" = "green"
"diff.minus" = "red"
"diff.delta" = "blue"
"ui.background" = { fg = "foreground", bg = "background" }
"ui.linenr" = { fg = "gray" }
"ui.linenr.selected" = { fg = "foreground" }
"ui.statusline" = { fg = "foreground", bg = "light-black" }
"ui.statusline.inactive" = { fg = "foreground", bg = "black" }
"ui.statusline.normal" = { fg = "black", bg = "blue", modifiers = [ "bold" ] }
"ui.statusline.insert" = { fg = "black", bg = "green", modifiers = [ "bold" ] }
"ui.statusline.select" = { fg = "black", bg = "light-blue", modifiers = [ "bold" ] }
"ui.popup" = { fg = "foreground", bg = "light-black" }
"ui.window" = { fg = "black" }
"ui.help" = { fg = "foreground", bg = "black" }
"ui.bufferline" = { fg = "gray", bg = "light-black" }
"ui.bufferline.active" = { fg = "foreground", bg = "background", underline = { color = "light-green", style = "line" } }
"ui.bufferline.background" = { bg = "light-black" }
"ui.text" = "foreground"
"ui.text.focus" = { fg = "foreground", bg = "black", modifiers = [ "bold" ] }
"ui.text.inactive" = { fg = "light-gray" }
"ui.virtual" = "light-black"
"ui.virtual.ruler" = { bg = "light-black" }
"ui.virtual.indent-guide" = "gray"
"ui.virtual.inlay-hint" = { fg = "gray", bg = "black" }
"ui.selection" = { bg = "lighter-black" }
"ui.cursor" = { fg = "background", bg = "foreground" }
"ui.cursor.primary" = { fg = "background", bg = "foreground" }
"ui.cursor.match" = { fg = "foreground", modifiers = [ "bold" ] }
"ui.cursor.primary.normal" = { fg = "background", bg = "foreground" }
"ui.cursor.primary.insert" = { fg = "background", bg = "foreground" }
"ui.cursor.primary.select" = { fg = "background", bg = "foreground" }
"ui.cursor.normal" = { fg = "background", bg = "foreground" }
"ui.cursor.insert" = { fg = "background", bg = "foreground" }
"ui.cursor.select" = { fg = "background", bg = "foreground" }
"ui.cursorline.primary" = { bg = "light-black" }
"ui.highlight" = { bg = "light-black", modifiers = [ "bold" ] }
"ui.menu" = { fg = "foreground", bg = "black" }
"ui.menu.selected" = { fg = "light-red", bg = "light-black", modifiers = [ "bold" ] }
"ui.debug.breakpoint" = { fg = "light-red" }
"diagnostic.error" = { underline = { color = "red", style = "curl" } }
"diagnostic.warning" = { underline = { color = "yellow", style = "curl" } }
"diagnostic.info" = { underline = { color = "cyan", style = "curl" } }
"diagnostic.hint" = { underline = { color = "light-cyan", style = "curl" } }
error = "red"
warning = "yellow"
info = "cyan"
hint = "light-green"
[palette]
background = "#1b1f23"
foreground = "#ffdede"
black = "#161a1e"
red = "#e5a3a1"
green = "#b4e3ad"
yellow = "#ece3b1"
blue = "#a3cbe7"
magenta = "#ceace8"
cyan = "#c9d4ff"
gray = "#43474b"
light-black = "#22262A"
light-red = "#f9b7b5"
light-green = "#c8f7c1"
light-yellow = "#fff7c5"
light-blue = "#b7dffb"
light-magenta = "#e2c0fc"
light-cyan = "#dde8ff"
light-gray = "#eeeff0"
lighter-black = "#2f3337"
white = "#f8f9fa"