@pierre/theme 0.0.25 → 0.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +1 -0
- package/dist/pierre-dark-vibrant.mjs +1 -0
- package/dist/pierre-dark.mjs +1 -0
- package/dist/pierre-light-vibrant.mjs +1 -0
- package/dist/pierre-light.mjs +1 -0
- package/package.json +6 -1
- package/.github/workflows/publish.yml +0 -68
- package/.github/workflows/test.yml +0 -80
- package/.vscode/extensions.json +0 -5
- package/.vscode/launch.json +0 -24
- package/.vscode/tasks.json +0 -24
- package/.vscodeignore +0 -10
- package/CONTRIBUTING.md +0 -75
- package/DISPLAY-P3.md +0 -120
- package/src/build.ts +0 -60
- package/src/color-p3.ts +0 -229
- package/src/demo-p3.ts +0 -44
- package/src/package-vsix.ts +0 -22
- package/src/palette.ts +0 -379
- package/src/test.ts +0 -272
- package/src/theme.ts +0 -615
- package/src/zed-theme.ts +0 -606
- package/tsconfig.json +0 -21
- package/zed/LICENSE.md +0 -21
- package/zed/README.md +0 -25
- package/zed/extension.toml +0 -7
- package/zed/themes/pierre.json +0 -991
package/zed/themes/pierre.json
DELETED
|
@@ -1,991 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://zed.dev/schema/themes/v0.2.0.json",
|
|
3
|
-
"name": "Pierre",
|
|
4
|
-
"author": "pierrecomputer",
|
|
5
|
-
"themes": [
|
|
6
|
-
{
|
|
7
|
-
"name": "Pierre Light",
|
|
8
|
-
"appearance": "light",
|
|
9
|
-
"style": {
|
|
10
|
-
"background": "#f8f8f8",
|
|
11
|
-
"surface.background": "#f8f8f8",
|
|
12
|
-
"elevated_surface.background": "#f9f9f9",
|
|
13
|
-
"drop_target.background": "#009fff26",
|
|
14
|
-
"editor.background": "#ffffff",
|
|
15
|
-
"editor.foreground": "#070707",
|
|
16
|
-
"editor.gutter.background": "#ffffff",
|
|
17
|
-
"editor.active_line.background": "#dfebff8c",
|
|
18
|
-
"editor.active_line_number": "#6C6C71",
|
|
19
|
-
"editor.line_number": "#84848A",
|
|
20
|
-
"editor.highlighted_line.background": "#dfebff59",
|
|
21
|
-
"editor.indent_guide": "#eeeeef",
|
|
22
|
-
"editor.indent_guide_active": "#dbdbdd",
|
|
23
|
-
"editor.invisible": "#8E8E95",
|
|
24
|
-
"editor.wrap_guide": "#eeeeef",
|
|
25
|
-
"editor.active_wrap_guide": "#dbdbdd",
|
|
26
|
-
"editor.document_highlight.read_background": "#009fff1a",
|
|
27
|
-
"editor.document_highlight.write_background": "#009fff2e",
|
|
28
|
-
"editor.document_highlight.bracket_background": "#009fff33",
|
|
29
|
-
"editor.subheader.background": "#f8f8f8",
|
|
30
|
-
"text": "#070707",
|
|
31
|
-
"text.muted": "#84848A",
|
|
32
|
-
"text.placeholder": "#8E8E95",
|
|
33
|
-
"text.disabled": "#8E8E95",
|
|
34
|
-
"text.accent": "#009fff",
|
|
35
|
-
"border": "#dbdbdd",
|
|
36
|
-
"border.variant": "#eeeeef",
|
|
37
|
-
"border.focused": "#009fff",
|
|
38
|
-
"border.selected": "#009fff",
|
|
39
|
-
"border.transparent": "transparent",
|
|
40
|
-
"border.disabled": "#dbdbdd",
|
|
41
|
-
"element.background": "#f2f2f3",
|
|
42
|
-
"element.hover": "#dfebff80",
|
|
43
|
-
"element.active": "#dfebffb3",
|
|
44
|
-
"element.selected": "#dfebffcc",
|
|
45
|
-
"element.disabled": "#f2f2f380",
|
|
46
|
-
"ghost_element.background": "transparent",
|
|
47
|
-
"ghost_element.hover": "#dfebff59",
|
|
48
|
-
"ghost_element.active": "#dfebff8c",
|
|
49
|
-
"ghost_element.selected": "#dfebffa6",
|
|
50
|
-
"ghost_element.disabled": "transparent",
|
|
51
|
-
"icon": "#6C6C71",
|
|
52
|
-
"icon.muted": "#84848A",
|
|
53
|
-
"icon.disabled": "#8E8E95",
|
|
54
|
-
"icon.placeholder": "#8E8E95",
|
|
55
|
-
"icon.accent": "#009fff",
|
|
56
|
-
"link_text.hover": "#009fff",
|
|
57
|
-
"error": "#ff2e3f",
|
|
58
|
-
"error.background": "#ff2e3f1a",
|
|
59
|
-
"error.border": "#ff2e3f4d",
|
|
60
|
-
"warning": "#009fff",
|
|
61
|
-
"warning.background": "#009fff1a",
|
|
62
|
-
"warning.border": "#009fff4d",
|
|
63
|
-
"success": "#00cab1",
|
|
64
|
-
"success.background": "#00cab11a",
|
|
65
|
-
"success.border": "#00cab14d",
|
|
66
|
-
"info": "#08c0ef",
|
|
67
|
-
"info.background": "#08c0ef1a",
|
|
68
|
-
"info.border": "#08c0ef4d",
|
|
69
|
-
"hint": "#84848A",
|
|
70
|
-
"hint.background": "#84848A1a",
|
|
71
|
-
"hint.border": "#84848A33",
|
|
72
|
-
"predictive": "#8E8E95",
|
|
73
|
-
"predictive.background": "#8E8E951a",
|
|
74
|
-
"predictive.border": "#8E8E9533",
|
|
75
|
-
"unreachable": "#8E8E95",
|
|
76
|
-
"unreachable.background": "#8E8E950d",
|
|
77
|
-
"unreachable.border": "#8E8E951a",
|
|
78
|
-
"created": "#00cab1",
|
|
79
|
-
"created.background": "#00cab11a",
|
|
80
|
-
"created.border": "#00cab14d",
|
|
81
|
-
"modified": "#009fff",
|
|
82
|
-
"modified.background": "#009fff1a",
|
|
83
|
-
"modified.border": "#009fff4d",
|
|
84
|
-
"deleted": "#ff2e3f",
|
|
85
|
-
"deleted.background": "#ff2e3f1a",
|
|
86
|
-
"deleted.border": "#ff2e3f4d",
|
|
87
|
-
"conflict": "#009fff",
|
|
88
|
-
"conflict.background": "#009fff1a",
|
|
89
|
-
"conflict.border": "#009fff4d",
|
|
90
|
-
"hidden": "#8E8E95",
|
|
91
|
-
"hidden.background": "#8E8E950d",
|
|
92
|
-
"hidden.border": "#8E8E951a",
|
|
93
|
-
"ignored": "#84848A",
|
|
94
|
-
"ignored.background": "#84848A0d",
|
|
95
|
-
"ignored.border": "#84848A1a",
|
|
96
|
-
"renamed": "#08c0ef",
|
|
97
|
-
"renamed.background": "#08c0ef1a",
|
|
98
|
-
"renamed.border": "#08c0ef4d",
|
|
99
|
-
"search.match_background": "#ffca004d",
|
|
100
|
-
"tab_bar.background": "#f8f8f8",
|
|
101
|
-
"tab.active_background": "#f8f8f8",
|
|
102
|
-
"tab.inactive_background": "#f8f8f8",
|
|
103
|
-
"toolbar.background": "#f8f8f8",
|
|
104
|
-
"title_bar.background": "#f8f8f8",
|
|
105
|
-
"title_bar.inactive_background": "#f8f8f8",
|
|
106
|
-
"panel.background": "#f8f8f8",
|
|
107
|
-
"panel.focused_border": "#009fff",
|
|
108
|
-
"status_bar.background": "#f8f8f8",
|
|
109
|
-
"scrollbar.thumb.background": "#8E8E954d",
|
|
110
|
-
"scrollbar.thumb.hover_background": "#8E8E9580",
|
|
111
|
-
"scrollbar.thumb.border": "transparent",
|
|
112
|
-
"scrollbar.track.background": "transparent",
|
|
113
|
-
"scrollbar.track.border": "transparent",
|
|
114
|
-
"terminal.background": "#f8f8f8",
|
|
115
|
-
"terminal.foreground": "#6C6C71",
|
|
116
|
-
"terminal.bright_foreground": "#070707",
|
|
117
|
-
"terminal.dim_foreground": "#84848A",
|
|
118
|
-
"terminal.ansi.black": "#1F1F21",
|
|
119
|
-
"terminal.ansi.red": "#ff2e3f",
|
|
120
|
-
"terminal.ansi.green": "#0dbe4e",
|
|
121
|
-
"terminal.ansi.yellow": "#ffca00",
|
|
122
|
-
"terminal.ansi.blue": "#009fff",
|
|
123
|
-
"terminal.ansi.magenta": "#c635e4",
|
|
124
|
-
"terminal.ansi.cyan": "#08c0ef",
|
|
125
|
-
"terminal.ansi.white": "#c6c6c8",
|
|
126
|
-
"terminal.ansi.bright_black": "#1F1F21",
|
|
127
|
-
"terminal.ansi.bright_red": "#ff2e3f",
|
|
128
|
-
"terminal.ansi.bright_green": "#0dbe4e",
|
|
129
|
-
"terminal.ansi.bright_yellow": "#ffca00",
|
|
130
|
-
"terminal.ansi.bright_blue": "#009fff",
|
|
131
|
-
"terminal.ansi.bright_magenta": "#c635e4",
|
|
132
|
-
"terminal.ansi.bright_cyan": "#08c0ef",
|
|
133
|
-
"terminal.ansi.bright_white": "#c6c6c8",
|
|
134
|
-
"players": [
|
|
135
|
-
{
|
|
136
|
-
"cursor": "#009fff",
|
|
137
|
-
"background": "#009fff",
|
|
138
|
-
"selection": "#009fff40"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"cursor": "#00cab1",
|
|
142
|
-
"background": "#00cab1",
|
|
143
|
-
"selection": "#00cab140"
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"cursor": "#fc2b73",
|
|
147
|
-
"background": "#fc2b73",
|
|
148
|
-
"selection": "#fc2b7340"
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"cursor": "#7b43f8",
|
|
152
|
-
"background": "#7b43f8",
|
|
153
|
-
"selection": "#7b43f840"
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"cursor": "#199f43",
|
|
157
|
-
"background": "#199f43",
|
|
158
|
-
"selection": "#199f4340"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"cursor": "#ffca00",
|
|
162
|
-
"background": "#ffca00",
|
|
163
|
-
"selection": "#ffca0040"
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"cursor": "#c635e4",
|
|
167
|
-
"background": "#c635e4",
|
|
168
|
-
"selection": "#c635e440"
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"cursor": "#08c0ef",
|
|
172
|
-
"background": "#08c0ef",
|
|
173
|
-
"selection": "#08c0ef40"
|
|
174
|
-
}
|
|
175
|
-
],
|
|
176
|
-
"syntax": {
|
|
177
|
-
"comment": {
|
|
178
|
-
"color": "#84848A"
|
|
179
|
-
},
|
|
180
|
-
"comment.doc": {
|
|
181
|
-
"color": "#84848A"
|
|
182
|
-
},
|
|
183
|
-
"string": {
|
|
184
|
-
"color": "#199f43"
|
|
185
|
-
},
|
|
186
|
-
"string.escape": {
|
|
187
|
-
"color": "#1ca1c7"
|
|
188
|
-
},
|
|
189
|
-
"string.regex": {
|
|
190
|
-
"color": "#17a5af"
|
|
191
|
-
},
|
|
192
|
-
"string.special": {
|
|
193
|
-
"color": "#1ca1c7"
|
|
194
|
-
},
|
|
195
|
-
"string.special.symbol": {
|
|
196
|
-
"color": "#d5a910"
|
|
197
|
-
},
|
|
198
|
-
"number": {
|
|
199
|
-
"color": "#1ca1c7"
|
|
200
|
-
},
|
|
201
|
-
"constant": {
|
|
202
|
-
"color": "#d5a910"
|
|
203
|
-
},
|
|
204
|
-
"boolean": {
|
|
205
|
-
"color": "#1ca1c7"
|
|
206
|
-
},
|
|
207
|
-
"keyword": {
|
|
208
|
-
"color": "#fc2b73"
|
|
209
|
-
},
|
|
210
|
-
"keyword.operator": {
|
|
211
|
-
"color": "#08c0ef"
|
|
212
|
-
},
|
|
213
|
-
"function": {
|
|
214
|
-
"color": "#7b43f8"
|
|
215
|
-
},
|
|
216
|
-
"function.method": {
|
|
217
|
-
"color": "#7b43f8"
|
|
218
|
-
},
|
|
219
|
-
"function.builtin": {
|
|
220
|
-
"color": "#7b43f8"
|
|
221
|
-
},
|
|
222
|
-
"function.special.definition": {
|
|
223
|
-
"color": "#7b43f8"
|
|
224
|
-
},
|
|
225
|
-
"function.call": {
|
|
226
|
-
"color": "#7b43f8"
|
|
227
|
-
},
|
|
228
|
-
"type": {
|
|
229
|
-
"color": "#c635e4"
|
|
230
|
-
},
|
|
231
|
-
"type.builtin": {
|
|
232
|
-
"color": "#c635e4"
|
|
233
|
-
},
|
|
234
|
-
"constructor": {
|
|
235
|
-
"color": "#c635e4"
|
|
236
|
-
},
|
|
237
|
-
"variable": {
|
|
238
|
-
"color": "#d47628"
|
|
239
|
-
},
|
|
240
|
-
"variable.builtin": {
|
|
241
|
-
"color": "#d5a910"
|
|
242
|
-
},
|
|
243
|
-
"variable.member": {
|
|
244
|
-
"color": "#d47628"
|
|
245
|
-
},
|
|
246
|
-
"variable.parameter": {
|
|
247
|
-
"color": "#79797F"
|
|
248
|
-
},
|
|
249
|
-
"variable.special": {
|
|
250
|
-
"color": "#d5a910"
|
|
251
|
-
},
|
|
252
|
-
"property": {
|
|
253
|
-
"color": "#d47628"
|
|
254
|
-
},
|
|
255
|
-
"property.css": {
|
|
256
|
-
"color": "#009fff"
|
|
257
|
-
},
|
|
258
|
-
"property.definition": {
|
|
259
|
-
"color": "#009fff"
|
|
260
|
-
},
|
|
261
|
-
"property_name": {
|
|
262
|
-
"color": "#009fff"
|
|
263
|
-
},
|
|
264
|
-
"value": {
|
|
265
|
-
"color": "#1ca1c7"
|
|
266
|
-
},
|
|
267
|
-
"constant.css": {
|
|
268
|
-
"color": "#d5a910"
|
|
269
|
-
},
|
|
270
|
-
"string.plain": {
|
|
271
|
-
"color": "#1ca1c7"
|
|
272
|
-
},
|
|
273
|
-
"plain_value": {
|
|
274
|
-
"color": "#1ca1c7"
|
|
275
|
-
},
|
|
276
|
-
"tag.css": {
|
|
277
|
-
"color": "#d52c36"
|
|
278
|
-
},
|
|
279
|
-
"tag_name": {
|
|
280
|
-
"color": "#d52c36"
|
|
281
|
-
},
|
|
282
|
-
"class": {
|
|
283
|
-
"color": "#16a994"
|
|
284
|
-
},
|
|
285
|
-
"class_name": {
|
|
286
|
-
"color": "#16a994"
|
|
287
|
-
},
|
|
288
|
-
"selector.class": {
|
|
289
|
-
"color": "#16a994"
|
|
290
|
-
},
|
|
291
|
-
"selector.id": {
|
|
292
|
-
"color": "#7b43f8"
|
|
293
|
-
},
|
|
294
|
-
"id_name": {
|
|
295
|
-
"color": "#7b43f8"
|
|
296
|
-
},
|
|
297
|
-
"selector.pseudo": {
|
|
298
|
-
"color": "#08c0ef"
|
|
299
|
-
},
|
|
300
|
-
"pseudo_class_selector": {
|
|
301
|
-
"color": "#08c0ef"
|
|
302
|
-
},
|
|
303
|
-
"pseudo_element_selector": {
|
|
304
|
-
"color": "#08c0ef"
|
|
305
|
-
},
|
|
306
|
-
"keyword.directive": {
|
|
307
|
-
"color": "#fc2b73"
|
|
308
|
-
},
|
|
309
|
-
"keyword.control.at-rule": {
|
|
310
|
-
"color": "#fc2b73"
|
|
311
|
-
},
|
|
312
|
-
"at_keyword": {
|
|
313
|
-
"color": "#fc2b73"
|
|
314
|
-
},
|
|
315
|
-
"variable.scss": {
|
|
316
|
-
"color": "#d47628"
|
|
317
|
-
},
|
|
318
|
-
"variable.css": {
|
|
319
|
-
"color": "#d47628"
|
|
320
|
-
},
|
|
321
|
-
"property.custom": {
|
|
322
|
-
"color": "#d47628"
|
|
323
|
-
},
|
|
324
|
-
"unit": {
|
|
325
|
-
"color": "#1ca1c7"
|
|
326
|
-
},
|
|
327
|
-
"number.unit": {
|
|
328
|
-
"color": "#1ca1c7"
|
|
329
|
-
},
|
|
330
|
-
"color": {
|
|
331
|
-
"color": "#d5a910"
|
|
332
|
-
},
|
|
333
|
-
"constant.color": {
|
|
334
|
-
"color": "#d5a910"
|
|
335
|
-
},
|
|
336
|
-
"keyword.important": {
|
|
337
|
-
"color": "#fc2b73"
|
|
338
|
-
},
|
|
339
|
-
"variable.language": {
|
|
340
|
-
"color": "#d5a910"
|
|
341
|
-
},
|
|
342
|
-
"this": {
|
|
343
|
-
"color": "#d5a910"
|
|
344
|
-
},
|
|
345
|
-
"self": {
|
|
346
|
-
"color": "#d5a910"
|
|
347
|
-
},
|
|
348
|
-
"type.class": {
|
|
349
|
-
"color": "#c635e4"
|
|
350
|
-
},
|
|
351
|
-
"property.object": {
|
|
352
|
-
"color": "#d47628"
|
|
353
|
-
},
|
|
354
|
-
"property_identifier": {
|
|
355
|
-
"color": "#d47628"
|
|
356
|
-
},
|
|
357
|
-
"shorthand_property_identifier": {
|
|
358
|
-
"color": "#d47628"
|
|
359
|
-
},
|
|
360
|
-
"shorthand_property_identifier_pattern": {
|
|
361
|
-
"color": "#d47628"
|
|
362
|
-
},
|
|
363
|
-
"method_definition": {
|
|
364
|
-
"color": "#7b43f8"
|
|
365
|
-
},
|
|
366
|
-
"function.method.call": {
|
|
367
|
-
"color": "#7b43f8"
|
|
368
|
-
},
|
|
369
|
-
"string.template": {
|
|
370
|
-
"color": "#199f43"
|
|
371
|
-
},
|
|
372
|
-
"template_string": {
|
|
373
|
-
"color": "#199f43"
|
|
374
|
-
},
|
|
375
|
-
"tag.jsx": {
|
|
376
|
-
"color": "#d52c36"
|
|
377
|
-
},
|
|
378
|
-
"tag.component": {
|
|
379
|
-
"color": "#c635e4"
|
|
380
|
-
},
|
|
381
|
-
"punctuation": {
|
|
382
|
-
"color": "#79797F"
|
|
383
|
-
},
|
|
384
|
-
"punctuation.bracket": {
|
|
385
|
-
"color": "#79797F"
|
|
386
|
-
},
|
|
387
|
-
"punctuation.delimiter": {
|
|
388
|
-
"color": "#79797F"
|
|
389
|
-
},
|
|
390
|
-
"punctuation.list_marker": {
|
|
391
|
-
"color": "#79797F"
|
|
392
|
-
},
|
|
393
|
-
"punctuation.special": {
|
|
394
|
-
"color": "#fc2b73"
|
|
395
|
-
},
|
|
396
|
-
"operator": {
|
|
397
|
-
"color": "#08c0ef"
|
|
398
|
-
},
|
|
399
|
-
"tag": {
|
|
400
|
-
"color": "#d52c36"
|
|
401
|
-
},
|
|
402
|
-
"attribute": {
|
|
403
|
-
"color": "#16a994"
|
|
404
|
-
},
|
|
405
|
-
"label": {
|
|
406
|
-
"color": "#d5a910"
|
|
407
|
-
},
|
|
408
|
-
"namespace": {
|
|
409
|
-
"color": "#d5a910"
|
|
410
|
-
},
|
|
411
|
-
"embedded": {
|
|
412
|
-
"color": "#070707"
|
|
413
|
-
},
|
|
414
|
-
"preproc": {
|
|
415
|
-
"color": "#fc2b73"
|
|
416
|
-
},
|
|
417
|
-
"text.literal": {
|
|
418
|
-
"color": "#199f43"
|
|
419
|
-
},
|
|
420
|
-
"markup.heading": {
|
|
421
|
-
"color": "#d52c36",
|
|
422
|
-
"font_weight": 700
|
|
423
|
-
},
|
|
424
|
-
"markup.bold": {
|
|
425
|
-
"color": "#d5a910",
|
|
426
|
-
"font_weight": 700
|
|
427
|
-
},
|
|
428
|
-
"markup.italic": {
|
|
429
|
-
"color": "#fc2b73",
|
|
430
|
-
"font_style": "italic"
|
|
431
|
-
},
|
|
432
|
-
"markup.strikethrough": {
|
|
433
|
-
"color": "#84848A"
|
|
434
|
-
},
|
|
435
|
-
"markup.link.url": {
|
|
436
|
-
"color": "#009fff"
|
|
437
|
-
},
|
|
438
|
-
"markup.link.text": {
|
|
439
|
-
"color": "#7b43f8"
|
|
440
|
-
},
|
|
441
|
-
"markup.quote": {
|
|
442
|
-
"color": "#84848A",
|
|
443
|
-
"font_style": "italic"
|
|
444
|
-
},
|
|
445
|
-
"markup.list": {
|
|
446
|
-
"color": "#d52c36"
|
|
447
|
-
},
|
|
448
|
-
"markup.list.numbered": {
|
|
449
|
-
"color": "#d52c36"
|
|
450
|
-
},
|
|
451
|
-
"markup.list.unnumbered": {
|
|
452
|
-
"color": "#d52c36"
|
|
453
|
-
},
|
|
454
|
-
"markup.raw": {
|
|
455
|
-
"color": "#199f43"
|
|
456
|
-
},
|
|
457
|
-
"markup.raw.inline": {
|
|
458
|
-
"color": "#199f43"
|
|
459
|
-
},
|
|
460
|
-
"markup.raw.block": {
|
|
461
|
-
"color": "#199f43"
|
|
462
|
-
},
|
|
463
|
-
"diff.plus": {
|
|
464
|
-
"color": "#00cab1"
|
|
465
|
-
},
|
|
466
|
-
"diff.minus": {
|
|
467
|
-
"color": "#ff2e3f"
|
|
468
|
-
},
|
|
469
|
-
"diff.delta": {
|
|
470
|
-
"color": "#ffca00"
|
|
471
|
-
},
|
|
472
|
-
"link_text": {
|
|
473
|
-
"color": "#009fff"
|
|
474
|
-
},
|
|
475
|
-
"link_uri": {
|
|
476
|
-
"color": "#fc2b73"
|
|
477
|
-
},
|
|
478
|
-
"emphasis": {
|
|
479
|
-
"font_style": "italic"
|
|
480
|
-
},
|
|
481
|
-
"emphasis.strong": {
|
|
482
|
-
"font_weight": 700
|
|
483
|
-
},
|
|
484
|
-
"primary": {
|
|
485
|
-
"color": "#009fff"
|
|
486
|
-
},
|
|
487
|
-
"title": {
|
|
488
|
-
"color": "#d52c36",
|
|
489
|
-
"font_weight": 700
|
|
490
|
-
},
|
|
491
|
-
"predictive": {
|
|
492
|
-
"color": "#8E8E95",
|
|
493
|
-
"font_style": "italic"
|
|
494
|
-
}
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"name": "Pierre Dark",
|
|
500
|
-
"appearance": "dark",
|
|
501
|
-
"style": {
|
|
502
|
-
"background": "#141415",
|
|
503
|
-
"surface.background": "#141415",
|
|
504
|
-
"elevated_surface.background": "#0B0B0C",
|
|
505
|
-
"drop_target.background": "#009fff26",
|
|
506
|
-
"editor.background": "#070707",
|
|
507
|
-
"editor.foreground": "#fbfbfb",
|
|
508
|
-
"editor.gutter.background": "#070707",
|
|
509
|
-
"editor.active_line.background": "#19283c8c",
|
|
510
|
-
"editor.active_line_number": "#adadb1",
|
|
511
|
-
"editor.line_number": "#84848A",
|
|
512
|
-
"editor.highlighted_line.background": "#19283c59",
|
|
513
|
-
"editor.indent_guide": "#1F1F21",
|
|
514
|
-
"editor.indent_guide_active": "#2e2e30",
|
|
515
|
-
"editor.invisible": "#79797F",
|
|
516
|
-
"editor.wrap_guide": "#1F1F21",
|
|
517
|
-
"editor.active_wrap_guide": "#2e2e30",
|
|
518
|
-
"editor.document_highlight.read_background": "#009fff26",
|
|
519
|
-
"editor.document_highlight.write_background": "#009fff40",
|
|
520
|
-
"editor.document_highlight.bracket_background": "#009fff33",
|
|
521
|
-
"editor.subheader.background": "#141415",
|
|
522
|
-
"text": "#fbfbfb",
|
|
523
|
-
"text.muted": "#84848A",
|
|
524
|
-
"text.placeholder": "#79797F",
|
|
525
|
-
"text.disabled": "#79797F",
|
|
526
|
-
"text.accent": "#009fff",
|
|
527
|
-
"border": "#1F1F21",
|
|
528
|
-
"border.variant": "#2e2e30",
|
|
529
|
-
"border.focused": "#009fff",
|
|
530
|
-
"border.selected": "#009fff",
|
|
531
|
-
"border.transparent": "transparent",
|
|
532
|
-
"border.disabled": "#2e2e30",
|
|
533
|
-
"element.background": "#1F1F21",
|
|
534
|
-
"element.hover": "#19283c80",
|
|
535
|
-
"element.active": "#19283cb3",
|
|
536
|
-
"element.selected": "#19283c99",
|
|
537
|
-
"element.disabled": "#1F1F2180",
|
|
538
|
-
"ghost_element.background": "transparent",
|
|
539
|
-
"ghost_element.hover": "#19283c59",
|
|
540
|
-
"ghost_element.active": "#19283c8c",
|
|
541
|
-
"ghost_element.selected": "#19283c80",
|
|
542
|
-
"ghost_element.disabled": "transparent",
|
|
543
|
-
"icon": "#adadb1",
|
|
544
|
-
"icon.muted": "#84848A",
|
|
545
|
-
"icon.disabled": "#79797F",
|
|
546
|
-
"icon.placeholder": "#79797F",
|
|
547
|
-
"icon.accent": "#009fff",
|
|
548
|
-
"link_text.hover": "#009fff",
|
|
549
|
-
"error": "#ff2e3f",
|
|
550
|
-
"error.background": "#ff2e3f1a",
|
|
551
|
-
"error.border": "#ff2e3f4d",
|
|
552
|
-
"warning": "#009fff",
|
|
553
|
-
"warning.background": "#009fff1a",
|
|
554
|
-
"warning.border": "#009fff4d",
|
|
555
|
-
"success": "#00cab1",
|
|
556
|
-
"success.background": "#00cab11a",
|
|
557
|
-
"success.border": "#00cab14d",
|
|
558
|
-
"info": "#08c0ef",
|
|
559
|
-
"info.background": "#08c0ef1a",
|
|
560
|
-
"info.border": "#08c0ef4d",
|
|
561
|
-
"hint": "#84848A",
|
|
562
|
-
"hint.background": "#84848A1a",
|
|
563
|
-
"hint.border": "#84848A33",
|
|
564
|
-
"predictive": "#79797F",
|
|
565
|
-
"predictive.background": "#79797F1a",
|
|
566
|
-
"predictive.border": "#79797F33",
|
|
567
|
-
"unreachable": "#79797F",
|
|
568
|
-
"unreachable.background": "#79797F0d",
|
|
569
|
-
"unreachable.border": "#79797F1a",
|
|
570
|
-
"created": "#00cab1",
|
|
571
|
-
"created.background": "#00cab11a",
|
|
572
|
-
"created.border": "#00cab14d",
|
|
573
|
-
"modified": "#009fff",
|
|
574
|
-
"modified.background": "#009fff1a",
|
|
575
|
-
"modified.border": "#009fff4d",
|
|
576
|
-
"deleted": "#ff2e3f",
|
|
577
|
-
"deleted.background": "#ff2e3f1a",
|
|
578
|
-
"deleted.border": "#ff2e3f4d",
|
|
579
|
-
"conflict": "#009fff",
|
|
580
|
-
"conflict.background": "#009fff1a",
|
|
581
|
-
"conflict.border": "#009fff4d",
|
|
582
|
-
"hidden": "#79797F",
|
|
583
|
-
"hidden.background": "#79797F0d",
|
|
584
|
-
"hidden.border": "#79797F1a",
|
|
585
|
-
"ignored": "#84848A",
|
|
586
|
-
"ignored.background": "#84848A0d",
|
|
587
|
-
"ignored.border": "#84848A1a",
|
|
588
|
-
"renamed": "#08c0ef",
|
|
589
|
-
"renamed.background": "#08c0ef1a",
|
|
590
|
-
"renamed.border": "#08c0ef4d",
|
|
591
|
-
"search.match_background": "#ffca004d",
|
|
592
|
-
"tab_bar.background": "#141415",
|
|
593
|
-
"tab.active_background": "#141415",
|
|
594
|
-
"tab.inactive_background": "#141415",
|
|
595
|
-
"toolbar.background": "#141415",
|
|
596
|
-
"title_bar.background": "#141415",
|
|
597
|
-
"title_bar.inactive_background": "#141415",
|
|
598
|
-
"panel.background": "#141415",
|
|
599
|
-
"panel.focused_border": "#009fff",
|
|
600
|
-
"status_bar.background": "#141415",
|
|
601
|
-
"scrollbar.thumb.background": "#79797F4d",
|
|
602
|
-
"scrollbar.thumb.hover_background": "#79797F80",
|
|
603
|
-
"scrollbar.thumb.border": "transparent",
|
|
604
|
-
"scrollbar.track.background": "transparent",
|
|
605
|
-
"scrollbar.track.border": "transparent",
|
|
606
|
-
"terminal.background": "#141415",
|
|
607
|
-
"terminal.foreground": "#adadb1",
|
|
608
|
-
"terminal.bright_foreground": "#fbfbfb",
|
|
609
|
-
"terminal.dim_foreground": "#84848A",
|
|
610
|
-
"terminal.ansi.black": "#141415",
|
|
611
|
-
"terminal.ansi.red": "#ff2e3f",
|
|
612
|
-
"terminal.ansi.green": "#0dbe4e",
|
|
613
|
-
"terminal.ansi.yellow": "#ffca00",
|
|
614
|
-
"terminal.ansi.blue": "#009fff",
|
|
615
|
-
"terminal.ansi.magenta": "#c635e4",
|
|
616
|
-
"terminal.ansi.cyan": "#08c0ef",
|
|
617
|
-
"terminal.ansi.white": "#c6c6c8",
|
|
618
|
-
"terminal.ansi.bright_black": "#141415",
|
|
619
|
-
"terminal.ansi.bright_red": "#ff2e3f",
|
|
620
|
-
"terminal.ansi.bright_green": "#0dbe4e",
|
|
621
|
-
"terminal.ansi.bright_yellow": "#ffca00",
|
|
622
|
-
"terminal.ansi.bright_blue": "#009fff",
|
|
623
|
-
"terminal.ansi.bright_magenta": "#c635e4",
|
|
624
|
-
"terminal.ansi.bright_cyan": "#08c0ef",
|
|
625
|
-
"terminal.ansi.bright_white": "#c6c6c8",
|
|
626
|
-
"players": [
|
|
627
|
-
{
|
|
628
|
-
"cursor": "#009fff",
|
|
629
|
-
"background": "#009fff",
|
|
630
|
-
"selection": "#009fff40"
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
"cursor": "#00cab1",
|
|
634
|
-
"background": "#00cab1",
|
|
635
|
-
"selection": "#00cab140"
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"cursor": "#ff678d",
|
|
639
|
-
"background": "#ff678d",
|
|
640
|
-
"selection": "#ff678d40"
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"cursor": "#9d6afb",
|
|
644
|
-
"background": "#9d6afb",
|
|
645
|
-
"selection": "#9d6afb40"
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"cursor": "#5ecc71",
|
|
649
|
-
"background": "#5ecc71",
|
|
650
|
-
"selection": "#5ecc7140"
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"cursor": "#ffca00",
|
|
654
|
-
"background": "#ffca00",
|
|
655
|
-
"selection": "#ffca0040"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"cursor": "#d568ea",
|
|
659
|
-
"background": "#d568ea",
|
|
660
|
-
"selection": "#d568ea40"
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
"cursor": "#08c0ef",
|
|
664
|
-
"background": "#08c0ef",
|
|
665
|
-
"selection": "#08c0ef40"
|
|
666
|
-
}
|
|
667
|
-
],
|
|
668
|
-
"syntax": {
|
|
669
|
-
"comment": {
|
|
670
|
-
"color": "#84848A"
|
|
671
|
-
},
|
|
672
|
-
"comment.doc": {
|
|
673
|
-
"color": "#84848A"
|
|
674
|
-
},
|
|
675
|
-
"string": {
|
|
676
|
-
"color": "#5ecc71"
|
|
677
|
-
},
|
|
678
|
-
"string.escape": {
|
|
679
|
-
"color": "#68cdf2"
|
|
680
|
-
},
|
|
681
|
-
"string.regex": {
|
|
682
|
-
"color": "#64d1db"
|
|
683
|
-
},
|
|
684
|
-
"string.special": {
|
|
685
|
-
"color": "#68cdf2"
|
|
686
|
-
},
|
|
687
|
-
"string.special.symbol": {
|
|
688
|
-
"color": "#ffd452"
|
|
689
|
-
},
|
|
690
|
-
"number": {
|
|
691
|
-
"color": "#68cdf2"
|
|
692
|
-
},
|
|
693
|
-
"constant": {
|
|
694
|
-
"color": "#ffd452"
|
|
695
|
-
},
|
|
696
|
-
"boolean": {
|
|
697
|
-
"color": "#68cdf2"
|
|
698
|
-
},
|
|
699
|
-
"keyword": {
|
|
700
|
-
"color": "#ff678d"
|
|
701
|
-
},
|
|
702
|
-
"keyword.operator": {
|
|
703
|
-
"color": "#08c0ef"
|
|
704
|
-
},
|
|
705
|
-
"function": {
|
|
706
|
-
"color": "#9d6afb"
|
|
707
|
-
},
|
|
708
|
-
"function.method": {
|
|
709
|
-
"color": "#9d6afb"
|
|
710
|
-
},
|
|
711
|
-
"function.builtin": {
|
|
712
|
-
"color": "#9d6afb"
|
|
713
|
-
},
|
|
714
|
-
"function.special.definition": {
|
|
715
|
-
"color": "#9d6afb"
|
|
716
|
-
},
|
|
717
|
-
"function.call": {
|
|
718
|
-
"color": "#9d6afb"
|
|
719
|
-
},
|
|
720
|
-
"type": {
|
|
721
|
-
"color": "#d568ea"
|
|
722
|
-
},
|
|
723
|
-
"type.builtin": {
|
|
724
|
-
"color": "#d568ea"
|
|
725
|
-
},
|
|
726
|
-
"constructor": {
|
|
727
|
-
"color": "#d568ea"
|
|
728
|
-
},
|
|
729
|
-
"variable": {
|
|
730
|
-
"color": "#ffa359"
|
|
731
|
-
},
|
|
732
|
-
"variable.builtin": {
|
|
733
|
-
"color": "#ffca00"
|
|
734
|
-
},
|
|
735
|
-
"variable.member": {
|
|
736
|
-
"color": "#ffa359"
|
|
737
|
-
},
|
|
738
|
-
"variable.parameter": {
|
|
739
|
-
"color": "#adadb1"
|
|
740
|
-
},
|
|
741
|
-
"variable.special": {
|
|
742
|
-
"color": "#ffca00"
|
|
743
|
-
},
|
|
744
|
-
"property": {
|
|
745
|
-
"color": "#ffa359"
|
|
746
|
-
},
|
|
747
|
-
"property.css": {
|
|
748
|
-
"color": "#009fff"
|
|
749
|
-
},
|
|
750
|
-
"property.definition": {
|
|
751
|
-
"color": "#009fff"
|
|
752
|
-
},
|
|
753
|
-
"property_name": {
|
|
754
|
-
"color": "#009fff"
|
|
755
|
-
},
|
|
756
|
-
"value": {
|
|
757
|
-
"color": "#68cdf2"
|
|
758
|
-
},
|
|
759
|
-
"constant.css": {
|
|
760
|
-
"color": "#ffd452"
|
|
761
|
-
},
|
|
762
|
-
"string.plain": {
|
|
763
|
-
"color": "#68cdf2"
|
|
764
|
-
},
|
|
765
|
-
"plain_value": {
|
|
766
|
-
"color": "#68cdf2"
|
|
767
|
-
},
|
|
768
|
-
"tag.css": {
|
|
769
|
-
"color": "#ff6762"
|
|
770
|
-
},
|
|
771
|
-
"tag_name": {
|
|
772
|
-
"color": "#ff6762"
|
|
773
|
-
},
|
|
774
|
-
"class": {
|
|
775
|
-
"color": "#61d5c0"
|
|
776
|
-
},
|
|
777
|
-
"class_name": {
|
|
778
|
-
"color": "#61d5c0"
|
|
779
|
-
},
|
|
780
|
-
"selector.class": {
|
|
781
|
-
"color": "#61d5c0"
|
|
782
|
-
},
|
|
783
|
-
"selector.id": {
|
|
784
|
-
"color": "#9d6afb"
|
|
785
|
-
},
|
|
786
|
-
"id_name": {
|
|
787
|
-
"color": "#9d6afb"
|
|
788
|
-
},
|
|
789
|
-
"selector.pseudo": {
|
|
790
|
-
"color": "#08c0ef"
|
|
791
|
-
},
|
|
792
|
-
"pseudo_class_selector": {
|
|
793
|
-
"color": "#08c0ef"
|
|
794
|
-
},
|
|
795
|
-
"pseudo_element_selector": {
|
|
796
|
-
"color": "#08c0ef"
|
|
797
|
-
},
|
|
798
|
-
"keyword.directive": {
|
|
799
|
-
"color": "#ff678d"
|
|
800
|
-
},
|
|
801
|
-
"keyword.control.at-rule": {
|
|
802
|
-
"color": "#ff678d"
|
|
803
|
-
},
|
|
804
|
-
"at_keyword": {
|
|
805
|
-
"color": "#ff678d"
|
|
806
|
-
},
|
|
807
|
-
"variable.scss": {
|
|
808
|
-
"color": "#ffa359"
|
|
809
|
-
},
|
|
810
|
-
"variable.css": {
|
|
811
|
-
"color": "#ffa359"
|
|
812
|
-
},
|
|
813
|
-
"property.custom": {
|
|
814
|
-
"color": "#ffa359"
|
|
815
|
-
},
|
|
816
|
-
"unit": {
|
|
817
|
-
"color": "#68cdf2"
|
|
818
|
-
},
|
|
819
|
-
"number.unit": {
|
|
820
|
-
"color": "#68cdf2"
|
|
821
|
-
},
|
|
822
|
-
"color": {
|
|
823
|
-
"color": "#ffd452"
|
|
824
|
-
},
|
|
825
|
-
"constant.color": {
|
|
826
|
-
"color": "#ffd452"
|
|
827
|
-
},
|
|
828
|
-
"keyword.important": {
|
|
829
|
-
"color": "#ff678d"
|
|
830
|
-
},
|
|
831
|
-
"variable.language": {
|
|
832
|
-
"color": "#ffca00"
|
|
833
|
-
},
|
|
834
|
-
"this": {
|
|
835
|
-
"color": "#ffca00"
|
|
836
|
-
},
|
|
837
|
-
"self": {
|
|
838
|
-
"color": "#ffca00"
|
|
839
|
-
},
|
|
840
|
-
"type.class": {
|
|
841
|
-
"color": "#d568ea"
|
|
842
|
-
},
|
|
843
|
-
"property.object": {
|
|
844
|
-
"color": "#ffa359"
|
|
845
|
-
},
|
|
846
|
-
"property_identifier": {
|
|
847
|
-
"color": "#ffa359"
|
|
848
|
-
},
|
|
849
|
-
"shorthand_property_identifier": {
|
|
850
|
-
"color": "#ffa359"
|
|
851
|
-
},
|
|
852
|
-
"shorthand_property_identifier_pattern": {
|
|
853
|
-
"color": "#ffa359"
|
|
854
|
-
},
|
|
855
|
-
"method_definition": {
|
|
856
|
-
"color": "#9d6afb"
|
|
857
|
-
},
|
|
858
|
-
"function.method.call": {
|
|
859
|
-
"color": "#9d6afb"
|
|
860
|
-
},
|
|
861
|
-
"string.template": {
|
|
862
|
-
"color": "#5ecc71"
|
|
863
|
-
},
|
|
864
|
-
"template_string": {
|
|
865
|
-
"color": "#5ecc71"
|
|
866
|
-
},
|
|
867
|
-
"tag.jsx": {
|
|
868
|
-
"color": "#ff6762"
|
|
869
|
-
},
|
|
870
|
-
"tag.component": {
|
|
871
|
-
"color": "#d568ea"
|
|
872
|
-
},
|
|
873
|
-
"punctuation": {
|
|
874
|
-
"color": "#79797F"
|
|
875
|
-
},
|
|
876
|
-
"punctuation.bracket": {
|
|
877
|
-
"color": "#79797F"
|
|
878
|
-
},
|
|
879
|
-
"punctuation.delimiter": {
|
|
880
|
-
"color": "#79797F"
|
|
881
|
-
},
|
|
882
|
-
"punctuation.list_marker": {
|
|
883
|
-
"color": "#79797F"
|
|
884
|
-
},
|
|
885
|
-
"punctuation.special": {
|
|
886
|
-
"color": "#ff678d"
|
|
887
|
-
},
|
|
888
|
-
"operator": {
|
|
889
|
-
"color": "#08c0ef"
|
|
890
|
-
},
|
|
891
|
-
"tag": {
|
|
892
|
-
"color": "#ff6762"
|
|
893
|
-
},
|
|
894
|
-
"attribute": {
|
|
895
|
-
"color": "#61d5c0"
|
|
896
|
-
},
|
|
897
|
-
"label": {
|
|
898
|
-
"color": "#ffca00"
|
|
899
|
-
},
|
|
900
|
-
"namespace": {
|
|
901
|
-
"color": "#ffca00"
|
|
902
|
-
},
|
|
903
|
-
"embedded": {
|
|
904
|
-
"color": "#fbfbfb"
|
|
905
|
-
},
|
|
906
|
-
"preproc": {
|
|
907
|
-
"color": "#ff678d"
|
|
908
|
-
},
|
|
909
|
-
"text.literal": {
|
|
910
|
-
"color": "#5ecc71"
|
|
911
|
-
},
|
|
912
|
-
"markup.heading": {
|
|
913
|
-
"color": "#ff6762",
|
|
914
|
-
"font_weight": 700
|
|
915
|
-
},
|
|
916
|
-
"markup.bold": {
|
|
917
|
-
"color": "#ffd452",
|
|
918
|
-
"font_weight": 700
|
|
919
|
-
},
|
|
920
|
-
"markup.italic": {
|
|
921
|
-
"color": "#ff678d",
|
|
922
|
-
"font_style": "italic"
|
|
923
|
-
},
|
|
924
|
-
"markup.strikethrough": {
|
|
925
|
-
"color": "#84848A"
|
|
926
|
-
},
|
|
927
|
-
"markup.link.url": {
|
|
928
|
-
"color": "#009fff"
|
|
929
|
-
},
|
|
930
|
-
"markup.link.text": {
|
|
931
|
-
"color": "#9d6afb"
|
|
932
|
-
},
|
|
933
|
-
"markup.quote": {
|
|
934
|
-
"color": "#84848A",
|
|
935
|
-
"font_style": "italic"
|
|
936
|
-
},
|
|
937
|
-
"markup.list": {
|
|
938
|
-
"color": "#ff6762"
|
|
939
|
-
},
|
|
940
|
-
"markup.list.numbered": {
|
|
941
|
-
"color": "#ff6762"
|
|
942
|
-
},
|
|
943
|
-
"markup.list.unnumbered": {
|
|
944
|
-
"color": "#ff6762"
|
|
945
|
-
},
|
|
946
|
-
"markup.raw": {
|
|
947
|
-
"color": "#5ecc71"
|
|
948
|
-
},
|
|
949
|
-
"markup.raw.inline": {
|
|
950
|
-
"color": "#5ecc71"
|
|
951
|
-
},
|
|
952
|
-
"markup.raw.block": {
|
|
953
|
-
"color": "#5ecc71"
|
|
954
|
-
},
|
|
955
|
-
"diff.plus": {
|
|
956
|
-
"color": "#00cab1"
|
|
957
|
-
},
|
|
958
|
-
"diff.minus": {
|
|
959
|
-
"color": "#ff2e3f"
|
|
960
|
-
},
|
|
961
|
-
"diff.delta": {
|
|
962
|
-
"color": "#ffca00"
|
|
963
|
-
},
|
|
964
|
-
"link_text": {
|
|
965
|
-
"color": "#009fff"
|
|
966
|
-
},
|
|
967
|
-
"link_uri": {
|
|
968
|
-
"color": "#ff678d"
|
|
969
|
-
},
|
|
970
|
-
"emphasis": {
|
|
971
|
-
"font_style": "italic"
|
|
972
|
-
},
|
|
973
|
-
"emphasis.strong": {
|
|
974
|
-
"font_weight": 700
|
|
975
|
-
},
|
|
976
|
-
"primary": {
|
|
977
|
-
"color": "#009fff"
|
|
978
|
-
},
|
|
979
|
-
"title": {
|
|
980
|
-
"color": "#ff6762",
|
|
981
|
-
"font_weight": 700
|
|
982
|
-
},
|
|
983
|
-
"predictive": {
|
|
984
|
-
"color": "#79797F",
|
|
985
|
-
"font_style": "italic"
|
|
986
|
-
}
|
|
987
|
-
}
|
|
988
|
-
}
|
|
989
|
-
}
|
|
990
|
-
]
|
|
991
|
-
}
|