tangled
alpha
login
or
join now
davidgasquez.com
/
dotfiles
1
fork
atom
🔧 Where my dotfiles lives in harmony and peace, most of the time
1
fork
atom
overview
issues
pulls
pipelines
🎨 Add Catppuccin blue theme config for Zed
davidgasquez.com
3 weeks ago
b9926496
856a6030
+2969
-1
2 changed files
expand all
collapse all
unified
split
zed
settings.json
theme-catppuccin-blue.json
+10
-1
zed/settings.json
···
15
15
},
16
16
"ui_font_size": 16,
17
17
"buffer_font_size": 15,
18
18
-
"theme": "Catppuccin Frappé",
18
18
+
"theme": "Catppuccin Frappé (blue)",
19
19
+
"theme_overrides": {
20
20
+
"Catppuccin Frappé (blue)": {
21
21
+
"syntax": {
22
22
+
"title": {
23
23
+
"color": "#d2b67c",
24
24
+
},
25
25
+
},
26
26
+
},
27
27
+
},
19
28
"icon_theme": "Catppuccin Frappé",
20
29
}
+2959
zed/theme-catppuccin-blue.json
···
1
1
+
{
2
2
+
"$schema": "https://zed.dev/schema/themes/v0.2.0.json",
3
3
+
"name": "Catppuccin",
4
4
+
"author": "Catppuccin <releases@catppuccin.com>",
5
5
+
"themes": [
6
6
+
{
7
7
+
"name": "Catppuccin Latte (blue)",
8
8
+
"appearance": "light",
9
9
+
"style": {
10
10
+
"accents": [
11
11
+
"#8839ef",
12
12
+
"#7287fd",
13
13
+
"#209fb5",
14
14
+
"#40a02b",
15
15
+
"#df8e1d",
16
16
+
"#fe640b",
17
17
+
"#d20f39"
18
18
+
],
19
19
+
"vim.mode.text": "#dce0e8",
20
20
+
"vim.normal.foreground": "#dce0e8",
21
21
+
"vim.helix_normal.foreground": "#dce0e8",
22
22
+
"vim.visual.foreground": "#dce0e8",
23
23
+
"vim.helix_select.foreground": "#dce0e8",
24
24
+
"vim.insert.foreground": "#dce0e8",
25
25
+
"vim.visual_line.foreground": "#dce0e8",
26
26
+
"vim.visual_block.foreground": "#dce0e8",
27
27
+
"vim.replace.foreground": "#dce0e8",
28
28
+
"vim.normal.background": "#dc8a78",
29
29
+
"vim.helix_normal.background": "#dc8a78",
30
30
+
"vim.visual.background": "#7287fd",
31
31
+
"vim.helix_select.background": "#7287fd",
32
32
+
"vim.insert.background": "#40a02b",
33
33
+
"vim.visual_line.background": "#7287fd",
34
34
+
"vim.visual_block.background": "#8839ef",
35
35
+
"vim.replace.background": "#e64553",
36
36
+
"background.appearance": "opaque",
37
37
+
"border": "#ccd0da",
38
38
+
"border.variant": "#417cf0",
39
39
+
"border.focused": "#7287fd",
40
40
+
"border.selected": "#1e66f5",
41
41
+
"border.transparent": "#40a02b",
42
42
+
"border.disabled": "#9ca0b0",
43
43
+
"elevated_surface.background": "#e6e9ef",
44
44
+
"surface.background": "#e6e9ef",
45
45
+
"background": "#d7dce5",
46
46
+
"element.background": "#dce0e8",
47
47
+
"element.hover": "#ccd0da",
48
48
+
"element.active": "#acb0be4d",
49
49
+
"element.selected": "#ccd0da4d",
50
50
+
"element.disabled": "#9ca0b0",
51
51
+
"drop_target.background": "#ccd0da66",
52
52
+
"ghost_element.background": "#00000000",
53
53
+
"ghost_element.hover": "#bcc0cc4d",
54
54
+
"ghost_element.active": "#acb0be99",
55
55
+
"ghost_element.selected": "#8f94a766",
56
56
+
"ghost_element.disabled": "#9ca0b0",
57
57
+
"text": "#4c4f69",
58
58
+
"text.muted": "#5c5f77",
59
59
+
"text.placeholder": "#acb0be",
60
60
+
"text.disabled": "#bcc0cc",
61
61
+
"text.accent": "#1e66f5",
62
62
+
"icon": "#4c4f69",
63
63
+
"icon.muted": "#8c8fa1",
64
64
+
"icon.disabled": "#9ca0b0",
65
65
+
"icon.placeholder": "#acb0be",
66
66
+
"icon.accent": "#1e66f5",
67
67
+
"status_bar.background": "#dce0e8",
68
68
+
"title_bar.background": "#dce0e8",
69
69
+
"title_bar.inactive_background": "#e6e9ee",
70
70
+
"toolbar.background": "#eff1f5",
71
71
+
"tab_bar.background": "#dce0e8",
72
72
+
"tab.inactive_background": "#d2d7e2",
73
73
+
"tab.active_background": "#eff1f5",
74
74
+
"search.match_background": "#1792994d",
75
75
+
"search.active_match_background": "#d20f394d",
76
76
+
"panel.background": "#e6e9ef",
77
77
+
"panel.focused_border": "#4c4f69",
78
78
+
"panel.indent_guide": "#ccd0da99",
79
79
+
"panel.indent_guide_active": "#acb0be",
80
80
+
"panel.indent_guide_hover": "#1e66f5",
81
81
+
"panel.overlay_background": "#e6e9ef",
82
82
+
"pane.focused_border": "#4c4f69",
83
83
+
"pane_group.border": "#ccd0da",
84
84
+
"scrollbar.thumb.background": "#acb0be80",
85
85
+
"scrollbar.thumb.hover_background": "#9ca0b0",
86
86
+
"scrollbar.thumb.active_background": null,
87
87
+
"scrollbar.thumb.border": null,
88
88
+
"scrollbar.track.background": "#dce0e8",
89
89
+
"scrollbar.track.border": "#4c4f6912",
90
90
+
"minimap.thumb.background": "#1e66f533",
91
91
+
"minimap.thumb.hover_background": "#1e66f566",
92
92
+
"minimap.thumb.active_background": "#1e66f599",
93
93
+
"minimap.thumb.border": null,
94
94
+
"editor.foreground": "#4c4f69",
95
95
+
"editor.background": "#eff1f5",
96
96
+
"editor.gutter.background": "#eff1f5",
97
97
+
"editor.subheader.background": "#e6e9ef",
98
98
+
"editor.active_line.background": "#4c4f6912",
99
99
+
"editor.highlighted_line.background": null,
100
100
+
"editor.line_number": "#8c8fa1",
101
101
+
"editor.active_line_number": "#1e66f5",
102
102
+
"editor.invisible": "#7c7f9366",
103
103
+
"editor.wrap_guide": "#acb0be",
104
104
+
"editor.active_wrap_guide": "#acb0be",
105
105
+
"editor.document_highlight.bracket_background": "#1e66f517",
106
106
+
"editor.document_highlight.read_background": "#6c6f8529",
107
107
+
"editor.document_highlight.write_background": "#6c6f8529",
108
108
+
"editor.indent_guide": "#ccd0da99",
109
109
+
"editor.indent_guide_active": "#acb0be",
110
110
+
"terminal.background": "#eff1f5",
111
111
+
"terminal.ansi.background": "#eff1f5",
112
112
+
"terminal.foreground": "#4c4f69",
113
113
+
"terminal.dim_foreground": "#8c8fa1",
114
114
+
"terminal.bright_foreground": "#4c4f69",
115
115
+
"terminal.ansi.black": "#5c5f77",
116
116
+
"terminal.ansi.white": "#acb0be",
117
117
+
"terminal.ansi.red": "#d20f39",
118
118
+
"terminal.ansi.green": "#40a02b",
119
119
+
"terminal.ansi.yellow": "#df8e1d",
120
120
+
"terminal.ansi.blue": "#1e66f5",
121
121
+
"terminal.ansi.magenta": "#ea76cb",
122
122
+
"terminal.ansi.cyan": "#179299",
123
123
+
"terminal.ansi.bright_black": "#6c6f85",
124
124
+
"terminal.ansi.bright_white": "#bcc0cc",
125
125
+
"terminal.ansi.bright_red": "#de293e",
126
126
+
"terminal.ansi.bright_green": "#49af3d",
127
127
+
"terminal.ansi.bright_yellow": "#eea02d",
128
128
+
"terminal.ansi.bright_blue": "#456eff",
129
129
+
"terminal.ansi.bright_magenta": "#fe85d8",
130
130
+
"terminal.ansi.bright_cyan": "#2d9fa8",
131
131
+
"terminal.ansi.dim_black": "#5c5f77",
132
132
+
"terminal.ansi.dim_white": "#acb0be",
133
133
+
"terminal.ansi.dim_red": "#d20f39",
134
134
+
"terminal.ansi.dim_green": "#40a02b",
135
135
+
"terminal.ansi.dim_yellow": "#df8e1d",
136
136
+
"terminal.ansi.dim_blue": "#1e66f5",
137
137
+
"terminal.ansi.dim_magenta": "#ea76cb",
138
138
+
"terminal.ansi.dim_cyan": "#179299",
139
139
+
"link_text.hover": "#04a5e5",
140
140
+
"conflict": "#fe640b",
141
141
+
"conflict.border": "#fe640b",
142
142
+
"conflict.background": "#fe640b26",
143
143
+
"created": "#40a02b",
144
144
+
"created.border": "#40a02b",
145
145
+
"created.background": "#40a02b26",
146
146
+
"deleted": "#d20f39",
147
147
+
"deleted.border": "#d20f39",
148
148
+
"deleted.background": "#d20f3926",
149
149
+
"hidden": "#9ca0b0",
150
150
+
"hidden.border": "#9ca0b0",
151
151
+
"hidden.background": "#e6e9ef",
152
152
+
"hint": "#acb0be",
153
153
+
"hint.border": "#acb0be",
154
154
+
"hint.background": "#e6e9ef",
155
155
+
"ignored": "#9ca0b0",
156
156
+
"ignored.border": "#9ca0b0",
157
157
+
"ignored.background": "#9ca0b026",
158
158
+
"modified": "#df8e1d",
159
159
+
"modified.border": "#df8e1d",
160
160
+
"modified.background": "#df8e1d26",
161
161
+
"predictive": "#9ca0b0",
162
162
+
"predictive.border": "#7287fd",
163
163
+
"predictive.background": "#e6e9ef",
164
164
+
"renamed": "#209fb5",
165
165
+
"renamed.border": "#209fb5",
166
166
+
"renamed.background": "#209fb526",
167
167
+
"info": "#179299",
168
168
+
"info.border": "#179299",
169
169
+
"info.background": "#7c7f9333",
170
170
+
"warning": "#df8e1d",
171
171
+
"warning.border": "#df8e1d",
172
172
+
"warning.background": "#df8e1d1f",
173
173
+
"error": "#d20f39",
174
174
+
"error.border": "#d20f39",
175
175
+
"error.background": "#d20f391f",
176
176
+
"success": "#40a02b",
177
177
+
"success.border": "#40a02b",
178
178
+
"success.background": "#40a02b1f",
179
179
+
"unreachable": "#d20f39",
180
180
+
"unreachable.border": "#d20f39",
181
181
+
"unreachable.background": "#d20f391f",
182
182
+
"players": [
183
183
+
{
184
184
+
"cursor": "#dc8a78",
185
185
+
"selection": "#7c7f934d",
186
186
+
"background": "#dc8a78"
187
187
+
},
188
188
+
{
189
189
+
"cursor": "#8839ef",
190
190
+
"selection": "#8839ef4d",
191
191
+
"background": "#8839ef"
192
192
+
},
193
193
+
{
194
194
+
"cursor": "#7287fd",
195
195
+
"selection": "#7287fd4d",
196
196
+
"background": "#7287fd"
197
197
+
},
198
198
+
{
199
199
+
"cursor": "#209fb5",
200
200
+
"selection": "#209fb54d",
201
201
+
"background": "#209fb5"
202
202
+
},
203
203
+
{
204
204
+
"cursor": "#40a02b",
205
205
+
"selection": "#40a02b4d",
206
206
+
"background": "#40a02b"
207
207
+
},
208
208
+
{
209
209
+
"cursor": "#df8e1d",
210
210
+
"selection": "#df8e1d4d",
211
211
+
"background": "#df8e1d"
212
212
+
},
213
213
+
{
214
214
+
"cursor": "#fe640b",
215
215
+
"selection": "#fe640b4d",
216
216
+
"background": "#fe640b"
217
217
+
},
218
218
+
{
219
219
+
"cursor": "#d20f39",
220
220
+
"selection": "#d20f394d",
221
221
+
"background": "#d20f39"
222
222
+
}
223
223
+
],
224
224
+
"version_control.added": "#40a02b",
225
225
+
"version_control.deleted": "#d20f39",
226
226
+
"version_control.modified": "#df8e1d",
227
227
+
"version_control.renamed": "#209fb5",
228
228
+
"version_control.conflict": "#fe640b",
229
229
+
"version_control.conflict_marker.ours": "#40a02b33",
230
230
+
"version_control.conflict_marker.theirs": "#1e66f533",
231
231
+
"version_control.ignored": "#9ca0b0",
232
232
+
"debugger.accent": "#d20f39",
233
233
+
"editor.debugger_active_line.background": "#fe640b12",
234
234
+
"syntax": {
235
235
+
"variable": {
236
236
+
"color": "#4c4f69",
237
237
+
"font_style": null,
238
238
+
"font_weight": null
239
239
+
},
240
240
+
"variable.builtin": {
241
241
+
"color": "#d20f39",
242
242
+
"font_style": null,
243
243
+
"font_weight": null
244
244
+
},
245
245
+
"variable.parameter": {
246
246
+
"color": "#e64553",
247
247
+
"font_style": null,
248
248
+
"font_weight": null
249
249
+
},
250
250
+
"variable.member": {
251
251
+
"color": "#1e66f5",
252
252
+
"font_style": null,
253
253
+
"font_weight": null
254
254
+
},
255
255
+
"variable.special": {
256
256
+
"color": "#d20f39",
257
257
+
"font_style": "italic",
258
258
+
"font_weight": null
259
259
+
},
260
260
+
"constant": {
261
261
+
"color": "#fe640b",
262
262
+
"font_style": null,
263
263
+
"font_weight": null
264
264
+
},
265
265
+
"constant.builtin": {
266
266
+
"color": "#fe640b",
267
267
+
"font_style": null,
268
268
+
"font_weight": null
269
269
+
},
270
270
+
"constant.macro": {
271
271
+
"color": "#8839ef",
272
272
+
"font_style": null,
273
273
+
"font_weight": null
274
274
+
},
275
275
+
"module": {
276
276
+
"color": "#df8e1d",
277
277
+
"font_style": "italic",
278
278
+
"font_weight": null
279
279
+
},
280
280
+
"label": {
281
281
+
"color": "#209fb5",
282
282
+
"font_style": null,
283
283
+
"font_weight": null
284
284
+
},
285
285
+
"string": {
286
286
+
"color": "#40a02b",
287
287
+
"font_style": null,
288
288
+
"font_weight": null
289
289
+
},
290
290
+
"string.documentation": {
291
291
+
"color": "#179299",
292
292
+
"font_style": null,
293
293
+
"font_weight": null
294
294
+
},
295
295
+
"string.regexp": {
296
296
+
"color": "#fe640b",
297
297
+
"font_style": null,
298
298
+
"font_weight": null
299
299
+
},
300
300
+
"string.escape": {
301
301
+
"color": "#ea76cb",
302
302
+
"font_style": null,
303
303
+
"font_weight": null
304
304
+
},
305
305
+
"string.special": {
306
306
+
"color": "#ea76cb",
307
307
+
"font_style": null,
308
308
+
"font_weight": null
309
309
+
},
310
310
+
"string.special.path": {
311
311
+
"color": "#ea76cb",
312
312
+
"font_style": null,
313
313
+
"font_weight": null
314
314
+
},
315
315
+
"string.special.symbol": {
316
316
+
"color": "#dd7878",
317
317
+
"font_style": null,
318
318
+
"font_weight": null
319
319
+
},
320
320
+
"string.special.url": {
321
321
+
"color": "#dc8a78",
322
322
+
"font_style": "italic",
323
323
+
"font_weight": null
324
324
+
},
325
325
+
"character": {
326
326
+
"color": "#179299",
327
327
+
"font_style": null,
328
328
+
"font_weight": null
329
329
+
},
330
330
+
"character.special": {
331
331
+
"color": "#ea76cb",
332
332
+
"font_style": null,
333
333
+
"font_weight": null
334
334
+
},
335
335
+
"boolean": {
336
336
+
"color": "#fe640b",
337
337
+
"font_style": null,
338
338
+
"font_weight": null
339
339
+
},
340
340
+
"number": {
341
341
+
"color": "#fe640b",
342
342
+
"font_style": null,
343
343
+
"font_weight": null
344
344
+
},
345
345
+
"number.float": {
346
346
+
"color": "#fe640b",
347
347
+
"font_style": null,
348
348
+
"font_weight": null
349
349
+
},
350
350
+
"tag": {
351
351
+
"color": "#1e66f5",
352
352
+
"font_style": null,
353
353
+
"font_weight": null
354
354
+
},
355
355
+
"tag.attribute": {
356
356
+
"color": "#df8e1d",
357
357
+
"font_style": "italic",
358
358
+
"font_weight": null
359
359
+
},
360
360
+
"tag.delimiter": {
361
361
+
"color": "#179299",
362
362
+
"font_style": null,
363
363
+
"font_weight": null
364
364
+
},
365
365
+
"type": {
366
366
+
"color": "#df8e1d",
367
367
+
"font_style": null,
368
368
+
"font_weight": null
369
369
+
},
370
370
+
"type.builtin": {
371
371
+
"color": "#8839ef",
372
372
+
"font_style": "italic",
373
373
+
"font_weight": null
374
374
+
},
375
375
+
"type.definition": {
376
376
+
"color": "#df8e1d",
377
377
+
"font_style": null,
378
378
+
"font_weight": null
379
379
+
},
380
380
+
"type.interface": {
381
381
+
"color": "#df8e1d",
382
382
+
"font_style": "italic",
383
383
+
"font_weight": null
384
384
+
},
385
385
+
"type.super": {
386
386
+
"color": "#df8e1d",
387
387
+
"font_style": "italic",
388
388
+
"font_weight": null
389
389
+
},
390
390
+
"attribute": {
391
391
+
"color": "#fe640b",
392
392
+
"font_style": null,
393
393
+
"font_weight": null
394
394
+
},
395
395
+
"property": {
396
396
+
"color": "#1e66f5",
397
397
+
"font_style": null,
398
398
+
"font_weight": null
399
399
+
},
400
400
+
"function": {
401
401
+
"color": "#1e66f5",
402
402
+
"font_style": null,
403
403
+
"font_weight": null
404
404
+
},
405
405
+
"function.builtin": {
406
406
+
"color": "#fe640b",
407
407
+
"font_style": null,
408
408
+
"font_weight": null
409
409
+
},
410
410
+
"function.call": {
411
411
+
"color": "#1e66f5",
412
412
+
"font_style": null,
413
413
+
"font_weight": null
414
414
+
},
415
415
+
"function.macro": {
416
416
+
"color": "#179299",
417
417
+
"font_style": null,
418
418
+
"font_weight": null
419
419
+
},
420
420
+
"function.method": {
421
421
+
"color": "#1e66f5",
422
422
+
"font_style": null,
423
423
+
"font_weight": null
424
424
+
},
425
425
+
"function.method.call": {
426
426
+
"color": "#1e66f5",
427
427
+
"font_style": null,
428
428
+
"font_weight": null
429
429
+
},
430
430
+
"constructor": {
431
431
+
"color": "#dd7878",
432
432
+
"font_style": null,
433
433
+
"font_weight": null
434
434
+
},
435
435
+
"operator": {
436
436
+
"color": "#04a5e5",
437
437
+
"font_style": null,
438
438
+
"font_weight": null
439
439
+
},
440
440
+
"keyword": {
441
441
+
"color": "#8839ef",
442
442
+
"font_style": null,
443
443
+
"font_weight": null
444
444
+
},
445
445
+
"keyword.modifier": {
446
446
+
"color": "#8839ef",
447
447
+
"font_style": null,
448
448
+
"font_weight": null
449
449
+
},
450
450
+
"keyword.type": {
451
451
+
"color": "#8839ef",
452
452
+
"font_style": null,
453
453
+
"font_weight": null
454
454
+
},
455
455
+
"keyword.coroutine": {
456
456
+
"color": "#8839ef",
457
457
+
"font_style": null,
458
458
+
"font_weight": null
459
459
+
},
460
460
+
"keyword.function": {
461
461
+
"color": "#8839ef",
462
462
+
"font_style": null,
463
463
+
"font_weight": null
464
464
+
},
465
465
+
"keyword.operator": {
466
466
+
"color": "#8839ef",
467
467
+
"font_style": null,
468
468
+
"font_weight": null
469
469
+
},
470
470
+
"keyword.import": {
471
471
+
"color": "#8839ef",
472
472
+
"font_style": null,
473
473
+
"font_weight": null
474
474
+
},
475
475
+
"keyword.repeat": {
476
476
+
"color": "#8839ef",
477
477
+
"font_style": null,
478
478
+
"font_weight": null
479
479
+
},
480
480
+
"keyword.return": {
481
481
+
"color": "#8839ef",
482
482
+
"font_style": null,
483
483
+
"font_weight": null
484
484
+
},
485
485
+
"keyword.debug": {
486
486
+
"color": "#8839ef",
487
487
+
"font_style": null,
488
488
+
"font_weight": null
489
489
+
},
490
490
+
"keyword.exception": {
491
491
+
"color": "#8839ef",
492
492
+
"font_style": null,
493
493
+
"font_weight": null
494
494
+
},
495
495
+
"keyword.conditional": {
496
496
+
"color": "#8839ef",
497
497
+
"font_style": null,
498
498
+
"font_weight": null
499
499
+
},
500
500
+
"keyword.conditional.ternary": {
501
501
+
"color": "#8839ef",
502
502
+
"font_style": null,
503
503
+
"font_weight": null
504
504
+
},
505
505
+
"keyword.directive": {
506
506
+
"color": "#ea76cb",
507
507
+
"font_style": null,
508
508
+
"font_weight": null
509
509
+
},
510
510
+
"keyword.directive.define": {
511
511
+
"color": "#ea76cb",
512
512
+
"font_style": null,
513
513
+
"font_weight": null
514
514
+
},
515
515
+
"keyword.export": {
516
516
+
"color": "#04a5e5",
517
517
+
"font_style": null,
518
518
+
"font_weight": null
519
519
+
},
520
520
+
"punctuation": {
521
521
+
"color": "#7c7f93",
522
522
+
"font_style": null,
523
523
+
"font_weight": null
524
524
+
},
525
525
+
"punctuation.delimiter": {
526
526
+
"color": "#7c7f93",
527
527
+
"font_style": null,
528
528
+
"font_weight": null
529
529
+
},
530
530
+
"punctuation.bracket": {
531
531
+
"color": "#7c7f93",
532
532
+
"font_style": null,
533
533
+
"font_weight": null
534
534
+
},
535
535
+
"punctuation.special": {
536
536
+
"color": "#ea76cb",
537
537
+
"font_style": null,
538
538
+
"font_weight": null
539
539
+
},
540
540
+
"punctuation.special.symbol": {
541
541
+
"color": "#dd7878",
542
542
+
"font_style": null,
543
543
+
"font_weight": null
544
544
+
},
545
545
+
"punctuation.list_marker": {
546
546
+
"color": "#179299",
547
547
+
"font_style": null,
548
548
+
"font_weight": null
549
549
+
},
550
550
+
"comment": {
551
551
+
"color": "#7c7f93",
552
552
+
"font_style": "italic",
553
553
+
"font_weight": null
554
554
+
},
555
555
+
"comment.doc": {
556
556
+
"color": "#7c7f93",
557
557
+
"font_style": "italic",
558
558
+
"font_weight": null
559
559
+
},
560
560
+
"comment.documentation": {
561
561
+
"color": "#7c7f93",
562
562
+
"font_style": "italic",
563
563
+
"font_weight": null
564
564
+
},
565
565
+
"comment.info": {
566
566
+
"color": "#179299",
567
567
+
"font_style": "italic",
568
568
+
"font_weight": null
569
569
+
},
570
570
+
"comment.error": {
571
571
+
"color": "#d20f39",
572
572
+
"font_style": "italic",
573
573
+
"font_weight": null
574
574
+
},
575
575
+
"comment.warning": {
576
576
+
"color": "#df8e1d",
577
577
+
"font_style": "italic",
578
578
+
"font_weight": null
579
579
+
},
580
580
+
"comment.warn": {
581
581
+
"color": "#df8e1d",
582
582
+
"font_style": "italic",
583
583
+
"font_weight": null
584
584
+
},
585
585
+
"comment.hint": {
586
586
+
"color": "#1e66f5",
587
587
+
"font_style": "italic",
588
588
+
"font_weight": null
589
589
+
},
590
590
+
"comment.todo": {
591
591
+
"color": "#dd7878",
592
592
+
"font_style": "italic",
593
593
+
"font_weight": null
594
594
+
},
595
595
+
"comment.note": {
596
596
+
"color": "#dc8a78",
597
597
+
"font_style": "italic",
598
598
+
"font_weight": null
599
599
+
},
600
600
+
"diff.plus": {
601
601
+
"color": "#40a02b",
602
602
+
"font_style": null,
603
603
+
"font_weight": null
604
604
+
},
605
605
+
"diff.minus": {
606
606
+
"color": "#d20f39",
607
607
+
"font_style": null,
608
608
+
"font_weight": null
609
609
+
},
610
610
+
"parameter": {
611
611
+
"color": "#e64553",
612
612
+
"font_style": null,
613
613
+
"font_weight": null
614
614
+
},
615
615
+
"field": {
616
616
+
"color": "#7287fd",
617
617
+
"font_style": null,
618
618
+
"font_weight": null
619
619
+
},
620
620
+
"namespace": {
621
621
+
"color": "#df8e1d",
622
622
+
"font_style": "italic",
623
623
+
"font_weight": null
624
624
+
},
625
625
+
"float": {
626
626
+
"color": "#fe640b",
627
627
+
"font_style": null,
628
628
+
"font_weight": null
629
629
+
},
630
630
+
"symbol": {
631
631
+
"color": "#ea76cb",
632
632
+
"font_style": null,
633
633
+
"font_weight": null
634
634
+
},
635
635
+
"string.regex": {
636
636
+
"color": "#fe640b",
637
637
+
"font_style": null,
638
638
+
"font_weight": null
639
639
+
},
640
640
+
"text": {
641
641
+
"color": "#4c4f69",
642
642
+
"font_style": null,
643
643
+
"font_weight": null
644
644
+
},
645
645
+
"emphasis.strong": {
646
646
+
"color": "#e64553",
647
647
+
"font_style": null,
648
648
+
"font_weight": 700
649
649
+
},
650
650
+
"emphasis": {
651
651
+
"color": "#e64553",
652
652
+
"font_style": "italic",
653
653
+
"font_weight": null
654
654
+
},
655
655
+
"embedded": {
656
656
+
"color": "#e64553",
657
657
+
"font_style": null,
658
658
+
"font_weight": null
659
659
+
},
660
660
+
"text.literal": {
661
661
+
"color": "#40a02b",
662
662
+
"font_style": null,
663
663
+
"font_weight": null
664
664
+
},
665
665
+
"concept": {
666
666
+
"color": "#209fb5",
667
667
+
"font_style": null,
668
668
+
"font_weight": null
669
669
+
},
670
670
+
"enum": {
671
671
+
"color": "#179299",
672
672
+
"font_style": null,
673
673
+
"font_weight": 700
674
674
+
},
675
675
+
"function.decorator": {
676
676
+
"color": "#fe640b",
677
677
+
"font_style": null,
678
678
+
"font_weight": null
679
679
+
},
680
680
+
"type.class.definition": {
681
681
+
"color": "#df8e1d",
682
682
+
"font_style": null,
683
683
+
"font_weight": 700
684
684
+
},
685
685
+
686
686
+
"hint": {
687
687
+
"color": "#8c8fa1",
688
688
+
"font_style": "italic",
689
689
+
"font_weight": null
690
690
+
},
691
691
+
"link_text": {
692
692
+
"color": "#7287fd",
693
693
+
"font_style": null,
694
694
+
"font_weight": null
695
695
+
},
696
696
+
"link_uri": {
697
697
+
"color": "#1e66f5",
698
698
+
"font_style": "italic",
699
699
+
"font_weight": null
700
700
+
},
701
701
+
"parent": {
702
702
+
"color": "#fe640b",
703
703
+
"font_style": null,
704
704
+
"font_weight": null
705
705
+
},
706
706
+
"predictive": {
707
707
+
"color": "#9ca0b0",
708
708
+
"font_style": null,
709
709
+
"font_weight": null
710
710
+
},
711
711
+
"predoc": {
712
712
+
"color": "#d20f39",
713
713
+
"font_style": null,
714
714
+
"font_weight": null
715
715
+
},
716
716
+
"primary": {
717
717
+
"color": "#e64553",
718
718
+
"font_style": null,
719
719
+
"font_weight": null
720
720
+
},
721
721
+
"tag.doctype": {
722
722
+
"color": "#8839ef",
723
723
+
"font_style": null,
724
724
+
"font_weight": null
725
725
+
},
726
726
+
"string.doc": {
727
727
+
"color": "#179299",
728
728
+
"font_style": "italic",
729
729
+
"font_weight": null
730
730
+
},
731
731
+
"title": {
732
732
+
"color": "#4c4f69",
733
733
+
"font_style": null,
734
734
+
"font_weight": 800
735
735
+
},
736
736
+
"variant": {
737
737
+
"color": "#d20f39",
738
738
+
"font_style": null,
739
739
+
"font_weight": null
740
740
+
}
741
741
+
}
742
742
+
}
743
743
+
},
744
744
+
{
745
745
+
"name": "Catppuccin Frappé (blue)",
746
746
+
"appearance": "dark",
747
747
+
"style": {
748
748
+
"accents": [
749
749
+
"#ca9ee6",
750
750
+
"#babbf1",
751
751
+
"#85c1dc",
752
752
+
"#a6d189",
753
753
+
"#e5c890",
754
754
+
"#ef9f76",
755
755
+
"#e78284"
756
756
+
],
757
757
+
"vim.mode.text": "#232634",
758
758
+
"vim.normal.foreground": "#232634",
759
759
+
"vim.helix_normal.foreground": "#232634",
760
760
+
"vim.visual.foreground": "#232634",
761
761
+
"vim.helix_select.foreground": "#232634",
762
762
+
"vim.insert.foreground": "#232634",
763
763
+
"vim.visual_line.foreground": "#232634",
764
764
+
"vim.visual_block.foreground": "#232634",
765
765
+
"vim.replace.foreground": "#232634",
766
766
+
"vim.normal.background": "#f2d5cf",
767
767
+
"vim.helix_normal.background": "#f2d5cf",
768
768
+
"vim.visual.background": "#babbf1",
769
769
+
"vim.helix_select.background": "#babbf1",
770
770
+
"vim.insert.background": "#a6d189",
771
771
+
"vim.visual_line.background": "#babbf1",
772
772
+
"vim.visual_block.background": "#ca9ee6",
773
773
+
"vim.replace.background": "#ea999c",
774
774
+
"background.appearance": "opaque",
775
775
+
"border": "#414559",
776
776
+
"border.variant": "#7d96d0",
777
777
+
"border.focused": "#babbf1",
778
778
+
"border.selected": "#8caaee",
779
779
+
"border.transparent": "#a6d189",
780
780
+
"border.disabled": "#737994",
781
781
+
"elevated_surface.background": "#292c3c",
782
782
+
"surface.background": "#292c3c",
783
783
+
"background": "#383c52",
784
784
+
"element.background": "#232634",
785
785
+
"element.hover": "#414559",
786
786
+
"element.active": "#6268804d",
787
787
+
"element.selected": "#4145594d",
788
788
+
"element.disabled": "#737994",
789
789
+
"drop_target.background": "#41455966",
790
790
+
"ghost_element.background": "#00000000",
791
791
+
"ghost_element.hover": "#51576d4d",
792
792
+
"ghost_element.active": "#62688099",
793
793
+
"ghost_element.selected": "#7c829a66",
794
794
+
"ghost_element.disabled": "#737994",
795
795
+
"text": "#c6d0f5",
796
796
+
"text.muted": "#b5bfe2",
797
797
+
"text.placeholder": "#626880",
798
798
+
"text.disabled": "#51576d",
799
799
+
"text.accent": "#8caaee",
800
800
+
"icon": "#c6d0f5",
801
801
+
"icon.muted": "#838ba7",
802
802
+
"icon.disabled": "#737994",
803
803
+
"icon.placeholder": "#626880",
804
804
+
"icon.accent": "#8caaee",
805
805
+
"status_bar.background": "#232634",
806
806
+
"title_bar.background": "#232634",
807
807
+
"title_bar.inactive_background": "#2a2e3e",
808
808
+
"toolbar.background": "#303446",
809
809
+
"tab_bar.background": "#232634",
810
810
+
"tab.inactive_background": "#1d202b",
811
811
+
"tab.active_background": "#303446",
812
812
+
"search.match_background": "#81c8be4d",
813
813
+
"search.active_match_background": "#e782844d",
814
814
+
"panel.background": "#292c3c",
815
815
+
"panel.focused_border": "#c6d0f5",
816
816
+
"panel.indent_guide": "#41455999",
817
817
+
"panel.indent_guide_active": "#626880",
818
818
+
"panel.indent_guide_hover": "#8caaee",
819
819
+
"panel.overlay_background": "#292c3c",
820
820
+
"pane.focused_border": "#c6d0f5",
821
821
+
"pane_group.border": "#414559",
822
822
+
"scrollbar.thumb.background": "#62688080",
823
823
+
"scrollbar.thumb.hover_background": "#737994",
824
824
+
"scrollbar.thumb.active_background": null,
825
825
+
"scrollbar.thumb.border": null,
826
826
+
"scrollbar.track.background": "#232634",
827
827
+
"scrollbar.track.border": "#c6d0f512",
828
828
+
"minimap.thumb.background": "#8caaee33",
829
829
+
"minimap.thumb.hover_background": "#8caaee66",
830
830
+
"minimap.thumb.active_background": "#8caaee99",
831
831
+
"minimap.thumb.border": null,
832
832
+
"editor.foreground": "#c6d0f5",
833
833
+
"editor.background": "#303446",
834
834
+
"editor.gutter.background": "#303446",
835
835
+
"editor.subheader.background": "#292c3c",
836
836
+
"editor.active_line.background": "#c6d0f512",
837
837
+
"editor.highlighted_line.background": null,
838
838
+
"editor.line_number": "#838ba7",
839
839
+
"editor.active_line_number": "#8caaee",
840
840
+
"editor.invisible": "#949cbb66",
841
841
+
"editor.wrap_guide": "#626880",
842
842
+
"editor.active_wrap_guide": "#626880",
843
843
+
"editor.document_highlight.bracket_background": "#8caaee17",
844
844
+
"editor.document_highlight.read_background": "#a5adce29",
845
845
+
"editor.document_highlight.write_background": "#a5adce29",
846
846
+
"editor.indent_guide": "#41455999",
847
847
+
"editor.indent_guide_active": "#626880",
848
848
+
"terminal.background": "#303446",
849
849
+
"terminal.ansi.background": "#303446",
850
850
+
"terminal.foreground": "#c6d0f5",
851
851
+
"terminal.dim_foreground": "#838ba7",
852
852
+
"terminal.bright_foreground": "#c6d0f5",
853
853
+
"terminal.ansi.black": "#51576d",
854
854
+
"terminal.ansi.white": "#a5adce",
855
855
+
"terminal.ansi.red": "#e78284",
856
856
+
"terminal.ansi.green": "#a6d189",
857
857
+
"terminal.ansi.yellow": "#e5c890",
858
858
+
"terminal.ansi.blue": "#8caaee",
859
859
+
"terminal.ansi.magenta": "#f4b8e4",
860
860
+
"terminal.ansi.cyan": "#81c8be",
861
861
+
"terminal.ansi.bright_black": "#626880",
862
862
+
"terminal.ansi.bright_white": "#b5bfe2",
863
863
+
"terminal.ansi.bright_red": "#e67172",
864
864
+
"terminal.ansi.bright_green": "#8ec772",
865
865
+
"terminal.ansi.bright_yellow": "#d9ba73",
866
866
+
"terminal.ansi.bright_blue": "#7b9ef0",
867
867
+
"terminal.ansi.bright_magenta": "#f4b8e4",
868
868
+
"terminal.ansi.bright_cyan": "#5abfb5",
869
869
+
"terminal.ansi.dim_black": "#51576d",
870
870
+
"terminal.ansi.dim_white": "#a5adce",
871
871
+
"terminal.ansi.dim_red": "#e78284",
872
872
+
"terminal.ansi.dim_green": "#a6d189",
873
873
+
"terminal.ansi.dim_yellow": "#e5c890",
874
874
+
"terminal.ansi.dim_blue": "#8caaee",
875
875
+
"terminal.ansi.dim_magenta": "#f4b8e4",
876
876
+
"terminal.ansi.dim_cyan": "#81c8be",
877
877
+
"link_text.hover": "#99d1db",
878
878
+
"conflict": "#ef9f76",
879
879
+
"conflict.border": "#ef9f76",
880
880
+
"conflict.background": "#ef9f7626",
881
881
+
"created": "#a6d189",
882
882
+
"created.border": "#a6d189",
883
883
+
"created.background": "#a6d18926",
884
884
+
"deleted": "#e78284",
885
885
+
"deleted.border": "#e78284",
886
886
+
"deleted.background": "#e7828426",
887
887
+
"hidden": "#737994",
888
888
+
"hidden.border": "#737994",
889
889
+
"hidden.background": "#292c3c",
890
890
+
"hint": "#626880",
891
891
+
"hint.border": "#626880",
892
892
+
"hint.background": "#292c3c",
893
893
+
"ignored": "#737994",
894
894
+
"ignored.border": "#737994",
895
895
+
"ignored.background": "#73799426",
896
896
+
"modified": "#e5c890",
897
897
+
"modified.border": "#e5c890",
898
898
+
"modified.background": "#e5c89026",
899
899
+
"predictive": "#737994",
900
900
+
"predictive.border": "#babbf1",
901
901
+
"predictive.background": "#292c3c",
902
902
+
"renamed": "#85c1dc",
903
903
+
"renamed.border": "#85c1dc",
904
904
+
"renamed.background": "#85c1dc26",
905
905
+
"info": "#81c8be",
906
906
+
"info.border": "#81c8be",
907
907
+
"info.background": "#949cbb33",
908
908
+
"warning": "#e5c890",
909
909
+
"warning.border": "#e5c890",
910
910
+
"warning.background": "#e5c8901f",
911
911
+
"error": "#e78284",
912
912
+
"error.border": "#e78284",
913
913
+
"error.background": "#e782841f",
914
914
+
"success": "#a6d189",
915
915
+
"success.border": "#a6d189",
916
916
+
"success.background": "#a6d1891f",
917
917
+
"unreachable": "#e78284",
918
918
+
"unreachable.border": "#e78284",
919
919
+
"unreachable.background": "#e782841f",
920
920
+
"players": [
921
921
+
{
922
922
+
"cursor": "#f2d5cf",
923
923
+
"selection": "#949cbb40",
924
924
+
"background": "#f2d5cf"
925
925
+
},
926
926
+
{
927
927
+
"cursor": "#ca9ee6",
928
928
+
"selection": "#ca9ee640",
929
929
+
"background": "#ca9ee6"
930
930
+
},
931
931
+
{
932
932
+
"cursor": "#babbf1",
933
933
+
"selection": "#babbf140",
934
934
+
"background": "#babbf1"
935
935
+
},
936
936
+
{
937
937
+
"cursor": "#85c1dc",
938
938
+
"selection": "#85c1dc40",
939
939
+
"background": "#85c1dc"
940
940
+
},
941
941
+
{
942
942
+
"cursor": "#a6d189",
943
943
+
"selection": "#a6d18940",
944
944
+
"background": "#a6d189"
945
945
+
},
946
946
+
{
947
947
+
"cursor": "#e5c890",
948
948
+
"selection": "#e5c89040",
949
949
+
"background": "#e5c890"
950
950
+
},
951
951
+
{
952
952
+
"cursor": "#ef9f76",
953
953
+
"selection": "#ef9f7640",
954
954
+
"background": "#ef9f76"
955
955
+
},
956
956
+
{
957
957
+
"cursor": "#e78284",
958
958
+
"selection": "#e7828440",
959
959
+
"background": "#e78284"
960
960
+
}
961
961
+
],
962
962
+
"version_control.added": "#a6d189",
963
963
+
"version_control.deleted": "#e78284",
964
964
+
"version_control.modified": "#e5c890",
965
965
+
"version_control.renamed": "#85c1dc",
966
966
+
"version_control.conflict": "#ef9f76",
967
967
+
"version_control.conflict_marker.ours": "#a6d18933",
968
968
+
"version_control.conflict_marker.theirs": "#8caaee33",
969
969
+
"version_control.ignored": "#737994",
970
970
+
"debugger.accent": "#e78284",
971
971
+
"editor.debugger_active_line.background": "#ef9f7612",
972
972
+
"syntax": {
973
973
+
"variable": {
974
974
+
"color": "#c6d0f5",
975
975
+
"font_style": null,
976
976
+
"font_weight": null
977
977
+
},
978
978
+
"variable.builtin": {
979
979
+
"color": "#e78284",
980
980
+
"font_style": null,
981
981
+
"font_weight": null
982
982
+
},
983
983
+
"variable.parameter": {
984
984
+
"color": "#ea999c",
985
985
+
"font_style": null,
986
986
+
"font_weight": null
987
987
+
},
988
988
+
"variable.member": {
989
989
+
"color": "#8caaee",
990
990
+
"font_style": null,
991
991
+
"font_weight": null
992
992
+
},
993
993
+
"variable.special": {
994
994
+
"color": "#e78284",
995
995
+
"font_style": "italic",
996
996
+
"font_weight": null
997
997
+
},
998
998
+
"constant": {
999
999
+
"color": "#ef9f76",
1000
1000
+
"font_style": null,
1001
1001
+
"font_weight": null
1002
1002
+
},
1003
1003
+
"constant.builtin": {
1004
1004
+
"color": "#ef9f76",
1005
1005
+
"font_style": null,
1006
1006
+
"font_weight": null
1007
1007
+
},
1008
1008
+
"constant.macro": {
1009
1009
+
"color": "#ca9ee6",
1010
1010
+
"font_style": null,
1011
1011
+
"font_weight": null
1012
1012
+
},
1013
1013
+
"module": {
1014
1014
+
"color": "#e5c890",
1015
1015
+
"font_style": "italic",
1016
1016
+
"font_weight": null
1017
1017
+
},
1018
1018
+
"label": {
1019
1019
+
"color": "#85c1dc",
1020
1020
+
"font_style": null,
1021
1021
+
"font_weight": null
1022
1022
+
},
1023
1023
+
"string": {
1024
1024
+
"color": "#a6d189",
1025
1025
+
"font_style": null,
1026
1026
+
"font_weight": null
1027
1027
+
},
1028
1028
+
"string.documentation": {
1029
1029
+
"color": "#81c8be",
1030
1030
+
"font_style": null,
1031
1031
+
"font_weight": null
1032
1032
+
},
1033
1033
+
"string.regexp": {
1034
1034
+
"color": "#ef9f76",
1035
1035
+
"font_style": null,
1036
1036
+
"font_weight": null
1037
1037
+
},
1038
1038
+
"string.escape": {
1039
1039
+
"color": "#f4b8e4",
1040
1040
+
"font_style": null,
1041
1041
+
"font_weight": null
1042
1042
+
},
1043
1043
+
"string.special": {
1044
1044
+
"color": "#f4b8e4",
1045
1045
+
"font_style": null,
1046
1046
+
"font_weight": null
1047
1047
+
},
1048
1048
+
"string.special.path": {
1049
1049
+
"color": "#f4b8e4",
1050
1050
+
"font_style": null,
1051
1051
+
"font_weight": null
1052
1052
+
},
1053
1053
+
"string.special.symbol": {
1054
1054
+
"color": "#eebebe",
1055
1055
+
"font_style": null,
1056
1056
+
"font_weight": null
1057
1057
+
},
1058
1058
+
"string.special.url": {
1059
1059
+
"color": "#f2d5cf",
1060
1060
+
"font_style": "italic",
1061
1061
+
"font_weight": null
1062
1062
+
},
1063
1063
+
"character": {
1064
1064
+
"color": "#81c8be",
1065
1065
+
"font_style": null,
1066
1066
+
"font_weight": null
1067
1067
+
},
1068
1068
+
"character.special": {
1069
1069
+
"color": "#f4b8e4",
1070
1070
+
"font_style": null,
1071
1071
+
"font_weight": null
1072
1072
+
},
1073
1073
+
"boolean": {
1074
1074
+
"color": "#ef9f76",
1075
1075
+
"font_style": null,
1076
1076
+
"font_weight": null
1077
1077
+
},
1078
1078
+
"number": {
1079
1079
+
"color": "#ef9f76",
1080
1080
+
"font_style": null,
1081
1081
+
"font_weight": null
1082
1082
+
},
1083
1083
+
"number.float": {
1084
1084
+
"color": "#ef9f76",
1085
1085
+
"font_style": null,
1086
1086
+
"font_weight": null
1087
1087
+
},
1088
1088
+
"tag": {
1089
1089
+
"color": "#8caaee",
1090
1090
+
"font_style": null,
1091
1091
+
"font_weight": null
1092
1092
+
},
1093
1093
+
"tag.attribute": {
1094
1094
+
"color": "#e5c890",
1095
1095
+
"font_style": "italic",
1096
1096
+
"font_weight": null
1097
1097
+
},
1098
1098
+
"tag.delimiter": {
1099
1099
+
"color": "#81c8be",
1100
1100
+
"font_style": null,
1101
1101
+
"font_weight": null
1102
1102
+
},
1103
1103
+
"type": {
1104
1104
+
"color": "#e5c890",
1105
1105
+
"font_style": null,
1106
1106
+
"font_weight": null
1107
1107
+
},
1108
1108
+
"type.builtin": {
1109
1109
+
"color": "#ca9ee6",
1110
1110
+
"font_style": "italic",
1111
1111
+
"font_weight": null
1112
1112
+
},
1113
1113
+
"type.definition": {
1114
1114
+
"color": "#e5c890",
1115
1115
+
"font_style": null,
1116
1116
+
"font_weight": null
1117
1117
+
},
1118
1118
+
"type.interface": {
1119
1119
+
"color": "#e5c890",
1120
1120
+
"font_style": "italic",
1121
1121
+
"font_weight": null
1122
1122
+
},
1123
1123
+
"type.super": {
1124
1124
+
"color": "#e5c890",
1125
1125
+
"font_style": "italic",
1126
1126
+
"font_weight": null
1127
1127
+
},
1128
1128
+
"attribute": {
1129
1129
+
"color": "#ef9f76",
1130
1130
+
"font_style": null,
1131
1131
+
"font_weight": null
1132
1132
+
},
1133
1133
+
"property": {
1134
1134
+
"color": "#8caaee",
1135
1135
+
"font_style": null,
1136
1136
+
"font_weight": null
1137
1137
+
},
1138
1138
+
"function": {
1139
1139
+
"color": "#8caaee",
1140
1140
+
"font_style": null,
1141
1141
+
"font_weight": null
1142
1142
+
},
1143
1143
+
"function.builtin": {
1144
1144
+
"color": "#ef9f76",
1145
1145
+
"font_style": null,
1146
1146
+
"font_weight": null
1147
1147
+
},
1148
1148
+
"function.call": {
1149
1149
+
"color": "#8caaee",
1150
1150
+
"font_style": null,
1151
1151
+
"font_weight": null
1152
1152
+
},
1153
1153
+
"function.macro": {
1154
1154
+
"color": "#81c8be",
1155
1155
+
"font_style": null,
1156
1156
+
"font_weight": null
1157
1157
+
},
1158
1158
+
"function.method": {
1159
1159
+
"color": "#8caaee",
1160
1160
+
"font_style": null,
1161
1161
+
"font_weight": null
1162
1162
+
},
1163
1163
+
"function.method.call": {
1164
1164
+
"color": "#8caaee",
1165
1165
+
"font_style": null,
1166
1166
+
"font_weight": null
1167
1167
+
},
1168
1168
+
"constructor": {
1169
1169
+
"color": "#eebebe",
1170
1170
+
"font_style": null,
1171
1171
+
"font_weight": null
1172
1172
+
},
1173
1173
+
"operator": {
1174
1174
+
"color": "#99d1db",
1175
1175
+
"font_style": null,
1176
1176
+
"font_weight": null
1177
1177
+
},
1178
1178
+
"keyword": {
1179
1179
+
"color": "#ca9ee6",
1180
1180
+
"font_style": null,
1181
1181
+
"font_weight": null
1182
1182
+
},
1183
1183
+
"keyword.modifier": {
1184
1184
+
"color": "#ca9ee6",
1185
1185
+
"font_style": null,
1186
1186
+
"font_weight": null
1187
1187
+
},
1188
1188
+
"keyword.type": {
1189
1189
+
"color": "#ca9ee6",
1190
1190
+
"font_style": null,
1191
1191
+
"font_weight": null
1192
1192
+
},
1193
1193
+
"keyword.coroutine": {
1194
1194
+
"color": "#ca9ee6",
1195
1195
+
"font_style": null,
1196
1196
+
"font_weight": null
1197
1197
+
},
1198
1198
+
"keyword.function": {
1199
1199
+
"color": "#ca9ee6",
1200
1200
+
"font_style": null,
1201
1201
+
"font_weight": null
1202
1202
+
},
1203
1203
+
"keyword.operator": {
1204
1204
+
"color": "#ca9ee6",
1205
1205
+
"font_style": null,
1206
1206
+
"font_weight": null
1207
1207
+
},
1208
1208
+
"keyword.import": {
1209
1209
+
"color": "#ca9ee6",
1210
1210
+
"font_style": null,
1211
1211
+
"font_weight": null
1212
1212
+
},
1213
1213
+
"keyword.repeat": {
1214
1214
+
"color": "#ca9ee6",
1215
1215
+
"font_style": null,
1216
1216
+
"font_weight": null
1217
1217
+
},
1218
1218
+
"keyword.return": {
1219
1219
+
"color": "#ca9ee6",
1220
1220
+
"font_style": null,
1221
1221
+
"font_weight": null
1222
1222
+
},
1223
1223
+
"keyword.debug": {
1224
1224
+
"color": "#ca9ee6",
1225
1225
+
"font_style": null,
1226
1226
+
"font_weight": null
1227
1227
+
},
1228
1228
+
"keyword.exception": {
1229
1229
+
"color": "#ca9ee6",
1230
1230
+
"font_style": null,
1231
1231
+
"font_weight": null
1232
1232
+
},
1233
1233
+
"keyword.conditional": {
1234
1234
+
"color": "#ca9ee6",
1235
1235
+
"font_style": null,
1236
1236
+
"font_weight": null
1237
1237
+
},
1238
1238
+
"keyword.conditional.ternary": {
1239
1239
+
"color": "#ca9ee6",
1240
1240
+
"font_style": null,
1241
1241
+
"font_weight": null
1242
1242
+
},
1243
1243
+
"keyword.directive": {
1244
1244
+
"color": "#f4b8e4",
1245
1245
+
"font_style": null,
1246
1246
+
"font_weight": null
1247
1247
+
},
1248
1248
+
"keyword.directive.define": {
1249
1249
+
"color": "#f4b8e4",
1250
1250
+
"font_style": null,
1251
1251
+
"font_weight": null
1252
1252
+
},
1253
1253
+
"keyword.export": {
1254
1254
+
"color": "#99d1db",
1255
1255
+
"font_style": null,
1256
1256
+
"font_weight": null
1257
1257
+
},
1258
1258
+
"punctuation": {
1259
1259
+
"color": "#949cbb",
1260
1260
+
"font_style": null,
1261
1261
+
"font_weight": null
1262
1262
+
},
1263
1263
+
"punctuation.delimiter": {
1264
1264
+
"color": "#949cbb",
1265
1265
+
"font_style": null,
1266
1266
+
"font_weight": null
1267
1267
+
},
1268
1268
+
"punctuation.bracket": {
1269
1269
+
"color": "#949cbb",
1270
1270
+
"font_style": null,
1271
1271
+
"font_weight": null
1272
1272
+
},
1273
1273
+
"punctuation.special": {
1274
1274
+
"color": "#f4b8e4",
1275
1275
+
"font_style": null,
1276
1276
+
"font_weight": null
1277
1277
+
},
1278
1278
+
"punctuation.special.symbol": {
1279
1279
+
"color": "#eebebe",
1280
1280
+
"font_style": null,
1281
1281
+
"font_weight": null
1282
1282
+
},
1283
1283
+
"punctuation.list_marker": {
1284
1284
+
"color": "#81c8be",
1285
1285
+
"font_style": null,
1286
1286
+
"font_weight": null
1287
1287
+
},
1288
1288
+
"comment": {
1289
1289
+
"color": "#949cbb",
1290
1290
+
"font_style": "italic",
1291
1291
+
"font_weight": null
1292
1292
+
},
1293
1293
+
"comment.doc": {
1294
1294
+
"color": "#949cbb",
1295
1295
+
"font_style": "italic",
1296
1296
+
"font_weight": null
1297
1297
+
},
1298
1298
+
"comment.documentation": {
1299
1299
+
"color": "#949cbb",
1300
1300
+
"font_style": "italic",
1301
1301
+
"font_weight": null
1302
1302
+
},
1303
1303
+
"comment.info": {
1304
1304
+
"color": "#81c8be",
1305
1305
+
"font_style": "italic",
1306
1306
+
"font_weight": null
1307
1307
+
},
1308
1308
+
"comment.error": {
1309
1309
+
"color": "#e78284",
1310
1310
+
"font_style": "italic",
1311
1311
+
"font_weight": null
1312
1312
+
},
1313
1313
+
"comment.warning": {
1314
1314
+
"color": "#e5c890",
1315
1315
+
"font_style": "italic",
1316
1316
+
"font_weight": null
1317
1317
+
},
1318
1318
+
"comment.warn": {
1319
1319
+
"color": "#e5c890",
1320
1320
+
"font_style": "italic",
1321
1321
+
"font_weight": null
1322
1322
+
},
1323
1323
+
"comment.hint": {
1324
1324
+
"color": "#8caaee",
1325
1325
+
"font_style": "italic",
1326
1326
+
"font_weight": null
1327
1327
+
},
1328
1328
+
"comment.todo": {
1329
1329
+
"color": "#eebebe",
1330
1330
+
"font_style": "italic",
1331
1331
+
"font_weight": null
1332
1332
+
},
1333
1333
+
"comment.note": {
1334
1334
+
"color": "#f2d5cf",
1335
1335
+
"font_style": "italic",
1336
1336
+
"font_weight": null
1337
1337
+
},
1338
1338
+
"diff.plus": {
1339
1339
+
"color": "#a6d189",
1340
1340
+
"font_style": null,
1341
1341
+
"font_weight": null
1342
1342
+
},
1343
1343
+
"diff.minus": {
1344
1344
+
"color": "#e78284",
1345
1345
+
"font_style": null,
1346
1346
+
"font_weight": null
1347
1347
+
},
1348
1348
+
"parameter": {
1349
1349
+
"color": "#ea999c",
1350
1350
+
"font_style": null,
1351
1351
+
"font_weight": null
1352
1352
+
},
1353
1353
+
"field": {
1354
1354
+
"color": "#babbf1",
1355
1355
+
"font_style": null,
1356
1356
+
"font_weight": null
1357
1357
+
},
1358
1358
+
"namespace": {
1359
1359
+
"color": "#e5c890",
1360
1360
+
"font_style": "italic",
1361
1361
+
"font_weight": null
1362
1362
+
},
1363
1363
+
"float": {
1364
1364
+
"color": "#ef9f76",
1365
1365
+
"font_style": null,
1366
1366
+
"font_weight": null
1367
1367
+
},
1368
1368
+
"symbol": {
1369
1369
+
"color": "#f4b8e4",
1370
1370
+
"font_style": null,
1371
1371
+
"font_weight": null
1372
1372
+
},
1373
1373
+
"string.regex": {
1374
1374
+
"color": "#ef9f76",
1375
1375
+
"font_style": null,
1376
1376
+
"font_weight": null
1377
1377
+
},
1378
1378
+
"text": {
1379
1379
+
"color": "#c6d0f5",
1380
1380
+
"font_style": null,
1381
1381
+
"font_weight": null
1382
1382
+
},
1383
1383
+
"emphasis.strong": {
1384
1384
+
"color": "#ea999c",
1385
1385
+
"font_style": null,
1386
1386
+
"font_weight": 700
1387
1387
+
},
1388
1388
+
"emphasis": {
1389
1389
+
"color": "#ea999c",
1390
1390
+
"font_style": "italic",
1391
1391
+
"font_weight": null
1392
1392
+
},
1393
1393
+
"embedded": {
1394
1394
+
"color": "#ea999c",
1395
1395
+
"font_style": null,
1396
1396
+
"font_weight": null
1397
1397
+
},
1398
1398
+
"text.literal": {
1399
1399
+
"color": "#a6d189",
1400
1400
+
"font_style": null,
1401
1401
+
"font_weight": null
1402
1402
+
},
1403
1403
+
"concept": {
1404
1404
+
"color": "#85c1dc",
1405
1405
+
"font_style": null,
1406
1406
+
"font_weight": null
1407
1407
+
},
1408
1408
+
"enum": {
1409
1409
+
"color": "#81c8be",
1410
1410
+
"font_style": null,
1411
1411
+
"font_weight": 700
1412
1412
+
},
1413
1413
+
"function.decorator": {
1414
1414
+
"color": "#ef9f76",
1415
1415
+
"font_style": null,
1416
1416
+
"font_weight": null
1417
1417
+
},
1418
1418
+
"type.class.definition": {
1419
1419
+
"color": "#e5c890",
1420
1420
+
"font_style": null,
1421
1421
+
"font_weight": 700
1422
1422
+
},
1423
1423
+
1424
1424
+
"hint": {
1425
1425
+
"color": "#838ba7",
1426
1426
+
"font_style": "italic",
1427
1427
+
"font_weight": null
1428
1428
+
},
1429
1429
+
"link_text": {
1430
1430
+
"color": "#babbf1",
1431
1431
+
"font_style": null,
1432
1432
+
"font_weight": null
1433
1433
+
},
1434
1434
+
"link_uri": {
1435
1435
+
"color": "#8caaee",
1436
1436
+
"font_style": "italic",
1437
1437
+
"font_weight": null
1438
1438
+
},
1439
1439
+
"parent": {
1440
1440
+
"color": "#ef9f76",
1441
1441
+
"font_style": null,
1442
1442
+
"font_weight": null
1443
1443
+
},
1444
1444
+
"predictive": {
1445
1445
+
"color": "#737994",
1446
1446
+
"font_style": null,
1447
1447
+
"font_weight": null
1448
1448
+
},
1449
1449
+
"predoc": {
1450
1450
+
"color": "#e78284",
1451
1451
+
"font_style": null,
1452
1452
+
"font_weight": null
1453
1453
+
},
1454
1454
+
"primary": {
1455
1455
+
"color": "#ea999c",
1456
1456
+
"font_style": null,
1457
1457
+
"font_weight": null
1458
1458
+
},
1459
1459
+
"tag.doctype": {
1460
1460
+
"color": "#ca9ee6",
1461
1461
+
"font_style": null,
1462
1462
+
"font_weight": null
1463
1463
+
},
1464
1464
+
"string.doc": {
1465
1465
+
"color": "#81c8be",
1466
1466
+
"font_style": "italic",
1467
1467
+
"font_weight": null
1468
1468
+
},
1469
1469
+
"title": {
1470
1470
+
"color": "#c6d0f5",
1471
1471
+
"font_style": null,
1472
1472
+
"font_weight": 800
1473
1473
+
},
1474
1474
+
"variant": {
1475
1475
+
"color": "#e78284",
1476
1476
+
"font_style": null,
1477
1477
+
"font_weight": null
1478
1478
+
}
1479
1479
+
}
1480
1480
+
}
1481
1481
+
},
1482
1482
+
{
1483
1483
+
"name": "Catppuccin Macchiato (blue)",
1484
1484
+
"appearance": "dark",
1485
1485
+
"style": {
1486
1486
+
"accents": [
1487
1487
+
"#c6a0f6",
1488
1488
+
"#b7bdf8",
1489
1489
+
"#7dc4e4",
1490
1490
+
"#a6da95",
1491
1491
+
"#eed49f",
1492
1492
+
"#f5a97f",
1493
1493
+
"#ed8796"
1494
1494
+
],
1495
1495
+
"vim.mode.text": "#181926",
1496
1496
+
"vim.normal.foreground": "#181926",
1497
1497
+
"vim.helix_normal.foreground": "#181926",
1498
1498
+
"vim.visual.foreground": "#181926",
1499
1499
+
"vim.helix_select.foreground": "#181926",
1500
1500
+
"vim.insert.foreground": "#181926",
1501
1501
+
"vim.visual_line.foreground": "#181926",
1502
1502
+
"vim.visual_block.foreground": "#181926",
1503
1503
+
"vim.replace.foreground": "#181926",
1504
1504
+
"vim.normal.background": "#f4dbd6",
1505
1505
+
"vim.helix_normal.background": "#f4dbd6",
1506
1506
+
"vim.visual.background": "#b7bdf8",
1507
1507
+
"vim.helix_select.background": "#b7bdf8",
1508
1508
+
"vim.insert.background": "#a6da95",
1509
1509
+
"vim.visual_line.background": "#b7bdf8",
1510
1510
+
"vim.visual_block.background": "#c6a0f6",
1511
1511
+
"vim.replace.background": "#ee99a0",
1512
1512
+
"background.appearance": "opaque",
1513
1513
+
"border": "#363a4f",
1514
1514
+
"border.variant": "#7996d3",
1515
1515
+
"border.focused": "#b7bdf8",
1516
1516
+
"border.selected": "#8aadf4",
1517
1517
+
"border.transparent": "#a6da95",
1518
1518
+
"border.disabled": "#6e738d",
1519
1519
+
"elevated_surface.background": "#1e2030",
1520
1520
+
"surface.background": "#1e2030",
1521
1521
+
"background": "#2c2f46",
1522
1522
+
"element.background": "#181926",
1523
1523
+
"element.hover": "#363a4f",
1524
1524
+
"element.active": "#5b60784d",
1525
1525
+
"element.selected": "#363a4f4d",
1526
1526
+
"element.disabled": "#6e738d",
1527
1527
+
"drop_target.background": "#363a4f66",
1528
1528
+
"ghost_element.background": "#00000000",
1529
1529
+
"ghost_element.hover": "#494d644d",
1530
1530
+
"ghost_element.active": "#5b607899",
1531
1531
+
"ghost_element.selected": "#73799566",
1532
1532
+
"ghost_element.disabled": "#6e738d",
1533
1533
+
"text": "#cad3f5",
1534
1534
+
"text.muted": "#b8c0e0",
1535
1535
+
"text.placeholder": "#5b6078",
1536
1536
+
"text.disabled": "#494d64",
1537
1537
+
"text.accent": "#8aadf4",
1538
1538
+
"icon": "#cad3f5",
1539
1539
+
"icon.muted": "#8087a2",
1540
1540
+
"icon.disabled": "#6e738d",
1541
1541
+
"icon.placeholder": "#5b6078",
1542
1542
+
"icon.accent": "#8aadf4",
1543
1543
+
"status_bar.background": "#181926",
1544
1544
+
"title_bar.background": "#181926",
1545
1545
+
"title_bar.inactive_background": "#1e1f30",
1546
1546
+
"toolbar.background": "#24273a",
1547
1547
+
"tab_bar.background": "#181926",
1548
1548
+
"tab.inactive_background": "#12121c",
1549
1549
+
"tab.active_background": "#24273a",
1550
1550
+
"search.match_background": "#8bd5ca4d",
1551
1551
+
"search.active_match_background": "#ed87964d",
1552
1552
+
"panel.background": "#1e2030",
1553
1553
+
"panel.focused_border": "#cad3f5",
1554
1554
+
"panel.indent_guide": "#363a4f99",
1555
1555
+
"panel.indent_guide_active": "#5b6078",
1556
1556
+
"panel.indent_guide_hover": "#8aadf4",
1557
1557
+
"panel.overlay_background": "#1e2030",
1558
1558
+
"pane.focused_border": "#cad3f5",
1559
1559
+
"pane_group.border": "#363a4f",
1560
1560
+
"scrollbar.thumb.background": "#5b607880",
1561
1561
+
"scrollbar.thumb.hover_background": "#6e738d",
1562
1562
+
"scrollbar.thumb.active_background": null,
1563
1563
+
"scrollbar.thumb.border": null,
1564
1564
+
"scrollbar.track.background": "#181926",
1565
1565
+
"scrollbar.track.border": "#cad3f512",
1566
1566
+
"minimap.thumb.background": "#8aadf433",
1567
1567
+
"minimap.thumb.hover_background": "#8aadf466",
1568
1568
+
"minimap.thumb.active_background": "#8aadf499",
1569
1569
+
"minimap.thumb.border": null,
1570
1570
+
"editor.foreground": "#cad3f5",
1571
1571
+
"editor.background": "#24273a",
1572
1572
+
"editor.gutter.background": "#24273a",
1573
1573
+
"editor.subheader.background": "#1e2030",
1574
1574
+
"editor.active_line.background": "#cad3f512",
1575
1575
+
"editor.highlighted_line.background": null,
1576
1576
+
"editor.line_number": "#8087a2",
1577
1577
+
"editor.active_line_number": "#8aadf4",
1578
1578
+
"editor.invisible": "#939ab766",
1579
1579
+
"editor.wrap_guide": "#5b6078",
1580
1580
+
"editor.active_wrap_guide": "#5b6078",
1581
1581
+
"editor.document_highlight.bracket_background": "#8aadf417",
1582
1582
+
"editor.document_highlight.read_background": "#a5adcb29",
1583
1583
+
"editor.document_highlight.write_background": "#a5adcb29",
1584
1584
+
"editor.indent_guide": "#363a4f99",
1585
1585
+
"editor.indent_guide_active": "#5b6078",
1586
1586
+
"terminal.background": "#24273a",
1587
1587
+
"terminal.ansi.background": "#24273a",
1588
1588
+
"terminal.foreground": "#cad3f5",
1589
1589
+
"terminal.dim_foreground": "#8087a2",
1590
1590
+
"terminal.bright_foreground": "#cad3f5",
1591
1591
+
"terminal.ansi.black": "#494d64",
1592
1592
+
"terminal.ansi.white": "#a5adcb",
1593
1593
+
"terminal.ansi.red": "#ed8796",
1594
1594
+
"terminal.ansi.green": "#a6da95",
1595
1595
+
"terminal.ansi.yellow": "#eed49f",
1596
1596
+
"terminal.ansi.blue": "#8aadf4",
1597
1597
+
"terminal.ansi.magenta": "#f5bde6",
1598
1598
+
"terminal.ansi.cyan": "#8bd5ca",
1599
1599
+
"terminal.ansi.bright_black": "#5b6078",
1600
1600
+
"terminal.ansi.bright_white": "#b8c0e0",
1601
1601
+
"terminal.ansi.bright_red": "#ec7486",
1602
1602
+
"terminal.ansi.bright_green": "#8ccf7f",
1603
1603
+
"terminal.ansi.bright_yellow": "#e1c682",
1604
1604
+
"terminal.ansi.bright_blue": "#78a1f6",
1605
1605
+
"terminal.ansi.bright_magenta": "#f2a9dd",
1606
1606
+
"terminal.ansi.bright_cyan": "#63cbc0",
1607
1607
+
"terminal.ansi.dim_black": "#494d64",
1608
1608
+
"terminal.ansi.dim_white": "#a5adcb",
1609
1609
+
"terminal.ansi.dim_red": "#ed8796",
1610
1610
+
"terminal.ansi.dim_green": "#a6da95",
1611
1611
+
"terminal.ansi.dim_yellow": "#eed49f",
1612
1612
+
"terminal.ansi.dim_blue": "#8aadf4",
1613
1613
+
"terminal.ansi.dim_magenta": "#f5bde6",
1614
1614
+
"terminal.ansi.dim_cyan": "#8bd5ca",
1615
1615
+
"link_text.hover": "#91d7e3",
1616
1616
+
"conflict": "#f5a97f",
1617
1617
+
"conflict.border": "#f5a97f",
1618
1618
+
"conflict.background": "#f5a97f26",
1619
1619
+
"created": "#a6da95",
1620
1620
+
"created.border": "#a6da95",
1621
1621
+
"created.background": "#a6da9526",
1622
1622
+
"deleted": "#ed8796",
1623
1623
+
"deleted.border": "#ed8796",
1624
1624
+
"deleted.background": "#ed879626",
1625
1625
+
"hidden": "#6e738d",
1626
1626
+
"hidden.border": "#6e738d",
1627
1627
+
"hidden.background": "#1e2030",
1628
1628
+
"hint": "#5b6078",
1629
1629
+
"hint.border": "#5b6078",
1630
1630
+
"hint.background": "#1e2030",
1631
1631
+
"ignored": "#6e738d",
1632
1632
+
"ignored.border": "#6e738d",
1633
1633
+
"ignored.background": "#6e738d26",
1634
1634
+
"modified": "#eed49f",
1635
1635
+
"modified.border": "#eed49f",
1636
1636
+
"modified.background": "#eed49f26",
1637
1637
+
"predictive": "#6e738d",
1638
1638
+
"predictive.border": "#b7bdf8",
1639
1639
+
"predictive.background": "#1e2030",
1640
1640
+
"renamed": "#7dc4e4",
1641
1641
+
"renamed.border": "#7dc4e4",
1642
1642
+
"renamed.background": "#7dc4e426",
1643
1643
+
"info": "#8bd5ca",
1644
1644
+
"info.border": "#8bd5ca",
1645
1645
+
"info.background": "#939ab733",
1646
1646
+
"warning": "#eed49f",
1647
1647
+
"warning.border": "#eed49f",
1648
1648
+
"warning.background": "#eed49f1f",
1649
1649
+
"error": "#ed8796",
1650
1650
+
"error.border": "#ed8796",
1651
1651
+
"error.background": "#ed87961f",
1652
1652
+
"success": "#a6da95",
1653
1653
+
"success.border": "#a6da95",
1654
1654
+
"success.background": "#a6da951f",
1655
1655
+
"unreachable": "#ed8796",
1656
1656
+
"unreachable.border": "#ed8796",
1657
1657
+
"unreachable.background": "#ed87961f",
1658
1658
+
"players": [
1659
1659
+
{
1660
1660
+
"cursor": "#f4dbd6",
1661
1661
+
"selection": "#939ab740",
1662
1662
+
"background": "#f4dbd6"
1663
1663
+
},
1664
1664
+
{
1665
1665
+
"cursor": "#c6a0f6",
1666
1666
+
"selection": "#c6a0f640",
1667
1667
+
"background": "#c6a0f6"
1668
1668
+
},
1669
1669
+
{
1670
1670
+
"cursor": "#b7bdf8",
1671
1671
+
"selection": "#b7bdf840",
1672
1672
+
"background": "#b7bdf8"
1673
1673
+
},
1674
1674
+
{
1675
1675
+
"cursor": "#7dc4e4",
1676
1676
+
"selection": "#7dc4e440",
1677
1677
+
"background": "#7dc4e4"
1678
1678
+
},
1679
1679
+
{
1680
1680
+
"cursor": "#a6da95",
1681
1681
+
"selection": "#a6da9540",
1682
1682
+
"background": "#a6da95"
1683
1683
+
},
1684
1684
+
{
1685
1685
+
"cursor": "#eed49f",
1686
1686
+
"selection": "#eed49f40",
1687
1687
+
"background": "#eed49f"
1688
1688
+
},
1689
1689
+
{
1690
1690
+
"cursor": "#f5a97f",
1691
1691
+
"selection": "#f5a97f40",
1692
1692
+
"background": "#f5a97f"
1693
1693
+
},
1694
1694
+
{
1695
1695
+
"cursor": "#ed8796",
1696
1696
+
"selection": "#ed879640",
1697
1697
+
"background": "#ed8796"
1698
1698
+
}
1699
1699
+
],
1700
1700
+
"version_control.added": "#a6da95",
1701
1701
+
"version_control.deleted": "#ed8796",
1702
1702
+
"version_control.modified": "#eed49f",
1703
1703
+
"version_control.renamed": "#7dc4e4",
1704
1704
+
"version_control.conflict": "#f5a97f",
1705
1705
+
"version_control.conflict_marker.ours": "#a6da9533",
1706
1706
+
"version_control.conflict_marker.theirs": "#8aadf433",
1707
1707
+
"version_control.ignored": "#6e738d",
1708
1708
+
"debugger.accent": "#ed8796",
1709
1709
+
"editor.debugger_active_line.background": "#f5a97f12",
1710
1710
+
"syntax": {
1711
1711
+
"variable": {
1712
1712
+
"color": "#cad3f5",
1713
1713
+
"font_style": null,
1714
1714
+
"font_weight": null
1715
1715
+
},
1716
1716
+
"variable.builtin": {
1717
1717
+
"color": "#ed8796",
1718
1718
+
"font_style": null,
1719
1719
+
"font_weight": null
1720
1720
+
},
1721
1721
+
"variable.parameter": {
1722
1722
+
"color": "#ee99a0",
1723
1723
+
"font_style": null,
1724
1724
+
"font_weight": null
1725
1725
+
},
1726
1726
+
"variable.member": {
1727
1727
+
"color": "#8aadf4",
1728
1728
+
"font_style": null,
1729
1729
+
"font_weight": null
1730
1730
+
},
1731
1731
+
"variable.special": {
1732
1732
+
"color": "#ed8796",
1733
1733
+
"font_style": "italic",
1734
1734
+
"font_weight": null
1735
1735
+
},
1736
1736
+
"constant": {
1737
1737
+
"color": "#f5a97f",
1738
1738
+
"font_style": null,
1739
1739
+
"font_weight": null
1740
1740
+
},
1741
1741
+
"constant.builtin": {
1742
1742
+
"color": "#f5a97f",
1743
1743
+
"font_style": null,
1744
1744
+
"font_weight": null
1745
1745
+
},
1746
1746
+
"constant.macro": {
1747
1747
+
"color": "#c6a0f6",
1748
1748
+
"font_style": null,
1749
1749
+
"font_weight": null
1750
1750
+
},
1751
1751
+
"module": {
1752
1752
+
"color": "#eed49f",
1753
1753
+
"font_style": "italic",
1754
1754
+
"font_weight": null
1755
1755
+
},
1756
1756
+
"label": {
1757
1757
+
"color": "#7dc4e4",
1758
1758
+
"font_style": null,
1759
1759
+
"font_weight": null
1760
1760
+
},
1761
1761
+
"string": {
1762
1762
+
"color": "#a6da95",
1763
1763
+
"font_style": null,
1764
1764
+
"font_weight": null
1765
1765
+
},
1766
1766
+
"string.documentation": {
1767
1767
+
"color": "#8bd5ca",
1768
1768
+
"font_style": null,
1769
1769
+
"font_weight": null
1770
1770
+
},
1771
1771
+
"string.regexp": {
1772
1772
+
"color": "#f5a97f",
1773
1773
+
"font_style": null,
1774
1774
+
"font_weight": null
1775
1775
+
},
1776
1776
+
"string.escape": {
1777
1777
+
"color": "#f5bde6",
1778
1778
+
"font_style": null,
1779
1779
+
"font_weight": null
1780
1780
+
},
1781
1781
+
"string.special": {
1782
1782
+
"color": "#f5bde6",
1783
1783
+
"font_style": null,
1784
1784
+
"font_weight": null
1785
1785
+
},
1786
1786
+
"string.special.path": {
1787
1787
+
"color": "#f5bde6",
1788
1788
+
"font_style": null,
1789
1789
+
"font_weight": null
1790
1790
+
},
1791
1791
+
"string.special.symbol": {
1792
1792
+
"color": "#f0c6c6",
1793
1793
+
"font_style": null,
1794
1794
+
"font_weight": null
1795
1795
+
},
1796
1796
+
"string.special.url": {
1797
1797
+
"color": "#f4dbd6",
1798
1798
+
"font_style": "italic",
1799
1799
+
"font_weight": null
1800
1800
+
},
1801
1801
+
"character": {
1802
1802
+
"color": "#8bd5ca",
1803
1803
+
"font_style": null,
1804
1804
+
"font_weight": null
1805
1805
+
},
1806
1806
+
"character.special": {
1807
1807
+
"color": "#f5bde6",
1808
1808
+
"font_style": null,
1809
1809
+
"font_weight": null
1810
1810
+
},
1811
1811
+
"boolean": {
1812
1812
+
"color": "#f5a97f",
1813
1813
+
"font_style": null,
1814
1814
+
"font_weight": null
1815
1815
+
},
1816
1816
+
"number": {
1817
1817
+
"color": "#f5a97f",
1818
1818
+
"font_style": null,
1819
1819
+
"font_weight": null
1820
1820
+
},
1821
1821
+
"number.float": {
1822
1822
+
"color": "#f5a97f",
1823
1823
+
"font_style": null,
1824
1824
+
"font_weight": null
1825
1825
+
},
1826
1826
+
"tag": {
1827
1827
+
"color": "#8aadf4",
1828
1828
+
"font_style": null,
1829
1829
+
"font_weight": null
1830
1830
+
},
1831
1831
+
"tag.attribute": {
1832
1832
+
"color": "#eed49f",
1833
1833
+
"font_style": "italic",
1834
1834
+
"font_weight": null
1835
1835
+
},
1836
1836
+
"tag.delimiter": {
1837
1837
+
"color": "#8bd5ca",
1838
1838
+
"font_style": null,
1839
1839
+
"font_weight": null
1840
1840
+
},
1841
1841
+
"type": {
1842
1842
+
"color": "#eed49f",
1843
1843
+
"font_style": null,
1844
1844
+
"font_weight": null
1845
1845
+
},
1846
1846
+
"type.builtin": {
1847
1847
+
"color": "#c6a0f6",
1848
1848
+
"font_style": "italic",
1849
1849
+
"font_weight": null
1850
1850
+
},
1851
1851
+
"type.definition": {
1852
1852
+
"color": "#eed49f",
1853
1853
+
"font_style": null,
1854
1854
+
"font_weight": null
1855
1855
+
},
1856
1856
+
"type.interface": {
1857
1857
+
"color": "#eed49f",
1858
1858
+
"font_style": "italic",
1859
1859
+
"font_weight": null
1860
1860
+
},
1861
1861
+
"type.super": {
1862
1862
+
"color": "#eed49f",
1863
1863
+
"font_style": "italic",
1864
1864
+
"font_weight": null
1865
1865
+
},
1866
1866
+
"attribute": {
1867
1867
+
"color": "#f5a97f",
1868
1868
+
"font_style": null,
1869
1869
+
"font_weight": null
1870
1870
+
},
1871
1871
+
"property": {
1872
1872
+
"color": "#8aadf4",
1873
1873
+
"font_style": null,
1874
1874
+
"font_weight": null
1875
1875
+
},
1876
1876
+
"function": {
1877
1877
+
"color": "#8aadf4",
1878
1878
+
"font_style": null,
1879
1879
+
"font_weight": null
1880
1880
+
},
1881
1881
+
"function.builtin": {
1882
1882
+
"color": "#f5a97f",
1883
1883
+
"font_style": null,
1884
1884
+
"font_weight": null
1885
1885
+
},
1886
1886
+
"function.call": {
1887
1887
+
"color": "#8aadf4",
1888
1888
+
"font_style": null,
1889
1889
+
"font_weight": null
1890
1890
+
},
1891
1891
+
"function.macro": {
1892
1892
+
"color": "#8bd5ca",
1893
1893
+
"font_style": null,
1894
1894
+
"font_weight": null
1895
1895
+
},
1896
1896
+
"function.method": {
1897
1897
+
"color": "#8aadf4",
1898
1898
+
"font_style": null,
1899
1899
+
"font_weight": null
1900
1900
+
},
1901
1901
+
"function.method.call": {
1902
1902
+
"color": "#8aadf4",
1903
1903
+
"font_style": null,
1904
1904
+
"font_weight": null
1905
1905
+
},
1906
1906
+
"constructor": {
1907
1907
+
"color": "#f0c6c6",
1908
1908
+
"font_style": null,
1909
1909
+
"font_weight": null
1910
1910
+
},
1911
1911
+
"operator": {
1912
1912
+
"color": "#91d7e3",
1913
1913
+
"font_style": null,
1914
1914
+
"font_weight": null
1915
1915
+
},
1916
1916
+
"keyword": {
1917
1917
+
"color": "#c6a0f6",
1918
1918
+
"font_style": null,
1919
1919
+
"font_weight": null
1920
1920
+
},
1921
1921
+
"keyword.modifier": {
1922
1922
+
"color": "#c6a0f6",
1923
1923
+
"font_style": null,
1924
1924
+
"font_weight": null
1925
1925
+
},
1926
1926
+
"keyword.type": {
1927
1927
+
"color": "#c6a0f6",
1928
1928
+
"font_style": null,
1929
1929
+
"font_weight": null
1930
1930
+
},
1931
1931
+
"keyword.coroutine": {
1932
1932
+
"color": "#c6a0f6",
1933
1933
+
"font_style": null,
1934
1934
+
"font_weight": null
1935
1935
+
},
1936
1936
+
"keyword.function": {
1937
1937
+
"color": "#c6a0f6",
1938
1938
+
"font_style": null,
1939
1939
+
"font_weight": null
1940
1940
+
},
1941
1941
+
"keyword.operator": {
1942
1942
+
"color": "#c6a0f6",
1943
1943
+
"font_style": null,
1944
1944
+
"font_weight": null
1945
1945
+
},
1946
1946
+
"keyword.import": {
1947
1947
+
"color": "#c6a0f6",
1948
1948
+
"font_style": null,
1949
1949
+
"font_weight": null
1950
1950
+
},
1951
1951
+
"keyword.repeat": {
1952
1952
+
"color": "#c6a0f6",
1953
1953
+
"font_style": null,
1954
1954
+
"font_weight": null
1955
1955
+
},
1956
1956
+
"keyword.return": {
1957
1957
+
"color": "#c6a0f6",
1958
1958
+
"font_style": null,
1959
1959
+
"font_weight": null
1960
1960
+
},
1961
1961
+
"keyword.debug": {
1962
1962
+
"color": "#c6a0f6",
1963
1963
+
"font_style": null,
1964
1964
+
"font_weight": null
1965
1965
+
},
1966
1966
+
"keyword.exception": {
1967
1967
+
"color": "#c6a0f6",
1968
1968
+
"font_style": null,
1969
1969
+
"font_weight": null
1970
1970
+
},
1971
1971
+
"keyword.conditional": {
1972
1972
+
"color": "#c6a0f6",
1973
1973
+
"font_style": null,
1974
1974
+
"font_weight": null
1975
1975
+
},
1976
1976
+
"keyword.conditional.ternary": {
1977
1977
+
"color": "#c6a0f6",
1978
1978
+
"font_style": null,
1979
1979
+
"font_weight": null
1980
1980
+
},
1981
1981
+
"keyword.directive": {
1982
1982
+
"color": "#f5bde6",
1983
1983
+
"font_style": null,
1984
1984
+
"font_weight": null
1985
1985
+
},
1986
1986
+
"keyword.directive.define": {
1987
1987
+
"color": "#f5bde6",
1988
1988
+
"font_style": null,
1989
1989
+
"font_weight": null
1990
1990
+
},
1991
1991
+
"keyword.export": {
1992
1992
+
"color": "#91d7e3",
1993
1993
+
"font_style": null,
1994
1994
+
"font_weight": null
1995
1995
+
},
1996
1996
+
"punctuation": {
1997
1997
+
"color": "#939ab7",
1998
1998
+
"font_style": null,
1999
1999
+
"font_weight": null
2000
2000
+
},
2001
2001
+
"punctuation.delimiter": {
2002
2002
+
"color": "#939ab7",
2003
2003
+
"font_style": null,
2004
2004
+
"font_weight": null
2005
2005
+
},
2006
2006
+
"punctuation.bracket": {
2007
2007
+
"color": "#939ab7",
2008
2008
+
"font_style": null,
2009
2009
+
"font_weight": null
2010
2010
+
},
2011
2011
+
"punctuation.special": {
2012
2012
+
"color": "#f5bde6",
2013
2013
+
"font_style": null,
2014
2014
+
"font_weight": null
2015
2015
+
},
2016
2016
+
"punctuation.special.symbol": {
2017
2017
+
"color": "#f0c6c6",
2018
2018
+
"font_style": null,
2019
2019
+
"font_weight": null
2020
2020
+
},
2021
2021
+
"punctuation.list_marker": {
2022
2022
+
"color": "#8bd5ca",
2023
2023
+
"font_style": null,
2024
2024
+
"font_weight": null
2025
2025
+
},
2026
2026
+
"comment": {
2027
2027
+
"color": "#939ab7",
2028
2028
+
"font_style": "italic",
2029
2029
+
"font_weight": null
2030
2030
+
},
2031
2031
+
"comment.doc": {
2032
2032
+
"color": "#939ab7",
2033
2033
+
"font_style": "italic",
2034
2034
+
"font_weight": null
2035
2035
+
},
2036
2036
+
"comment.documentation": {
2037
2037
+
"color": "#939ab7",
2038
2038
+
"font_style": "italic",
2039
2039
+
"font_weight": null
2040
2040
+
},
2041
2041
+
"comment.info": {
2042
2042
+
"color": "#8bd5ca",
2043
2043
+
"font_style": "italic",
2044
2044
+
"font_weight": null
2045
2045
+
},
2046
2046
+
"comment.error": {
2047
2047
+
"color": "#ed8796",
2048
2048
+
"font_style": "italic",
2049
2049
+
"font_weight": null
2050
2050
+
},
2051
2051
+
"comment.warning": {
2052
2052
+
"color": "#eed49f",
2053
2053
+
"font_style": "italic",
2054
2054
+
"font_weight": null
2055
2055
+
},
2056
2056
+
"comment.warn": {
2057
2057
+
"color": "#eed49f",
2058
2058
+
"font_style": "italic",
2059
2059
+
"font_weight": null
2060
2060
+
},
2061
2061
+
"comment.hint": {
2062
2062
+
"color": "#8aadf4",
2063
2063
+
"font_style": "italic",
2064
2064
+
"font_weight": null
2065
2065
+
},
2066
2066
+
"comment.todo": {
2067
2067
+
"color": "#f0c6c6",
2068
2068
+
"font_style": "italic",
2069
2069
+
"font_weight": null
2070
2070
+
},
2071
2071
+
"comment.note": {
2072
2072
+
"color": "#f4dbd6",
2073
2073
+
"font_style": "italic",
2074
2074
+
"font_weight": null
2075
2075
+
},
2076
2076
+
"diff.plus": {
2077
2077
+
"color": "#a6da95",
2078
2078
+
"font_style": null,
2079
2079
+
"font_weight": null
2080
2080
+
},
2081
2081
+
"diff.minus": {
2082
2082
+
"color": "#ed8796",
2083
2083
+
"font_style": null,
2084
2084
+
"font_weight": null
2085
2085
+
},
2086
2086
+
"parameter": {
2087
2087
+
"color": "#ee99a0",
2088
2088
+
"font_style": null,
2089
2089
+
"font_weight": null
2090
2090
+
},
2091
2091
+
"field": {
2092
2092
+
"color": "#b7bdf8",
2093
2093
+
"font_style": null,
2094
2094
+
"font_weight": null
2095
2095
+
},
2096
2096
+
"namespace": {
2097
2097
+
"color": "#eed49f",
2098
2098
+
"font_style": "italic",
2099
2099
+
"font_weight": null
2100
2100
+
},
2101
2101
+
"float": {
2102
2102
+
"color": "#f5a97f",
2103
2103
+
"font_style": null,
2104
2104
+
"font_weight": null
2105
2105
+
},
2106
2106
+
"symbol": {
2107
2107
+
"color": "#f5bde6",
2108
2108
+
"font_style": null,
2109
2109
+
"font_weight": null
2110
2110
+
},
2111
2111
+
"string.regex": {
2112
2112
+
"color": "#f5a97f",
2113
2113
+
"font_style": null,
2114
2114
+
"font_weight": null
2115
2115
+
},
2116
2116
+
"text": {
2117
2117
+
"color": "#cad3f5",
2118
2118
+
"font_style": null,
2119
2119
+
"font_weight": null
2120
2120
+
},
2121
2121
+
"emphasis.strong": {
2122
2122
+
"color": "#ee99a0",
2123
2123
+
"font_style": null,
2124
2124
+
"font_weight": 700
2125
2125
+
},
2126
2126
+
"emphasis": {
2127
2127
+
"color": "#ee99a0",
2128
2128
+
"font_style": "italic",
2129
2129
+
"font_weight": null
2130
2130
+
},
2131
2131
+
"embedded": {
2132
2132
+
"color": "#ee99a0",
2133
2133
+
"font_style": null,
2134
2134
+
"font_weight": null
2135
2135
+
},
2136
2136
+
"text.literal": {
2137
2137
+
"color": "#a6da95",
2138
2138
+
"font_style": null,
2139
2139
+
"font_weight": null
2140
2140
+
},
2141
2141
+
"concept": {
2142
2142
+
"color": "#7dc4e4",
2143
2143
+
"font_style": null,
2144
2144
+
"font_weight": null
2145
2145
+
},
2146
2146
+
"enum": {
2147
2147
+
"color": "#8bd5ca",
2148
2148
+
"font_style": null,
2149
2149
+
"font_weight": 700
2150
2150
+
},
2151
2151
+
"function.decorator": {
2152
2152
+
"color": "#f5a97f",
2153
2153
+
"font_style": null,
2154
2154
+
"font_weight": null
2155
2155
+
},
2156
2156
+
"type.class.definition": {
2157
2157
+
"color": "#eed49f",
2158
2158
+
"font_style": null,
2159
2159
+
"font_weight": 700
2160
2160
+
},
2161
2161
+
2162
2162
+
"hint": {
2163
2163
+
"color": "#8087a2",
2164
2164
+
"font_style": "italic",
2165
2165
+
"font_weight": null
2166
2166
+
},
2167
2167
+
"link_text": {
2168
2168
+
"color": "#b7bdf8",
2169
2169
+
"font_style": null,
2170
2170
+
"font_weight": null
2171
2171
+
},
2172
2172
+
"link_uri": {
2173
2173
+
"color": "#8aadf4",
2174
2174
+
"font_style": "italic",
2175
2175
+
"font_weight": null
2176
2176
+
},
2177
2177
+
"parent": {
2178
2178
+
"color": "#f5a97f",
2179
2179
+
"font_style": null,
2180
2180
+
"font_weight": null
2181
2181
+
},
2182
2182
+
"predictive": {
2183
2183
+
"color": "#6e738d",
2184
2184
+
"font_style": null,
2185
2185
+
"font_weight": null
2186
2186
+
},
2187
2187
+
"predoc": {
2188
2188
+
"color": "#ed8796",
2189
2189
+
"font_style": null,
2190
2190
+
"font_weight": null
2191
2191
+
},
2192
2192
+
"primary": {
2193
2193
+
"color": "#ee99a0",
2194
2194
+
"font_style": null,
2195
2195
+
"font_weight": null
2196
2196
+
},
2197
2197
+
"tag.doctype": {
2198
2198
+
"color": "#c6a0f6",
2199
2199
+
"font_style": null,
2200
2200
+
"font_weight": null
2201
2201
+
},
2202
2202
+
"string.doc": {
2203
2203
+
"color": "#8bd5ca",
2204
2204
+
"font_style": "italic",
2205
2205
+
"font_weight": null
2206
2206
+
},
2207
2207
+
"title": {
2208
2208
+
"color": "#cad3f5",
2209
2209
+
"font_style": null,
2210
2210
+
"font_weight": 800
2211
2211
+
},
2212
2212
+
"variant": {
2213
2213
+
"color": "#ed8796",
2214
2214
+
"font_style": null,
2215
2215
+
"font_weight": null
2216
2216
+
}
2217
2217
+
}
2218
2218
+
}
2219
2219
+
},
2220
2220
+
{
2221
2221
+
"name": "Catppuccin Mocha (blue)",
2222
2222
+
"appearance": "dark",
2223
2223
+
"style": {
2224
2224
+
"accents": [
2225
2225
+
"#cba6f7",
2226
2226
+
"#b4befe",
2227
2227
+
"#74c7ec",
2228
2228
+
"#a6e3a1",
2229
2229
+
"#f9e2af",
2230
2230
+
"#fab387",
2231
2231
+
"#f38ba8"
2232
2232
+
],
2233
2233
+
"vim.mode.text": "#11111b",
2234
2234
+
"vim.normal.foreground": "#11111b",
2235
2235
+
"vim.helix_normal.foreground": "#11111b",
2236
2236
+
"vim.visual.foreground": "#11111b",
2237
2237
+
"vim.helix_select.foreground": "#11111b",
2238
2238
+
"vim.insert.foreground": "#11111b",
2239
2239
+
"vim.visual_line.foreground": "#11111b",
2240
2240
+
"vim.visual_block.foreground": "#11111b",
2241
2241
+
"vim.replace.foreground": "#11111b",
2242
2242
+
"vim.normal.background": "#f5e0dc",
2243
2243
+
"vim.helix_normal.background": "#f5e0dc",
2244
2244
+
"vim.visual.background": "#b4befe",
2245
2245
+
"vim.helix_select.background": "#b4befe",
2246
2246
+
"vim.insert.background": "#a6e3a1",
2247
2247
+
"vim.visual_line.background": "#b4befe",
2248
2248
+
"vim.visual_block.background": "#cba6f7",
2249
2249
+
"vim.replace.background": "#eba0ac",
2250
2250
+
"background.appearance": "opaque",
2251
2251
+
"border": "#313244",
2252
2252
+
"border.variant": "#789ad6",
2253
2253
+
"border.focused": "#b4befe",
2254
2254
+
"border.selected": "#89b4fa",
2255
2255
+
"border.transparent": "#a6e3a1",
2256
2256
+
"border.disabled": "#6c7086",
2257
2257
+
"elevated_surface.background": "#181825",
2258
2258
+
"surface.background": "#181825",
2259
2259
+
"background": "#27273b",
2260
2260
+
"element.background": "#11111b",
2261
2261
+
"element.hover": "#313244",
2262
2262
+
"element.active": "#585b704d",
2263
2263
+
"element.selected": "#3132444d",
2264
2264
+
"element.disabled": "#6c7086",
2265
2265
+
"drop_target.background": "#31324466",
2266
2266
+
"ghost_element.background": "#00000000",
2267
2267
+
"ghost_element.hover": "#45475a4d",
2268
2268
+
"ghost_element.active": "#585b7099",
2269
2269
+
"ghost_element.selected": "#6f728d66",
2270
2270
+
"ghost_element.disabled": "#6c7086",
2271
2271
+
"text": "#cdd6f4",
2272
2272
+
"text.muted": "#bac2de",
2273
2273
+
"text.placeholder": "#585b70",
2274
2274
+
"text.disabled": "#45475a",
2275
2275
+
"text.accent": "#89b4fa",
2276
2276
+
"icon": "#cdd6f4",
2277
2277
+
"icon.muted": "#7f849c",
2278
2278
+
"icon.disabled": "#6c7086",
2279
2279
+
"icon.placeholder": "#585b70",
2280
2280
+
"icon.accent": "#89b4fa",
2281
2281
+
"status_bar.background": "#11111b",
2282
2282
+
"title_bar.background": "#11111b",
2283
2283
+
"title_bar.inactive_background": "#171725",
2284
2284
+
"toolbar.background": "#1e1e2e",
2285
2285
+
"tab_bar.background": "#11111b",
2286
2286
+
"tab.inactive_background": "#0b0b11",
2287
2287
+
"tab.active_background": "#1e1e2e",
2288
2288
+
"search.match_background": "#94e2d54d",
2289
2289
+
"search.active_match_background": "#f38ba84d",
2290
2290
+
"panel.background": "#181825",
2291
2291
+
"panel.focused_border": "#cdd6f4",
2292
2292
+
"panel.indent_guide": "#31324499",
2293
2293
+
"panel.indent_guide_active": "#585b70",
2294
2294
+
"panel.indent_guide_hover": "#89b4fa",
2295
2295
+
"panel.overlay_background": "#181825",
2296
2296
+
"pane.focused_border": "#cdd6f4",
2297
2297
+
"pane_group.border": "#313244",
2298
2298
+
"scrollbar.thumb.background": "#585b7080",
2299
2299
+
"scrollbar.thumb.hover_background": "#6c7086",
2300
2300
+
"scrollbar.thumb.active_background": null,
2301
2301
+
"scrollbar.thumb.border": null,
2302
2302
+
"scrollbar.track.background": "#11111b",
2303
2303
+
"scrollbar.track.border": "#cdd6f412",
2304
2304
+
"minimap.thumb.background": "#89b4fa33",
2305
2305
+
"minimap.thumb.hover_background": "#89b4fa66",
2306
2306
+
"minimap.thumb.active_background": "#89b4fa99",
2307
2307
+
"minimap.thumb.border": null,
2308
2308
+
"editor.foreground": "#cdd6f4",
2309
2309
+
"editor.background": "#1e1e2e",
2310
2310
+
"editor.gutter.background": "#1e1e2e",
2311
2311
+
"editor.subheader.background": "#181825",
2312
2312
+
"editor.active_line.background": "#cdd6f412",
2313
2313
+
"editor.highlighted_line.background": null,
2314
2314
+
"editor.line_number": "#7f849c",
2315
2315
+
"editor.active_line_number": "#89b4fa",
2316
2316
+
"editor.invisible": "#9399b266",
2317
2317
+
"editor.wrap_guide": "#585b70",
2318
2318
+
"editor.active_wrap_guide": "#585b70",
2319
2319
+
"editor.document_highlight.bracket_background": "#89b4fa17",
2320
2320
+
"editor.document_highlight.read_background": "#a6adc829",
2321
2321
+
"editor.document_highlight.write_background": "#a6adc829",
2322
2322
+
"editor.indent_guide": "#31324499",
2323
2323
+
"editor.indent_guide_active": "#585b70",
2324
2324
+
"terminal.background": "#1e1e2e",
2325
2325
+
"terminal.ansi.background": "#1e1e2e",
2326
2326
+
"terminal.foreground": "#cdd6f4",
2327
2327
+
"terminal.dim_foreground": "#7f849c",
2328
2328
+
"terminal.bright_foreground": "#cdd6f4",
2329
2329
+
"terminal.ansi.black": "#45475a",
2330
2330
+
"terminal.ansi.white": "#a6adc8",
2331
2331
+
"terminal.ansi.red": "#f38ba8",
2332
2332
+
"terminal.ansi.green": "#a6e3a1",
2333
2333
+
"terminal.ansi.yellow": "#f9e2af",
2334
2334
+
"terminal.ansi.blue": "#89b4fa",
2335
2335
+
"terminal.ansi.magenta": "#f5c2e7",
2336
2336
+
"terminal.ansi.cyan": "#94e2d5",
2337
2337
+
"terminal.ansi.bright_black": "#585b70",
2338
2338
+
"terminal.ansi.bright_white": "#bac2de",
2339
2339
+
"terminal.ansi.bright_red": "#f37799",
2340
2340
+
"terminal.ansi.bright_green": "#89d88b",
2341
2341
+
"terminal.ansi.bright_yellow": "#ebd391",
2342
2342
+
"terminal.ansi.bright_blue": "#74a8fc",
2343
2343
+
"terminal.ansi.bright_magenta": "#f2aede",
2344
2344
+
"terminal.ansi.bright_cyan": "#6bd7ca",
2345
2345
+
"terminal.ansi.dim_black": "#45475a",
2346
2346
+
"terminal.ansi.dim_white": "#a6adc8",
2347
2347
+
"terminal.ansi.dim_red": "#f38ba8",
2348
2348
+
"terminal.ansi.dim_green": "#a6e3a1",
2349
2349
+
"terminal.ansi.dim_yellow": "#f9e2af",
2350
2350
+
"terminal.ansi.dim_blue": "#89b4fa",
2351
2351
+
"terminal.ansi.dim_magenta": "#f5c2e7",
2352
2352
+
"terminal.ansi.dim_cyan": "#94e2d5",
2353
2353
+
"link_text.hover": "#89dceb",
2354
2354
+
"conflict": "#fab387",
2355
2355
+
"conflict.border": "#fab387",
2356
2356
+
"conflict.background": "#fab38726",
2357
2357
+
"created": "#a6e3a1",
2358
2358
+
"created.border": "#a6e3a1",
2359
2359
+
"created.background": "#a6e3a126",
2360
2360
+
"deleted": "#f38ba8",
2361
2361
+
"deleted.border": "#f38ba8",
2362
2362
+
"deleted.background": "#f38ba826",
2363
2363
+
"hidden": "#6c7086",
2364
2364
+
"hidden.border": "#6c7086",
2365
2365
+
"hidden.background": "#181825",
2366
2366
+
"hint": "#585b70",
2367
2367
+
"hint.border": "#585b70",
2368
2368
+
"hint.background": "#181825",
2369
2369
+
"ignored": "#6c7086",
2370
2370
+
"ignored.border": "#6c7086",
2371
2371
+
"ignored.background": "#6c708626",
2372
2372
+
"modified": "#f9e2af",
2373
2373
+
"modified.border": "#f9e2af",
2374
2374
+
"modified.background": "#f9e2af26",
2375
2375
+
"predictive": "#6c7086",
2376
2376
+
"predictive.border": "#b4befe",
2377
2377
+
"predictive.background": "#181825",
2378
2378
+
"renamed": "#74c7ec",
2379
2379
+
"renamed.border": "#74c7ec",
2380
2380
+
"renamed.background": "#74c7ec26",
2381
2381
+
"info": "#94e2d5",
2382
2382
+
"info.border": "#94e2d5",
2383
2383
+
"info.background": "#9399b233",
2384
2384
+
"warning": "#f9e2af",
2385
2385
+
"warning.border": "#f9e2af",
2386
2386
+
"warning.background": "#f9e2af1f",
2387
2387
+
"error": "#f38ba8",
2388
2388
+
"error.border": "#f38ba8",
2389
2389
+
"error.background": "#f38ba81f",
2390
2390
+
"success": "#a6e3a1",
2391
2391
+
"success.border": "#a6e3a1",
2392
2392
+
"success.background": "#a6e3a11f",
2393
2393
+
"unreachable": "#f38ba8",
2394
2394
+
"unreachable.border": "#f38ba8",
2395
2395
+
"unreachable.background": "#f38ba81f",
2396
2396
+
"players": [
2397
2397
+
{
2398
2398
+
"cursor": "#f5e0dc",
2399
2399
+
"selection": "#9399b240",
2400
2400
+
"background": "#f5e0dc"
2401
2401
+
},
2402
2402
+
{
2403
2403
+
"cursor": "#cba6f7",
2404
2404
+
"selection": "#cba6f740",
2405
2405
+
"background": "#cba6f7"
2406
2406
+
},
2407
2407
+
{
2408
2408
+
"cursor": "#b4befe",
2409
2409
+
"selection": "#b4befe40",
2410
2410
+
"background": "#b4befe"
2411
2411
+
},
2412
2412
+
{
2413
2413
+
"cursor": "#74c7ec",
2414
2414
+
"selection": "#74c7ec40",
2415
2415
+
"background": "#74c7ec"
2416
2416
+
},
2417
2417
+
{
2418
2418
+
"cursor": "#a6e3a1",
2419
2419
+
"selection": "#a6e3a140",
2420
2420
+
"background": "#a6e3a1"
2421
2421
+
},
2422
2422
+
{
2423
2423
+
"cursor": "#f9e2af",
2424
2424
+
"selection": "#f9e2af40",
2425
2425
+
"background": "#f9e2af"
2426
2426
+
},
2427
2427
+
{
2428
2428
+
"cursor": "#fab387",
2429
2429
+
"selection": "#fab38740",
2430
2430
+
"background": "#fab387"
2431
2431
+
},
2432
2432
+
{
2433
2433
+
"cursor": "#f38ba8",
2434
2434
+
"selection": "#f38ba840",
2435
2435
+
"background": "#f38ba8"
2436
2436
+
}
2437
2437
+
],
2438
2438
+
"version_control.added": "#a6e3a1",
2439
2439
+
"version_control.deleted": "#f38ba8",
2440
2440
+
"version_control.modified": "#f9e2af",
2441
2441
+
"version_control.renamed": "#74c7ec",
2442
2442
+
"version_control.conflict": "#fab387",
2443
2443
+
"version_control.conflict_marker.ours": "#a6e3a133",
2444
2444
+
"version_control.conflict_marker.theirs": "#89b4fa33",
2445
2445
+
"version_control.ignored": "#6c7086",
2446
2446
+
"debugger.accent": "#f38ba8",
2447
2447
+
"editor.debugger_active_line.background": "#fab38712",
2448
2448
+
"syntax": {
2449
2449
+
"variable": {
2450
2450
+
"color": "#cdd6f4",
2451
2451
+
"font_style": null,
2452
2452
+
"font_weight": null
2453
2453
+
},
2454
2454
+
"variable.builtin": {
2455
2455
+
"color": "#f38ba8",
2456
2456
+
"font_style": null,
2457
2457
+
"font_weight": null
2458
2458
+
},
2459
2459
+
"variable.parameter": {
2460
2460
+
"color": "#eba0ac",
2461
2461
+
"font_style": null,
2462
2462
+
"font_weight": null
2463
2463
+
},
2464
2464
+
"variable.member": {
2465
2465
+
"color": "#89b4fa",
2466
2466
+
"font_style": null,
2467
2467
+
"font_weight": null
2468
2468
+
},
2469
2469
+
"variable.special": {
2470
2470
+
"color": "#f38ba8",
2471
2471
+
"font_style": "italic",
2472
2472
+
"font_weight": null
2473
2473
+
},
2474
2474
+
"constant": {
2475
2475
+
"color": "#fab387",
2476
2476
+
"font_style": null,
2477
2477
+
"font_weight": null
2478
2478
+
},
2479
2479
+
"constant.builtin": {
2480
2480
+
"color": "#fab387",
2481
2481
+
"font_style": null,
2482
2482
+
"font_weight": null
2483
2483
+
},
2484
2484
+
"constant.macro": {
2485
2485
+
"color": "#cba6f7",
2486
2486
+
"font_style": null,
2487
2487
+
"font_weight": null
2488
2488
+
},
2489
2489
+
"module": {
2490
2490
+
"color": "#f9e2af",
2491
2491
+
"font_style": "italic",
2492
2492
+
"font_weight": null
2493
2493
+
},
2494
2494
+
"label": {
2495
2495
+
"color": "#74c7ec",
2496
2496
+
"font_style": null,
2497
2497
+
"font_weight": null
2498
2498
+
},
2499
2499
+
"string": {
2500
2500
+
"color": "#a6e3a1",
2501
2501
+
"font_style": null,
2502
2502
+
"font_weight": null
2503
2503
+
},
2504
2504
+
"string.documentation": {
2505
2505
+
"color": "#94e2d5",
2506
2506
+
"font_style": null,
2507
2507
+
"font_weight": null
2508
2508
+
},
2509
2509
+
"string.regexp": {
2510
2510
+
"color": "#fab387",
2511
2511
+
"font_style": null,
2512
2512
+
"font_weight": null
2513
2513
+
},
2514
2514
+
"string.escape": {
2515
2515
+
"color": "#f5c2e7",
2516
2516
+
"font_style": null,
2517
2517
+
"font_weight": null
2518
2518
+
},
2519
2519
+
"string.special": {
2520
2520
+
"color": "#f5c2e7",
2521
2521
+
"font_style": null,
2522
2522
+
"font_weight": null
2523
2523
+
},
2524
2524
+
"string.special.path": {
2525
2525
+
"color": "#f5c2e7",
2526
2526
+
"font_style": null,
2527
2527
+
"font_weight": null
2528
2528
+
},
2529
2529
+
"string.special.symbol": {
2530
2530
+
"color": "#f2cdcd",
2531
2531
+
"font_style": null,
2532
2532
+
"font_weight": null
2533
2533
+
},
2534
2534
+
"string.special.url": {
2535
2535
+
"color": "#f5e0dc",
2536
2536
+
"font_style": "italic",
2537
2537
+
"font_weight": null
2538
2538
+
},
2539
2539
+
"character": {
2540
2540
+
"color": "#94e2d5",
2541
2541
+
"font_style": null,
2542
2542
+
"font_weight": null
2543
2543
+
},
2544
2544
+
"character.special": {
2545
2545
+
"color": "#f5c2e7",
2546
2546
+
"font_style": null,
2547
2547
+
"font_weight": null
2548
2548
+
},
2549
2549
+
"boolean": {
2550
2550
+
"color": "#fab387",
2551
2551
+
"font_style": null,
2552
2552
+
"font_weight": null
2553
2553
+
},
2554
2554
+
"number": {
2555
2555
+
"color": "#fab387",
2556
2556
+
"font_style": null,
2557
2557
+
"font_weight": null
2558
2558
+
},
2559
2559
+
"number.float": {
2560
2560
+
"color": "#fab387",
2561
2561
+
"font_style": null,
2562
2562
+
"font_weight": null
2563
2563
+
},
2564
2564
+
"tag": {
2565
2565
+
"color": "#89b4fa",
2566
2566
+
"font_style": null,
2567
2567
+
"font_weight": null
2568
2568
+
},
2569
2569
+
"tag.attribute": {
2570
2570
+
"color": "#f9e2af",
2571
2571
+
"font_style": "italic",
2572
2572
+
"font_weight": null
2573
2573
+
},
2574
2574
+
"tag.delimiter": {
2575
2575
+
"color": "#94e2d5",
2576
2576
+
"font_style": null,
2577
2577
+
"font_weight": null
2578
2578
+
},
2579
2579
+
"type": {
2580
2580
+
"color": "#f9e2af",
2581
2581
+
"font_style": null,
2582
2582
+
"font_weight": null
2583
2583
+
},
2584
2584
+
"type.builtin": {
2585
2585
+
"color": "#cba6f7",
2586
2586
+
"font_style": "italic",
2587
2587
+
"font_weight": null
2588
2588
+
},
2589
2589
+
"type.definition": {
2590
2590
+
"color": "#f9e2af",
2591
2591
+
"font_style": null,
2592
2592
+
"font_weight": null
2593
2593
+
},
2594
2594
+
"type.interface": {
2595
2595
+
"color": "#f9e2af",
2596
2596
+
"font_style": "italic",
2597
2597
+
"font_weight": null
2598
2598
+
},
2599
2599
+
"type.super": {
2600
2600
+
"color": "#f9e2af",
2601
2601
+
"font_style": "italic",
2602
2602
+
"font_weight": null
2603
2603
+
},
2604
2604
+
"attribute": {
2605
2605
+
"color": "#fab387",
2606
2606
+
"font_style": null,
2607
2607
+
"font_weight": null
2608
2608
+
},
2609
2609
+
"property": {
2610
2610
+
"color": "#89b4fa",
2611
2611
+
"font_style": null,
2612
2612
+
"font_weight": null
2613
2613
+
},
2614
2614
+
"function": {
2615
2615
+
"color": "#89b4fa",
2616
2616
+
"font_style": null,
2617
2617
+
"font_weight": null
2618
2618
+
},
2619
2619
+
"function.builtin": {
2620
2620
+
"color": "#fab387",
2621
2621
+
"font_style": null,
2622
2622
+
"font_weight": null
2623
2623
+
},
2624
2624
+
"function.call": {
2625
2625
+
"color": "#89b4fa",
2626
2626
+
"font_style": null,
2627
2627
+
"font_weight": null
2628
2628
+
},
2629
2629
+
"function.macro": {
2630
2630
+
"color": "#94e2d5",
2631
2631
+
"font_style": null,
2632
2632
+
"font_weight": null
2633
2633
+
},
2634
2634
+
"function.method": {
2635
2635
+
"color": "#89b4fa",
2636
2636
+
"font_style": null,
2637
2637
+
"font_weight": null
2638
2638
+
},
2639
2639
+
"function.method.call": {
2640
2640
+
"color": "#89b4fa",
2641
2641
+
"font_style": null,
2642
2642
+
"font_weight": null
2643
2643
+
},
2644
2644
+
"constructor": {
2645
2645
+
"color": "#f2cdcd",
2646
2646
+
"font_style": null,
2647
2647
+
"font_weight": null
2648
2648
+
},
2649
2649
+
"operator": {
2650
2650
+
"color": "#89dceb",
2651
2651
+
"font_style": null,
2652
2652
+
"font_weight": null
2653
2653
+
},
2654
2654
+
"keyword": {
2655
2655
+
"color": "#cba6f7",
2656
2656
+
"font_style": null,
2657
2657
+
"font_weight": null
2658
2658
+
},
2659
2659
+
"keyword.modifier": {
2660
2660
+
"color": "#cba6f7",
2661
2661
+
"font_style": null,
2662
2662
+
"font_weight": null
2663
2663
+
},
2664
2664
+
"keyword.type": {
2665
2665
+
"color": "#cba6f7",
2666
2666
+
"font_style": null,
2667
2667
+
"font_weight": null
2668
2668
+
},
2669
2669
+
"keyword.coroutine": {
2670
2670
+
"color": "#cba6f7",
2671
2671
+
"font_style": null,
2672
2672
+
"font_weight": null
2673
2673
+
},
2674
2674
+
"keyword.function": {
2675
2675
+
"color": "#cba6f7",
2676
2676
+
"font_style": null,
2677
2677
+
"font_weight": null
2678
2678
+
},
2679
2679
+
"keyword.operator": {
2680
2680
+
"color": "#cba6f7",
2681
2681
+
"font_style": null,
2682
2682
+
"font_weight": null
2683
2683
+
},
2684
2684
+
"keyword.import": {
2685
2685
+
"color": "#cba6f7",
2686
2686
+
"font_style": null,
2687
2687
+
"font_weight": null
2688
2688
+
},
2689
2689
+
"keyword.repeat": {
2690
2690
+
"color": "#cba6f7",
2691
2691
+
"font_style": null,
2692
2692
+
"font_weight": null
2693
2693
+
},
2694
2694
+
"keyword.return": {
2695
2695
+
"color": "#cba6f7",
2696
2696
+
"font_style": null,
2697
2697
+
"font_weight": null
2698
2698
+
},
2699
2699
+
"keyword.debug": {
2700
2700
+
"color": "#cba6f7",
2701
2701
+
"font_style": null,
2702
2702
+
"font_weight": null
2703
2703
+
},
2704
2704
+
"keyword.exception": {
2705
2705
+
"color": "#cba6f7",
2706
2706
+
"font_style": null,
2707
2707
+
"font_weight": null
2708
2708
+
},
2709
2709
+
"keyword.conditional": {
2710
2710
+
"color": "#cba6f7",
2711
2711
+
"font_style": null,
2712
2712
+
"font_weight": null
2713
2713
+
},
2714
2714
+
"keyword.conditional.ternary": {
2715
2715
+
"color": "#cba6f7",
2716
2716
+
"font_style": null,
2717
2717
+
"font_weight": null
2718
2718
+
},
2719
2719
+
"keyword.directive": {
2720
2720
+
"color": "#f5c2e7",
2721
2721
+
"font_style": null,
2722
2722
+
"font_weight": null
2723
2723
+
},
2724
2724
+
"keyword.directive.define": {
2725
2725
+
"color": "#f5c2e7",
2726
2726
+
"font_style": null,
2727
2727
+
"font_weight": null
2728
2728
+
},
2729
2729
+
"keyword.export": {
2730
2730
+
"color": "#89dceb",
2731
2731
+
"font_style": null,
2732
2732
+
"font_weight": null
2733
2733
+
},
2734
2734
+
"punctuation": {
2735
2735
+
"color": "#9399b2",
2736
2736
+
"font_style": null,
2737
2737
+
"font_weight": null
2738
2738
+
},
2739
2739
+
"punctuation.delimiter": {
2740
2740
+
"color": "#9399b2",
2741
2741
+
"font_style": null,
2742
2742
+
"font_weight": null
2743
2743
+
},
2744
2744
+
"punctuation.bracket": {
2745
2745
+
"color": "#9399b2",
2746
2746
+
"font_style": null,
2747
2747
+
"font_weight": null
2748
2748
+
},
2749
2749
+
"punctuation.special": {
2750
2750
+
"color": "#f5c2e7",
2751
2751
+
"font_style": null,
2752
2752
+
"font_weight": null
2753
2753
+
},
2754
2754
+
"punctuation.special.symbol": {
2755
2755
+
"color": "#f2cdcd",
2756
2756
+
"font_style": null,
2757
2757
+
"font_weight": null
2758
2758
+
},
2759
2759
+
"punctuation.list_marker": {
2760
2760
+
"color": "#94e2d5",
2761
2761
+
"font_style": null,
2762
2762
+
"font_weight": null
2763
2763
+
},
2764
2764
+
"comment": {
2765
2765
+
"color": "#9399b2",
2766
2766
+
"font_style": "italic",
2767
2767
+
"font_weight": null
2768
2768
+
},
2769
2769
+
"comment.doc": {
2770
2770
+
"color": "#9399b2",
2771
2771
+
"font_style": "italic",
2772
2772
+
"font_weight": null
2773
2773
+
},
2774
2774
+
"comment.documentation": {
2775
2775
+
"color": "#9399b2",
2776
2776
+
"font_style": "italic",
2777
2777
+
"font_weight": null
2778
2778
+
},
2779
2779
+
"comment.info": {
2780
2780
+
"color": "#94e2d5",
2781
2781
+
"font_style": "italic",
2782
2782
+
"font_weight": null
2783
2783
+
},
2784
2784
+
"comment.error": {
2785
2785
+
"color": "#f38ba8",
2786
2786
+
"font_style": "italic",
2787
2787
+
"font_weight": null
2788
2788
+
},
2789
2789
+
"comment.warning": {
2790
2790
+
"color": "#f9e2af",
2791
2791
+
"font_style": "italic",
2792
2792
+
"font_weight": null
2793
2793
+
},
2794
2794
+
"comment.warn": {
2795
2795
+
"color": "#f9e2af",
2796
2796
+
"font_style": "italic",
2797
2797
+
"font_weight": null
2798
2798
+
},
2799
2799
+
"comment.hint": {
2800
2800
+
"color": "#89b4fa",
2801
2801
+
"font_style": "italic",
2802
2802
+
"font_weight": null
2803
2803
+
},
2804
2804
+
"comment.todo": {
2805
2805
+
"color": "#f2cdcd",
2806
2806
+
"font_style": "italic",
2807
2807
+
"font_weight": null
2808
2808
+
},
2809
2809
+
"comment.note": {
2810
2810
+
"color": "#f5e0dc",
2811
2811
+
"font_style": "italic",
2812
2812
+
"font_weight": null
2813
2813
+
},
2814
2814
+
"diff.plus": {
2815
2815
+
"color": "#a6e3a1",
2816
2816
+
"font_style": null,
2817
2817
+
"font_weight": null
2818
2818
+
},
2819
2819
+
"diff.minus": {
2820
2820
+
"color": "#f38ba8",
2821
2821
+
"font_style": null,
2822
2822
+
"font_weight": null
2823
2823
+
},
2824
2824
+
"parameter": {
2825
2825
+
"color": "#eba0ac",
2826
2826
+
"font_style": null,
2827
2827
+
"font_weight": null
2828
2828
+
},
2829
2829
+
"field": {
2830
2830
+
"color": "#b4befe",
2831
2831
+
"font_style": null,
2832
2832
+
"font_weight": null
2833
2833
+
},
2834
2834
+
"namespace": {
2835
2835
+
"color": "#f9e2af",
2836
2836
+
"font_style": "italic",
2837
2837
+
"font_weight": null
2838
2838
+
},
2839
2839
+
"float": {
2840
2840
+
"color": "#fab387",
2841
2841
+
"font_style": null,
2842
2842
+
"font_weight": null
2843
2843
+
},
2844
2844
+
"symbol": {
2845
2845
+
"color": "#f5c2e7",
2846
2846
+
"font_style": null,
2847
2847
+
"font_weight": null
2848
2848
+
},
2849
2849
+
"string.regex": {
2850
2850
+
"color": "#fab387",
2851
2851
+
"font_style": null,
2852
2852
+
"font_weight": null
2853
2853
+
},
2854
2854
+
"text": {
2855
2855
+
"color": "#cdd6f4",
2856
2856
+
"font_style": null,
2857
2857
+
"font_weight": null
2858
2858
+
},
2859
2859
+
"emphasis.strong": {
2860
2860
+
"color": "#eba0ac",
2861
2861
+
"font_style": null,
2862
2862
+
"font_weight": 700
2863
2863
+
},
2864
2864
+
"emphasis": {
2865
2865
+
"color": "#eba0ac",
2866
2866
+
"font_style": "italic",
2867
2867
+
"font_weight": null
2868
2868
+
},
2869
2869
+
"embedded": {
2870
2870
+
"color": "#eba0ac",
2871
2871
+
"font_style": null,
2872
2872
+
"font_weight": null
2873
2873
+
},
2874
2874
+
"text.literal": {
2875
2875
+
"color": "#a6e3a1",
2876
2876
+
"font_style": null,
2877
2877
+
"font_weight": null
2878
2878
+
},
2879
2879
+
"concept": {
2880
2880
+
"color": "#74c7ec",
2881
2881
+
"font_style": null,
2882
2882
+
"font_weight": null
2883
2883
+
},
2884
2884
+
"enum": {
2885
2885
+
"color": "#94e2d5",
2886
2886
+
"font_style": null,
2887
2887
+
"font_weight": 700
2888
2888
+
},
2889
2889
+
"function.decorator": {
2890
2890
+
"color": "#fab387",
2891
2891
+
"font_style": null,
2892
2892
+
"font_weight": null
2893
2893
+
},
2894
2894
+
"type.class.definition": {
2895
2895
+
"color": "#f9e2af",
2896
2896
+
"font_style": null,
2897
2897
+
"font_weight": 700
2898
2898
+
},
2899
2899
+
2900
2900
+
"hint": {
2901
2901
+
"color": "#7f849c",
2902
2902
+
"font_style": "italic",
2903
2903
+
"font_weight": null
2904
2904
+
},
2905
2905
+
"link_text": {
2906
2906
+
"color": "#b4befe",
2907
2907
+
"font_style": null,
2908
2908
+
"font_weight": null
2909
2909
+
},
2910
2910
+
"link_uri": {
2911
2911
+
"color": "#89b4fa",
2912
2912
+
"font_style": "italic",
2913
2913
+
"font_weight": null
2914
2914
+
},
2915
2915
+
"parent": {
2916
2916
+
"color": "#fab387",
2917
2917
+
"font_style": null,
2918
2918
+
"font_weight": null
2919
2919
+
},
2920
2920
+
"predictive": {
2921
2921
+
"color": "#6c7086",
2922
2922
+
"font_style": null,
2923
2923
+
"font_weight": null
2924
2924
+
},
2925
2925
+
"predoc": {
2926
2926
+
"color": "#f38ba8",
2927
2927
+
"font_style": null,
2928
2928
+
"font_weight": null
2929
2929
+
},
2930
2930
+
"primary": {
2931
2931
+
"color": "#eba0ac",
2932
2932
+
"font_style": null,
2933
2933
+
"font_weight": null
2934
2934
+
},
2935
2935
+
"tag.doctype": {
2936
2936
+
"color": "#cba6f7",
2937
2937
+
"font_style": null,
2938
2938
+
"font_weight": null
2939
2939
+
},
2940
2940
+
"string.doc": {
2941
2941
+
"color": "#94e2d5",
2942
2942
+
"font_style": "italic",
2943
2943
+
"font_weight": null
2944
2944
+
},
2945
2945
+
"title": {
2946
2946
+
"color": "#cdd6f4",
2947
2947
+
"font_style": null,
2948
2948
+
"font_weight": 800
2949
2949
+
},
2950
2950
+
"variant": {
2951
2951
+
"color": "#f38ba8",
2952
2952
+
"font_style": null,
2953
2953
+
"font_weight": null
2954
2954
+
}
2955
2955
+
}
2956
2956
+
}
2957
2957
+
}
2958
2958
+
]
2959
2959
+
}