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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
|
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "wal Theme",
"author": "Fuwn <[email protected]>",
"themes": [
{
"name": "wal",
"appearance": "dark",
"style": {
"background.appearance": "opaque",
"border": "${color8}",
"border.variant": "${color8}",
"border.focused": "${color9}",
"border.selected": "${color8}",
"border.transparent": "${color8}",
"border.disabled": "${color8}",
"elevated_surface.background": "${color0}",
"surface.background": "${color0}",
"background": "${background}",
"element.background": "${color0}",
"element.hover": "${color1}",
"element.active": "${color2}",
"element.selected": "${color3}",
"element.disabled": "${color8}",
"drop_target.background": "${color3}",
"ghost_element.background": "${color0}",
"ghost_element.hover": "${color1}",
"ghost_element.active": "${color2}",
"ghost_element.selected": "${color3}",
"ghost_element.disabled": "${color8}",
"text": "${foreground}",
"text.muted": "${color8}",
"text.placeholder": "${color8}",
"text.disabled": "${color8}",
"text.accent": "${color10}",
"icon": "${color8}",
"icon.muted": "${color8}",
"icon.disabled": "${color8}",
"icon.placeholder": "${color8}",
"icon.accent": "${color10}",
"status_bar.background": "${background}",
"title_bar.background": "${background}",
"toolbar.background": "${background}",
"tab_bar.background": "${background}",
"tab.inactive_background": "${background}",
"tab.active_background": "${background}10",
"tab.active_foreground": "${foreground}",
"tab.inactive_foreground": "${foreground}",
"tab.unfocused_active_foreground": "${color1}",
"tab.unfocused_inactive_foreground": "${background}",
"search.match_background": "${color3}",
"panel.background": "${background}",
"panel.focused_border": "${color9}",
"pane.focused_border": "${color9}",
"pane_group.border": "${color8}",
"scrollbar.thumb.background": "${color8}",
"scrollbar.thumb.hover_background": "${color7}",
"scrollbar.thumb.border": "${color8}",
"scrollbar.track.background": "${background}",
"scrollbar.track.border": "${color8}",
"editor.foreground": "${foreground}",
"editor.background": "${background}",
"editor.gutter.background": "${background}",
"editor.subheader.background": "${color0}",
"editor.active_line.background": "${color3}",
"editor.highlighted_line.background": "${color1}",
"editor.line_number": "${color7}",
"editor.active_line_number": "${color8}",
"editor.invisible": "${color8}",
"editor.wrap_guide": "${color8}",
"editor.active_wrap_guide": "${color8}",
"editor.document_highlight.read_background": "${color3}",
"editor.document_highlight.write_background": "${color4}",
"terminal.background": "${background}",
"terminal.foreground": "${foreground}",
"terminal.bright_foreground": "${color15}",
"terminal.dim_foreground": "${color8}",
"terminal.ansi.black": "${color0}",
"terminal.ansi.bright_black": "${color8}",
"terminal.ansi.dim_black": "${color8}",
"terminal.ansi.red": "${color1}",
"terminal.ansi.bright_red": "${color9}",
"terminal.ansi.dim_red": "${color9}",
"terminal.ansi.green": "${color2}",
"terminal.ansi.bright_green": "${color10}",
"terminal.ansi.dim_green": "${color10}",
"terminal.ansi.yellow": "${color3}",
"terminal.ansi.bright_yellow": "${color11}",
"terminal.ansi.dim_yellow": "${color11}",
"terminal.ansi.blue": "${color4}",
"terminal.ansi.bright_blue": "${color12}",
"terminal.ansi.dim_blue": "${color12}",
"terminal.ansi.magenta": "${color5}",
"terminal.ansi.bright_magenta": "${color13}",
"terminal.ansi.dim_magenta": "${color13}",
"terminal.ansi.cyan": "${color6}",
"terminal.ansi.bright_cyan": "${color14}",
"terminal.ansi.dim_cyan": "${color14}",
"terminal.ansi.white": "${color7}",
"terminal.ansi.bright_white": "${color15}",
"terminal.ansi.dim_white": "${color15}",
"link_text.hover": "${color4}",
"conflict": "${color1}",
"conflict.background": "${color0}",
"conflict.border": "${color1}",
"created": "${color2}",
"created.background": "${color0}",
"created.border": "${color2}",
"deleted": "${color1}",
"deleted.background": "${color0}",
"deleted.border": "${color1}",
"error": "${color1}",
"error.background": "${color0}",
"error.border": "${color1}",
"hidden": "${color8}",
"hidden.background": "${color0}",
"hidden.border": "${color8}",
"hint": "${color8}",
"hint.background": "${color0}",
"hint.border": "${color8}",
"ignored": "${color8}",
"ignored.background": "${color0}",
"ignored.border": "${color8}",
"info": "${color4}",
"info.background": "${color0}",
"info.border": "${color4}",
"modified": "${color3}",
"modified.background": "${color0}",
"modified.border": "${color3}",
"predictive": "${color5}",
"predictive.background": "${color0}",
"predictive.border": "${color5}",
"renamed": "${color6}",
"renamed.background": "${color0}",
"renamed.border": "${color6}",
"success": "${color2}",
"success.background": "${color0}",
"success.border": "${color2}",
"unreachable": "${color8}",
"unreachable.background": "${color0}",
"unreachable.border": "${color8}",
"warning": "${color3}",
"warning.background": "${color0}",
"warning.border": "${color3}",
"players": [
{
"cursor": "${cursor}",
"background": "${color0}",
"selection": "${color1}"
}
],
"syntax": {
"attribute": {
"color": "${color13}",
"font_style": "normal",
"font_weight": "normal"
},
"comment": {
"color": "${color8}",
"font_style": "italic",
"font_weight": "normal"
},
"comment.doc": {
"color": "${color8}",
"font_style": "italic",
"font_weight": "normal"
},
"constant": {
"color": "${color3}",
"font_style": "normal",
"font_weight": "normal"
},
"constructor": {
"color": "${color5}",
"font_style": "normal",
"font_weight": "normal"
},
"embedded": {
"color": "${foreground}",
"font_style": "normal",
"font_weight": "normal"
},
"function": {
"color": "${color1}",
"font_style": "normal",
"font_weight": "normal"
},
"keyword": {
"color": "${color2}",
"font_style": "normal",
"font_weight": "normal"
},
"link_text": {
"color": "${color10}",
"font_style": "normal",
"font_weight": "normal"
},
"link_uri": {
"color": "${color10}",
"font_style": "normal",
"font_weight": "normal"
},
"number": {
"color": "${color3}",
"font_style": "normal",
"font_weight": "normal"
},
"operator": {
"color": "${color6}",
"font_style": "normal",
"font_weight": "normal"
},
"property": {
"color": "${foreground}",
"font_style": "normal",
"font_weight": "normal"
},
"punctuation": {
"color": "${color7}",
"font_style": "normal",
"font_weight": "normal"
},
"punctuation.bracket": {
"color": "${color7}",
"font_style": "normal",
"font_weight": "normal"
},
"punctuation.delimiter": {
"color": "${color7}",
"font_style": "normal",
"font_weight": "normal"
},
"punctuation.list_marker": {
"color": "${color7}",
"font_style": "normal",
"font_weight": "normal"
},
"punctuation.special": {
"color": "${color7}",
"font_style": "normal",
"font_weight": "normal"
},
"string": {
"color": "${color10}",
"font_style": "normal",
"font_weight": "normal"
},
"string.escape": {
"color": "${color10}",
"font_style": "normal",
"font_weight": "normal"
},
"string.regex": {
"color": "${color10}",
"font_style": "normal",
"font_weight": "normal"
},
"string.special": {
"color": "${color10}",
"font_style": "normal",
"font_weight": "normal"
},
"string.special.symbol": {
"color": "${color10}",
"font_style": "normal",
"font_weight": "normal"
},
"tag": {
"color": "${color2}",
"font_style": "normal",
"font_weight": "normal"
},
"text.literal": {
"color": "${color10}",
"font_style": "normal",
"font_weight": "normal"
},
"variable": {
"color": "${foreground}",
"font_style": "normal",
"font_weight": "normal"
},
"variable.special": {
"color": "${foreground}",
"font_style": "normal",
"font_weight": "normal"
}
}
}
}
]
}
|