@brimveyn/aimux-config 0.4.0 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/package.json +1 -1
  2. package/src/actions.ts +47 -0
  3. package/src/defaults.ts +3 -0
  4. package/src/index.ts +9 -1
  5. package/src/normalize-theme.ts +260 -0
  6. package/src/themes/generated/andromeeda.ts +346 -0
  7. package/src/themes/generated/aurora-x.ts +603 -0
  8. package/src/themes/generated/ayu-dark.ts +817 -0
  9. package/src/themes/generated/ayu-light.ts +817 -0
  10. package/src/themes/generated/ayu-mirage.ts +817 -0
  11. package/src/themes/generated/catppuccin-frappe.ts +2041 -0
  12. package/src/themes/generated/catppuccin-latte.ts +2041 -0
  13. package/src/themes/generated/catppuccin-macchiato.ts +2041 -0
  14. package/src/themes/generated/catppuccin-mocha.ts +2041 -0
  15. package/src/themes/generated/dark-plus.ts +614 -0
  16. package/src/themes/generated/dracula-soft.ts +947 -0
  17. package/src/themes/generated/dracula.ts +947 -0
  18. package/src/themes/generated/everforest-dark.ts +2246 -0
  19. package/src/themes/generated/everforest-light.ts +2246 -0
  20. package/src/themes/generated/github-dark-default.ts +605 -0
  21. package/src/themes/generated/github-dark-dimmed.ts +605 -0
  22. package/src/themes/generated/github-dark-high-contrast.ts +608 -0
  23. package/src/themes/generated/github-dark.ts +519 -0
  24. package/src/themes/generated/github-light-default.ts +602 -0
  25. package/src/themes/generated/github-light-high-contrast.ts +604 -0
  26. package/src/themes/generated/github-light.ts +515 -0
  27. package/src/themes/generated/gruvbox-dark-hard.ts +1124 -0
  28. package/src/themes/generated/gruvbox-dark-medium.ts +1124 -0
  29. package/src/themes/generated/gruvbox-dark-soft.ts +1124 -0
  30. package/src/themes/generated/gruvbox-light-hard.ts +1124 -0
  31. package/src/themes/generated/gruvbox-light-medium.ts +1124 -0
  32. package/src/themes/generated/gruvbox-light-soft.ts +1124 -0
  33. package/src/themes/generated/horizon-bright.ts +420 -0
  34. package/src/themes/generated/horizon.ts +418 -0
  35. package/src/themes/generated/houston.ts +1819 -0
  36. package/src/themes/generated/index.ts +140 -0
  37. package/src/themes/generated/kanagawa-dragon.ts +753 -0
  38. package/src/themes/generated/kanagawa-lotus.ts +753 -0
  39. package/src/themes/generated/kanagawa-wave.ts +753 -0
  40. package/src/themes/generated/laserwave.ts +489 -0
  41. package/src/themes/generated/light-plus.ts +639 -0
  42. package/src/themes/generated/material-theme-darker.ts +759 -0
  43. package/src/themes/generated/material-theme-lighter.ts +759 -0
  44. package/src/themes/generated/material-theme-ocean.ts +759 -0
  45. package/src/themes/generated/material-theme-palenight.ts +759 -0
  46. package/src/themes/generated/material-theme.ts +759 -0
  47. package/src/themes/generated/min-dark.ts +326 -0
  48. package/src/themes/generated/min-light.ts +331 -0
  49. package/src/themes/generated/monokai.ts +463 -0
  50. package/src/themes/generated/night-owl-light.ts +1526 -0
  51. package/src/themes/generated/night-owl.ts +1628 -0
  52. package/src/themes/generated/nord.ts +1277 -0
  53. package/src/themes/generated/one-dark-pro.ts +1920 -0
  54. package/src/themes/generated/one-light.ts +1599 -0
  55. package/src/themes/generated/plastic.ts +315 -0
  56. package/src/themes/generated/poimandres.ts +1233 -0
  57. package/src/themes/generated/red.ts +395 -0
  58. package/src/themes/generated/rose-pine-dawn.ts +696 -0
  59. package/src/themes/generated/rose-pine-moon.ts +696 -0
  60. package/src/themes/generated/rose-pine.ts +696 -0
  61. package/src/themes/generated/slack-dark.ts +594 -0
  62. package/src/themes/generated/slack-ochin.ts +461 -0
  63. package/src/themes/generated/snazzy-light.ts +1254 -0
  64. package/src/themes/generated/solarized-dark.ts +387 -0
  65. package/src/themes/generated/solarized-light.ts +379 -0
  66. package/src/themes/generated/synthwave-84.ts +751 -0
  67. package/src/themes/generated/tokyo-night.ts +1420 -0
  68. package/src/themes/generated/vesper.ts +578 -0
  69. package/src/themes/generated/vitesse-black.ts +629 -0
  70. package/src/themes/generated/vitesse-dark.ts +629 -0
  71. package/src/themes/generated/vitesse-light.ts +627 -0
  72. package/src/themes.ts +57 -10
  73. package/src/types.ts +29 -4
  74. package/src/themes.generated.ts +0 -59794
@@ -0,0 +1,1599 @@
1
+ // @generated by scripts/generate-themes.ts. DO NOT EDIT.
2
+ /* eslint-disable */
3
+
4
+ import type { Theme } from '../../types'
5
+
6
+ export const theme: Theme = {
7
+ bg: '#FAFAFA',
8
+ colorReplacements: {
9
+ '#00000001': 'inherit',
10
+ },
11
+ colors: {
12
+ 'activityBar.background': '#FAFAFA',
13
+ 'activityBar.foreground': '#121417',
14
+ 'activityBarBadge.background': '#526FFF',
15
+ 'activityBarBadge.foreground': '#FFFFFF',
16
+ 'badge.background': '#526FFF',
17
+ 'badge.foreground': '#FFFFFF',
18
+ 'button.background': '#5871EF',
19
+ 'button.foreground': '#FFFFFF',
20
+ 'button.hoverBackground': '#6B83ED',
21
+ 'contrastBorder': '#DBDBDC',
22
+ 'descriptionForeground': '#9D9D9F',
23
+ 'diffEditor.insertedLineBackground': '#e6f3f1',
24
+ 'diffEditor.insertedTextBackground': '#00809B',
25
+ 'diffEditor.removedLineBackground': '#f9e6eb',
26
+ 'dropdown.background': '#FFFFFF',
27
+ 'dropdown.border': '#DBDBDC',
28
+ 'editor.background': '#FAFAFA',
29
+ 'editor.findMatchHighlightBackground': '#526FFF',
30
+ 'editor.foreground': '#383A42',
31
+ 'editor.lineHighlightBackground': '#383A42',
32
+ 'editor.selectionBackground': '#E5E5E6',
33
+ 'editorCursor.foreground': '#526FFF',
34
+ 'editorError.foreground': '#f38ba8',
35
+ 'editorGroup.background': '#EAEAEB',
36
+ 'editorGroup.border': '#DBDBDC',
37
+ 'editorGroupHeader.tabsBackground': '#EAEAEB',
38
+ 'editorHoverWidget.background': '#EAEAEB',
39
+ 'editorHoverWidget.border': '#DBDBDC',
40
+ 'editorIndentGuide.activeBackground': '#626772',
41
+ 'editorIndentGuide.background': '#383A42',
42
+ 'editorInlayHint.background': '#F5F5F5',
43
+ 'editorInlayHint.foreground': '#AFB2BB',
44
+ 'editorLineNumber.activeForeground': '#383A42',
45
+ 'editorLineNumber.foreground': '#9D9D9F',
46
+ 'editorRuler.foreground': '#383A42',
47
+ 'editorSuggestWidget.background': '#EAEAEB',
48
+ 'editorSuggestWidget.border': '#DBDBDC',
49
+ 'editorSuggestWidget.selectedBackground': '#FFFFFF',
50
+ 'editorWarning.foreground': '#f6c177',
51
+ 'editorWhitespace.foreground': '#383A42',
52
+ 'editorWidget.background': '#EAEAEB',
53
+ 'editorWidget.border': '#E5E5E6',
54
+ 'errorForeground': '#f38ba8',
55
+ 'extensionButton.prominentBackground': '#3BBA54',
56
+ 'extensionButton.prominentHoverBackground': '#4CC263',
57
+ 'focusBorder': '#526FFF',
58
+ 'foreground': '#383A42',
59
+ 'gitDecoration.addedResourceForeground': '#8bd5ca',
60
+ 'gitDecoration.deletedResourceForeground': '#f38ba8',
61
+ 'gitDecoration.modifiedResourceForeground': '#f6c177',
62
+ 'gitDecoration.untrackedResourceForeground': '#8bd5ca',
63
+ 'input.background': '#FFFFFF',
64
+ 'input.border': '#DBDBDC',
65
+ 'input.foreground': '#383A42',
66
+ 'list.activeSelectionBackground': '#DBDBDC',
67
+ 'list.activeSelectionForeground': '#232324',
68
+ 'list.focusBackground': '#DBDBDC',
69
+ 'list.highlightForeground': '#121417',
70
+ 'list.hoverBackground': '#DBDBDC',
71
+ 'list.inactiveSelectionBackground': '#DBDBDC',
72
+ 'list.inactiveSelectionForeground': '#232324',
73
+ 'notebook.cellEditorBackground': '#F5F5F5',
74
+ 'notification.background': '#333333',
75
+ 'panel.background': '#FAFAFA',
76
+ 'panel.border': '#DBDBDC',
77
+ 'peekView.border': '#526FFF',
78
+ 'peekViewEditor.background': '#FFFFFF',
79
+ 'peekViewResult.background': '#EAEAEB',
80
+ 'peekViewResult.selectionBackground': '#DBDBDC',
81
+ 'peekViewTitle.background': '#FFFFFF',
82
+ 'pickerGroup.border': '#526FFF',
83
+ 'scrollbarSlider.activeBackground': '#747D91',
84
+ 'scrollbarSlider.background': '#4E5666',
85
+ 'scrollbarSlider.hoverBackground': '#5A6375',
86
+ 'sideBar.background': '#EAEAEB',
87
+ 'sideBar.foreground': '#383A42',
88
+ 'sideBarSectionHeader.background': '#FAFAFA',
89
+ 'sideBarSectionHeader.foreground': '#7c7d82',
90
+ 'statusBar.background': '#EAEAEB',
91
+ 'statusBar.debuggingForeground': '#FFFFFF',
92
+ 'statusBar.foreground': '#424243',
93
+ 'statusBar.noFolderBackground': '#EAEAEB',
94
+ 'statusBarItem.hoverBackground': '#DBDBDC',
95
+ 'tab.activeBackground': '#FAFAFA',
96
+ 'tab.activeForeground': '#121417',
97
+ 'tab.border': '#DBDBDC',
98
+ 'tab.inactiveBackground': '#EAEAEB',
99
+ 'terminal.ansiBlue': '#7cd1b8',
100
+ 'terminal.ansiCyan': '#7cd1b8',
101
+ 'terminal.ansiGreen': '#8bd5ca',
102
+ 'terminal.ansiMagenta': '#383A42',
103
+ 'terminal.ansiRed': '#f38ba8',
104
+ 'terminal.ansiYellow': '#f6c177',
105
+ 'textLink.activeForeground': '#383A42',
106
+ 'textLink.foreground': '#383A42',
107
+ 'titleBar.activeBackground': '#EAEAEB',
108
+ 'titleBar.activeForeground': '#424243',
109
+ 'titleBar.inactiveBackground': '#EAEAEB',
110
+ 'titleBar.inactiveForeground': '#424243',
111
+ },
112
+ displayName: 'One Light',
113
+ fg: '#383A42',
114
+ name: 'one-light',
115
+ settings: [
116
+ {
117
+ settings: {
118
+ background: '#FAFAFA',
119
+ foreground: '#383A42',
120
+ },
121
+ },
122
+ {
123
+ scope: ['comment'],
124
+ settings: {
125
+ fontStyle: 'italic',
126
+ foreground: '#A0A1A7',
127
+ },
128
+ },
129
+ {
130
+ scope: ['comment markup.link'],
131
+ settings: {
132
+ foreground: '#A0A1A7',
133
+ },
134
+ },
135
+ {
136
+ scope: ['entity.name.type'],
137
+ settings: {
138
+ foreground: '#C18401',
139
+ },
140
+ },
141
+ {
142
+ scope: ['entity.other.inherited-class'],
143
+ settings: {
144
+ foreground: '#C18401',
145
+ },
146
+ },
147
+ {
148
+ scope: ['keyword'],
149
+ settings: {
150
+ foreground: '#A626A4',
151
+ },
152
+ },
153
+ {
154
+ scope: ['keyword.control'],
155
+ settings: {
156
+ foreground: '#A626A4',
157
+ },
158
+ },
159
+ {
160
+ scope: ['keyword.operator'],
161
+ settings: {
162
+ foreground: '#383A42',
163
+ },
164
+ },
165
+ {
166
+ scope: ['keyword.other.special-method'],
167
+ settings: {
168
+ foreground: '#4078F2',
169
+ },
170
+ },
171
+ {
172
+ scope: ['keyword.other.unit'],
173
+ settings: {
174
+ foreground: '#986801',
175
+ },
176
+ },
177
+ {
178
+ scope: ['storage'],
179
+ settings: {
180
+ foreground: '#A626A4',
181
+ },
182
+ },
183
+ {
184
+ scope: ['storage.type.annotation', 'storage.type.primitive'],
185
+ settings: {
186
+ foreground: '#A626A4',
187
+ },
188
+ },
189
+ {
190
+ scope: ['storage.modifier.package', 'storage.modifier.import'],
191
+ settings: {
192
+ foreground: '#383A42',
193
+ },
194
+ },
195
+ {
196
+ scope: ['constant'],
197
+ settings: {
198
+ foreground: '#986801',
199
+ },
200
+ },
201
+ {
202
+ scope: ['constant.variable'],
203
+ settings: {
204
+ foreground: '#986801',
205
+ },
206
+ },
207
+ {
208
+ scope: ['constant.character.escape'],
209
+ settings: {
210
+ foreground: '#0184BC',
211
+ },
212
+ },
213
+ {
214
+ scope: ['constant.numeric'],
215
+ settings: {
216
+ foreground: '#986801',
217
+ },
218
+ },
219
+ {
220
+ scope: ['constant.other.color'],
221
+ settings: {
222
+ foreground: '#0184BC',
223
+ },
224
+ },
225
+ {
226
+ scope: ['constant.other.symbol'],
227
+ settings: {
228
+ foreground: '#0184BC',
229
+ },
230
+ },
231
+ {
232
+ scope: ['variable'],
233
+ settings: {
234
+ foreground: '#E45649',
235
+ },
236
+ },
237
+ {
238
+ scope: ['variable.interpolation'],
239
+ settings: {
240
+ foreground: '#CA1243',
241
+ },
242
+ },
243
+ {
244
+ scope: ['variable.parameter'],
245
+ settings: {
246
+ foreground: '#383A42',
247
+ },
248
+ },
249
+ {
250
+ scope: ['string'],
251
+ settings: {
252
+ foreground: '#50A14F',
253
+ },
254
+ },
255
+ {
256
+ scope: ['string > source', 'string embedded'],
257
+ settings: {
258
+ foreground: '#383A42',
259
+ },
260
+ },
261
+ {
262
+ scope: ['string.regexp'],
263
+ settings: {
264
+ foreground: '#0184BC',
265
+ },
266
+ },
267
+ {
268
+ scope: ['string.regexp source.ruby.embedded'],
269
+ settings: {
270
+ foreground: '#C18401',
271
+ },
272
+ },
273
+ {
274
+ scope: ['string.other.link'],
275
+ settings: {
276
+ foreground: '#E45649',
277
+ },
278
+ },
279
+ {
280
+ scope: ['punctuation.definition.comment'],
281
+ settings: {
282
+ foreground: '#A0A1A7',
283
+ },
284
+ },
285
+ {
286
+ scope: [
287
+ 'punctuation.definition.method-parameters',
288
+ 'punctuation.definition.function-parameters',
289
+ 'punctuation.definition.parameters',
290
+ 'punctuation.definition.separator',
291
+ 'punctuation.definition.seperator',
292
+ 'punctuation.definition.array',
293
+ ],
294
+ settings: {
295
+ foreground: '#383A42',
296
+ },
297
+ },
298
+ {
299
+ scope: ['punctuation.definition.heading', 'punctuation.definition.identity'],
300
+ settings: {
301
+ foreground: '#4078F2',
302
+ },
303
+ },
304
+ {
305
+ scope: ['punctuation.definition.bold'],
306
+ settings: {
307
+ fontStyle: 'bold',
308
+ foreground: '#C18401',
309
+ },
310
+ },
311
+ {
312
+ scope: ['punctuation.definition.italic'],
313
+ settings: {
314
+ fontStyle: 'italic',
315
+ foreground: '#A626A4',
316
+ },
317
+ },
318
+ {
319
+ scope: ['punctuation.section.embedded'],
320
+ settings: {
321
+ foreground: '#CA1243',
322
+ },
323
+ },
324
+ {
325
+ scope: [
326
+ 'punctuation.section.method',
327
+ 'punctuation.section.class',
328
+ 'punctuation.section.inner-class',
329
+ ],
330
+ settings: {
331
+ foreground: '#383A42',
332
+ },
333
+ },
334
+ {
335
+ scope: ['support.class'],
336
+ settings: {
337
+ foreground: '#C18401',
338
+ },
339
+ },
340
+ {
341
+ scope: ['support.type'],
342
+ settings: {
343
+ foreground: '#0184BC',
344
+ },
345
+ },
346
+ {
347
+ scope: ['support.function'],
348
+ settings: {
349
+ foreground: '#0184BC',
350
+ },
351
+ },
352
+ {
353
+ scope: ['support.function.any-method'],
354
+ settings: {
355
+ foreground: '#4078F2',
356
+ },
357
+ },
358
+ {
359
+ scope: ['entity.name.function'],
360
+ settings: {
361
+ foreground: '#4078F2',
362
+ },
363
+ },
364
+ {
365
+ scope: ['entity.name.class', 'entity.name.type.class'],
366
+ settings: {
367
+ foreground: '#C18401',
368
+ },
369
+ },
370
+ {
371
+ scope: ['entity.name.section'],
372
+ settings: {
373
+ foreground: '#4078F2',
374
+ },
375
+ },
376
+ {
377
+ scope: ['entity.name.tag'],
378
+ settings: {
379
+ foreground: '#E45649',
380
+ },
381
+ },
382
+ {
383
+ scope: ['entity.other.attribute-name'],
384
+ settings: {
385
+ foreground: '#986801',
386
+ },
387
+ },
388
+ {
389
+ scope: ['entity.other.attribute-name.id'],
390
+ settings: {
391
+ foreground: '#4078F2',
392
+ },
393
+ },
394
+ {
395
+ scope: ['meta.class'],
396
+ settings: {
397
+ foreground: '#C18401',
398
+ },
399
+ },
400
+ {
401
+ scope: ['meta.class.body'],
402
+ settings: {
403
+ foreground: '#383A42',
404
+ },
405
+ },
406
+ {
407
+ scope: ['meta.method-call', 'meta.method'],
408
+ settings: {
409
+ foreground: '#383A42',
410
+ },
411
+ },
412
+ {
413
+ scope: ['meta.definition.variable'],
414
+ settings: {
415
+ foreground: '#E45649',
416
+ },
417
+ },
418
+ {
419
+ scope: ['meta.link'],
420
+ settings: {
421
+ foreground: '#986801',
422
+ },
423
+ },
424
+ {
425
+ scope: ['meta.require'],
426
+ settings: {
427
+ foreground: '#4078F2',
428
+ },
429
+ },
430
+ {
431
+ scope: ['meta.selector'],
432
+ settings: {
433
+ foreground: '#A626A4',
434
+ },
435
+ },
436
+ {
437
+ scope: ['meta.separator'],
438
+ settings: {
439
+ foreground: '#383A42',
440
+ },
441
+ },
442
+ {
443
+ scope: ['meta.tag'],
444
+ settings: {
445
+ foreground: '#383A42',
446
+ },
447
+ },
448
+ {
449
+ scope: ['underline'],
450
+ settings: {
451
+ 'text-decoration': 'underline',
452
+ },
453
+ },
454
+ {
455
+ scope: ['none'],
456
+ settings: {
457
+ foreground: '#383A42',
458
+ },
459
+ },
460
+ {
461
+ scope: ['invalid.deprecated'],
462
+ settings: {
463
+ background: '#F2A60D',
464
+ foreground: '#000000',
465
+ },
466
+ },
467
+ {
468
+ scope: ['invalid.illegal'],
469
+ settings: {
470
+ background: '#FF1414',
471
+ foreground: '#50A14F',
472
+ },
473
+ },
474
+ {
475
+ scope: ['markup.bold'],
476
+ settings: {
477
+ fontStyle: 'bold',
478
+ foreground: '#986801',
479
+ },
480
+ },
481
+ {
482
+ scope: ['markup.changed'],
483
+ settings: {
484
+ foreground: '#A626A4',
485
+ },
486
+ },
487
+ {
488
+ scope: ['markup.deleted'],
489
+ settings: {
490
+ foreground: '#E45649',
491
+ },
492
+ },
493
+ {
494
+ scope: ['markup.italic'],
495
+ settings: {
496
+ fontStyle: 'italic',
497
+ foreground: '#A626A4',
498
+ },
499
+ },
500
+ {
501
+ scope: ['markup.heading'],
502
+ settings: {
503
+ foreground: '#E45649',
504
+ },
505
+ },
506
+ {
507
+ scope: ['markup.heading punctuation.definition.heading'],
508
+ settings: {
509
+ foreground: '#4078F2',
510
+ },
511
+ },
512
+ {
513
+ scope: ['markup.link'],
514
+ settings: {
515
+ foreground: '#0184BC',
516
+ },
517
+ },
518
+ {
519
+ scope: ['markup.inserted'],
520
+ settings: {
521
+ foreground: '#50A14F',
522
+ },
523
+ },
524
+ {
525
+ scope: ['markup.quote'],
526
+ settings: {
527
+ foreground: '#986801',
528
+ },
529
+ },
530
+ {
531
+ scope: ['markup.raw'],
532
+ settings: {
533
+ foreground: '#50A14F',
534
+ },
535
+ },
536
+ {
537
+ scope: ['source.c keyword.operator'],
538
+ settings: {
539
+ foreground: '#A626A4',
540
+ },
541
+ },
542
+ {
543
+ scope: ['source.cpp keyword.operator'],
544
+ settings: {
545
+ foreground: '#A626A4',
546
+ },
547
+ },
548
+ {
549
+ scope: ['source.cs keyword.operator'],
550
+ settings: {
551
+ foreground: '#A626A4',
552
+ },
553
+ },
554
+ {
555
+ scope: ['source.css property-name', 'source.css property-value'],
556
+ settings: {
557
+ foreground: '#696C77',
558
+ },
559
+ },
560
+ {
561
+ scope: ['source.css property-name.support', 'source.css property-value.support'],
562
+ settings: {
563
+ foreground: '#383A42',
564
+ },
565
+ },
566
+ {
567
+ scope: ['source.elixir source.embedded.source'],
568
+ settings: {
569
+ foreground: '#383A42',
570
+ },
571
+ },
572
+ {
573
+ scope: [
574
+ 'source.elixir constant.language',
575
+ 'source.elixir constant.numeric',
576
+ 'source.elixir constant.definition',
577
+ ],
578
+ settings: {
579
+ foreground: '#4078F2',
580
+ },
581
+ },
582
+ {
583
+ scope: ['source.elixir variable.definition', 'source.elixir variable.anonymous'],
584
+ settings: {
585
+ foreground: '#A626A4',
586
+ },
587
+ },
588
+ {
589
+ scope: ['source.elixir parameter.variable.function'],
590
+ settings: {
591
+ fontStyle: 'italic',
592
+ foreground: '#986801',
593
+ },
594
+ },
595
+ {
596
+ scope: ['source.elixir quoted'],
597
+ settings: {
598
+ foreground: '#50A14F',
599
+ },
600
+ },
601
+ {
602
+ scope: [
603
+ 'source.elixir keyword.special-method',
604
+ 'source.elixir embedded.section',
605
+ 'source.elixir embedded.source.empty',
606
+ ],
607
+ settings: {
608
+ foreground: '#E45649',
609
+ },
610
+ },
611
+ {
612
+ scope: ['source.elixir readwrite.module punctuation'],
613
+ settings: {
614
+ foreground: '#E45649',
615
+ },
616
+ },
617
+ {
618
+ scope: ['source.elixir regexp.section', 'source.elixir regexp.string'],
619
+ settings: {
620
+ foreground: '#CA1243',
621
+ },
622
+ },
623
+ {
624
+ scope: ['source.elixir separator', 'source.elixir keyword.operator'],
625
+ settings: {
626
+ foreground: '#986801',
627
+ },
628
+ },
629
+ {
630
+ scope: ['source.elixir variable.constant'],
631
+ settings: {
632
+ foreground: '#C18401',
633
+ },
634
+ },
635
+ {
636
+ scope: ['source.elixir array', 'source.elixir scope', 'source.elixir section'],
637
+ settings: {
638
+ foreground: '#696C77',
639
+ },
640
+ },
641
+ {
642
+ scope: ['source.gfm markup'],
643
+ settings: {
644
+ '-webkit-font-smoothing': 'auto',
645
+ },
646
+ },
647
+ {
648
+ scope: ['source.gfm link entity'],
649
+ settings: {
650
+ foreground: '#4078F2',
651
+ },
652
+ },
653
+ {
654
+ scope: ['source.go storage.type.string'],
655
+ settings: {
656
+ foreground: '#A626A4',
657
+ },
658
+ },
659
+ {
660
+ scope: ['source.ini keyword.other.definition.ini'],
661
+ settings: {
662
+ foreground: '#E45649',
663
+ },
664
+ },
665
+ {
666
+ scope: ['source.java storage.modifier.import'],
667
+ settings: {
668
+ foreground: '#C18401',
669
+ },
670
+ },
671
+ {
672
+ scope: ['source.java storage.type'],
673
+ settings: {
674
+ foreground: '#C18401',
675
+ },
676
+ },
677
+ {
678
+ scope: ['source.java keyword.operator.instanceof'],
679
+ settings: {
680
+ foreground: '#A626A4',
681
+ },
682
+ },
683
+ {
684
+ scope: ['source.java-properties meta.key-pair'],
685
+ settings: {
686
+ foreground: '#E45649',
687
+ },
688
+ },
689
+ {
690
+ scope: ['source.java-properties meta.key-pair > punctuation'],
691
+ settings: {
692
+ foreground: '#383A42',
693
+ },
694
+ },
695
+ {
696
+ scope: ['source.js keyword.operator'],
697
+ settings: {
698
+ foreground: '#0184BC',
699
+ },
700
+ },
701
+ {
702
+ scope: [
703
+ 'source.js keyword.operator.delete',
704
+ 'source.js keyword.operator.in',
705
+ 'source.js keyword.operator.of',
706
+ 'source.js keyword.operator.instanceof',
707
+ 'source.js keyword.operator.new',
708
+ 'source.js keyword.operator.typeof',
709
+ 'source.js keyword.operator.void',
710
+ ],
711
+ settings: {
712
+ foreground: '#A626A4',
713
+ },
714
+ },
715
+ {
716
+ scope: ['source.ts keyword.operator'],
717
+ settings: {
718
+ foreground: '#0184BC',
719
+ },
720
+ },
721
+ {
722
+ scope: ['source.flow keyword.operator'],
723
+ settings: {
724
+ foreground: '#0184BC',
725
+ },
726
+ },
727
+ {
728
+ scope: ['source.json meta.structure.dictionary.json > string.quoted.json'],
729
+ settings: {
730
+ foreground: '#E45649',
731
+ },
732
+ },
733
+ {
734
+ scope: [
735
+ 'source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string',
736
+ ],
737
+ settings: {
738
+ foreground: '#E45649',
739
+ },
740
+ },
741
+ {
742
+ scope: [
743
+ 'source.json meta.structure.dictionary.json > value.json > string.quoted.json',
744
+ 'source.json meta.structure.array.json > value.json > string.quoted.json',
745
+ 'source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation',
746
+ 'source.json meta.structure.array.json > value.json > string.quoted.json > punctuation',
747
+ ],
748
+ settings: {
749
+ foreground: '#50A14F',
750
+ },
751
+ },
752
+ {
753
+ scope: [
754
+ 'source.json meta.structure.dictionary.json > constant.language.json',
755
+ 'source.json meta.structure.array.json > constant.language.json',
756
+ ],
757
+ settings: {
758
+ foreground: '#0184BC',
759
+ },
760
+ },
761
+ {
762
+ scope: ['ng.interpolation'],
763
+ settings: {
764
+ foreground: '#E45649',
765
+ },
766
+ },
767
+ {
768
+ scope: ['ng.interpolation.begin', 'ng.interpolation.end'],
769
+ settings: {
770
+ foreground: '#4078F2',
771
+ },
772
+ },
773
+ {
774
+ scope: ['ng.interpolation function'],
775
+ settings: {
776
+ foreground: '#E45649',
777
+ },
778
+ },
779
+ {
780
+ scope: ['ng.interpolation function.begin', 'ng.interpolation function.end'],
781
+ settings: {
782
+ foreground: '#4078F2',
783
+ },
784
+ },
785
+ {
786
+ scope: ['ng.interpolation bool'],
787
+ settings: {
788
+ foreground: '#986801',
789
+ },
790
+ },
791
+ {
792
+ scope: ['ng.interpolation bracket'],
793
+ settings: {
794
+ foreground: '#383A42',
795
+ },
796
+ },
797
+ {
798
+ scope: ['ng.pipe', 'ng.operator'],
799
+ settings: {
800
+ foreground: '#383A42',
801
+ },
802
+ },
803
+ {
804
+ scope: ['ng.tag'],
805
+ settings: {
806
+ foreground: '#0184BC',
807
+ },
808
+ },
809
+ {
810
+ scope: ['ng.attribute-with-value attribute-name'],
811
+ settings: {
812
+ foreground: '#C18401',
813
+ },
814
+ },
815
+ {
816
+ scope: ['ng.attribute-with-value string'],
817
+ settings: {
818
+ foreground: '#A626A4',
819
+ },
820
+ },
821
+ {
822
+ scope: ['ng.attribute-with-value string.begin', 'ng.attribute-with-value string.end'],
823
+ settings: {
824
+ foreground: '#383A42',
825
+ },
826
+ },
827
+ {
828
+ scope: ['source.ruby constant.other.symbol > punctuation'],
829
+ settings: {
830
+ foreground: '#00000001',
831
+ },
832
+ },
833
+ {
834
+ scope: ['source.php class.bracket'],
835
+ settings: {
836
+ foreground: '#383A42',
837
+ },
838
+ },
839
+ {
840
+ scope: ['source.python keyword.operator.logical.python'],
841
+ settings: {
842
+ foreground: '#A626A4',
843
+ },
844
+ },
845
+ {
846
+ scope: ['source.python variable.parameter'],
847
+ settings: {
848
+ foreground: '#986801',
849
+ },
850
+ },
851
+ {
852
+ scope: 'customrule',
853
+ settings: {
854
+ foreground: '#383A42',
855
+ },
856
+ },
857
+ {
858
+ scope: 'support.type.property-name',
859
+ settings: {
860
+ foreground: '#383A42',
861
+ },
862
+ },
863
+ {
864
+ scope: 'string.quoted.double punctuation',
865
+ settings: {
866
+ foreground: '#50A14F',
867
+ },
868
+ },
869
+ {
870
+ scope: 'support.constant',
871
+ settings: {
872
+ foreground: '#986801',
873
+ },
874
+ },
875
+ {
876
+ scope: 'support.type.property-name.json',
877
+ settings: {
878
+ foreground: '#E45649',
879
+ },
880
+ },
881
+ {
882
+ scope: 'support.type.property-name.json punctuation',
883
+ settings: {
884
+ foreground: '#E45649',
885
+ },
886
+ },
887
+ {
888
+ scope: [
889
+ 'punctuation.separator.key-value.ts',
890
+ 'punctuation.separator.key-value.js',
891
+ 'punctuation.separator.key-value.tsx',
892
+ ],
893
+ settings: {
894
+ foreground: '#0184BC',
895
+ },
896
+ },
897
+ {
898
+ scope: [
899
+ 'source.js.embedded.html keyword.operator',
900
+ 'source.ts.embedded.html keyword.operator',
901
+ ],
902
+ settings: {
903
+ foreground: '#0184BC',
904
+ },
905
+ },
906
+ {
907
+ scope: [
908
+ 'variable.other.readwrite.js',
909
+ 'variable.other.readwrite.ts',
910
+ 'variable.other.readwrite.tsx',
911
+ ],
912
+ settings: {
913
+ foreground: '#383A42',
914
+ },
915
+ },
916
+ {
917
+ scope: ['support.variable.dom.js', 'support.variable.dom.ts'],
918
+ settings: {
919
+ foreground: '#E45649',
920
+ },
921
+ },
922
+ {
923
+ scope: ['support.variable.property.dom.js', 'support.variable.property.dom.ts'],
924
+ settings: {
925
+ foreground: '#E45649',
926
+ },
927
+ },
928
+ {
929
+ scope: [
930
+ 'meta.template.expression.js punctuation.definition',
931
+ 'meta.template.expression.ts punctuation.definition',
932
+ ],
933
+ settings: {
934
+ foreground: '#CA1243',
935
+ },
936
+ },
937
+ {
938
+ scope: [
939
+ 'source.ts punctuation.definition.typeparameters',
940
+ 'source.js punctuation.definition.typeparameters',
941
+ 'source.tsx punctuation.definition.typeparameters',
942
+ ],
943
+ settings: {
944
+ foreground: '#383A42',
945
+ },
946
+ },
947
+ {
948
+ scope: [
949
+ 'source.ts punctuation.definition.block',
950
+ 'source.js punctuation.definition.block',
951
+ 'source.tsx punctuation.definition.block',
952
+ ],
953
+ settings: {
954
+ foreground: '#383A42',
955
+ },
956
+ },
957
+ {
958
+ scope: [
959
+ 'source.ts punctuation.separator.comma',
960
+ 'source.js punctuation.separator.comma',
961
+ 'source.tsx punctuation.separator.comma',
962
+ ],
963
+ settings: {
964
+ foreground: '#383A42',
965
+ },
966
+ },
967
+ {
968
+ scope: [
969
+ 'support.variable.property.js',
970
+ 'support.variable.property.ts',
971
+ 'support.variable.property.tsx',
972
+ ],
973
+ settings: {
974
+ foreground: '#E45649',
975
+ },
976
+ },
977
+ {
978
+ scope: [
979
+ 'keyword.control.default.js',
980
+ 'keyword.control.default.ts',
981
+ 'keyword.control.default.tsx',
982
+ ],
983
+ settings: {
984
+ foreground: '#E45649',
985
+ },
986
+ },
987
+ {
988
+ scope: [
989
+ 'keyword.operator.expression.instanceof.js',
990
+ 'keyword.operator.expression.instanceof.ts',
991
+ 'keyword.operator.expression.instanceof.tsx',
992
+ ],
993
+ settings: {
994
+ foreground: '#A626A4',
995
+ },
996
+ },
997
+ {
998
+ scope: [
999
+ 'keyword.operator.expression.of.js',
1000
+ 'keyword.operator.expression.of.ts',
1001
+ 'keyword.operator.expression.of.tsx',
1002
+ ],
1003
+ settings: {
1004
+ foreground: '#A626A4',
1005
+ },
1006
+ },
1007
+ {
1008
+ scope: [
1009
+ 'meta.brace.round.js',
1010
+ 'meta.array-binding-pattern-variable.js',
1011
+ 'meta.brace.square.js',
1012
+ 'meta.brace.round.ts',
1013
+ 'meta.array-binding-pattern-variable.ts',
1014
+ 'meta.brace.square.ts',
1015
+ 'meta.brace.round.tsx',
1016
+ 'meta.array-binding-pattern-variable.tsx',
1017
+ 'meta.brace.square.tsx',
1018
+ ],
1019
+ settings: {
1020
+ foreground: '#383A42',
1021
+ },
1022
+ },
1023
+ {
1024
+ scope: [
1025
+ 'source.js punctuation.accessor',
1026
+ 'source.ts punctuation.accessor',
1027
+ 'source.tsx punctuation.accessor',
1028
+ ],
1029
+ settings: {
1030
+ foreground: '#383A42',
1031
+ },
1032
+ },
1033
+ {
1034
+ scope: [
1035
+ 'punctuation.terminator.statement.js',
1036
+ 'punctuation.terminator.statement.ts',
1037
+ 'punctuation.terminator.statement.tsx',
1038
+ ],
1039
+ settings: {
1040
+ foreground: '#383A42',
1041
+ },
1042
+ },
1043
+ {
1044
+ scope: [
1045
+ 'meta.array-binding-pattern-variable.js variable.other.readwrite.js',
1046
+ 'meta.array-binding-pattern-variable.ts variable.other.readwrite.ts',
1047
+ 'meta.array-binding-pattern-variable.tsx variable.other.readwrite.tsx',
1048
+ ],
1049
+ settings: {
1050
+ foreground: '#986801',
1051
+ },
1052
+ },
1053
+ {
1054
+ scope: [
1055
+ 'source.js support.variable',
1056
+ 'source.ts support.variable',
1057
+ 'source.tsx support.variable',
1058
+ ],
1059
+ settings: {
1060
+ foreground: '#E45649',
1061
+ },
1062
+ },
1063
+ {
1064
+ scope: [
1065
+ 'variable.other.constant.property.js',
1066
+ 'variable.other.constant.property.ts',
1067
+ 'variable.other.constant.property.tsx',
1068
+ ],
1069
+ settings: {
1070
+ foreground: '#986801',
1071
+ },
1072
+ },
1073
+ {
1074
+ scope: ['keyword.operator.new.ts', 'keyword.operator.new.j', 'keyword.operator.new.tsx'],
1075
+ settings: {
1076
+ foreground: '#A626A4',
1077
+ },
1078
+ },
1079
+ {
1080
+ scope: ['source.ts keyword.operator', 'source.tsx keyword.operator'],
1081
+ settings: {
1082
+ foreground: '#0184BC',
1083
+ },
1084
+ },
1085
+ {
1086
+ scope: [
1087
+ 'punctuation.separator.parameter.js',
1088
+ 'punctuation.separator.parameter.ts',
1089
+ 'punctuation.separator.parameter.tsx ',
1090
+ ],
1091
+ settings: {
1092
+ foreground: '#383A42',
1093
+ },
1094
+ },
1095
+ {
1096
+ scope: ['constant.language.import-export-all.js', 'constant.language.import-export-all.ts'],
1097
+ settings: {
1098
+ foreground: '#E45649',
1099
+ },
1100
+ },
1101
+ {
1102
+ scope: ['constant.language.import-export-all.jsx', 'constant.language.import-export-all.tsx'],
1103
+ settings: {
1104
+ foreground: '#0184BC',
1105
+ },
1106
+ },
1107
+ {
1108
+ scope: [
1109
+ 'keyword.control.as.js',
1110
+ 'keyword.control.as.ts',
1111
+ 'keyword.control.as.jsx',
1112
+ 'keyword.control.as.tsx',
1113
+ ],
1114
+ settings: {
1115
+ foreground: '#383A42',
1116
+ },
1117
+ },
1118
+ {
1119
+ scope: [
1120
+ 'variable.other.readwrite.alias.js',
1121
+ 'variable.other.readwrite.alias.ts',
1122
+ 'variable.other.readwrite.alias.jsx',
1123
+ 'variable.other.readwrite.alias.tsx',
1124
+ ],
1125
+ settings: {
1126
+ foreground: '#E45649',
1127
+ },
1128
+ },
1129
+ {
1130
+ scope: [
1131
+ 'variable.other.constant.js',
1132
+ 'variable.other.constant.ts',
1133
+ 'variable.other.constant.jsx',
1134
+ 'variable.other.constant.tsx',
1135
+ ],
1136
+ settings: {
1137
+ foreground: '#986801',
1138
+ },
1139
+ },
1140
+ {
1141
+ scope: [
1142
+ 'meta.export.default.js variable.other.readwrite.js',
1143
+ 'meta.export.default.ts variable.other.readwrite.ts',
1144
+ ],
1145
+ settings: {
1146
+ foreground: '#E45649',
1147
+ },
1148
+ },
1149
+ {
1150
+ scope: [
1151
+ 'source.js meta.template.expression.js punctuation.accessor',
1152
+ 'source.ts meta.template.expression.ts punctuation.accessor',
1153
+ 'source.tsx meta.template.expression.tsx punctuation.accessor',
1154
+ ],
1155
+ settings: {
1156
+ foreground: '#50A14F',
1157
+ },
1158
+ },
1159
+ {
1160
+ scope: [
1161
+ 'source.js meta.import-equals.external.js keyword.operator',
1162
+ 'source.jsx meta.import-equals.external.jsx keyword.operator',
1163
+ 'source.ts meta.import-equals.external.ts keyword.operator',
1164
+ 'source.tsx meta.import-equals.external.tsx keyword.operator',
1165
+ ],
1166
+ settings: {
1167
+ foreground: '#383A42',
1168
+ },
1169
+ },
1170
+ {
1171
+ scope:
1172
+ 'entity.name.type.module.js,entity.name.type.module.ts,entity.name.type.module.jsx,entity.name.type.module.tsx',
1173
+ settings: {
1174
+ foreground: '#50A14F',
1175
+ },
1176
+ },
1177
+ {
1178
+ scope: 'meta.class.js,meta.class.ts,meta.class.jsx,meta.class.tsx',
1179
+ settings: {
1180
+ foreground: '#383A42',
1181
+ },
1182
+ },
1183
+ {
1184
+ scope: [
1185
+ 'meta.definition.property.js variable',
1186
+ 'meta.definition.property.ts variable',
1187
+ 'meta.definition.property.jsx variable',
1188
+ 'meta.definition.property.tsx variable',
1189
+ ],
1190
+ settings: {
1191
+ foreground: '#383A42',
1192
+ },
1193
+ },
1194
+ {
1195
+ scope: [
1196
+ 'meta.type.parameters.js support.type',
1197
+ 'meta.type.parameters.jsx support.type',
1198
+ 'meta.type.parameters.ts support.type',
1199
+ 'meta.type.parameters.tsx support.type',
1200
+ ],
1201
+ settings: {
1202
+ foreground: '#383A42',
1203
+ },
1204
+ },
1205
+ {
1206
+ scope: [
1207
+ 'source.js meta.tag.js keyword.operator',
1208
+ 'source.jsx meta.tag.jsx keyword.operator',
1209
+ 'source.ts meta.tag.ts keyword.operator',
1210
+ 'source.tsx meta.tag.tsx keyword.operator',
1211
+ ],
1212
+ settings: {
1213
+ foreground: '#383A42',
1214
+ },
1215
+ },
1216
+ {
1217
+ scope: [
1218
+ 'meta.tag.js punctuation.section.embedded',
1219
+ 'meta.tag.jsx punctuation.section.embedded',
1220
+ 'meta.tag.ts punctuation.section.embedded',
1221
+ 'meta.tag.tsx punctuation.section.embedded',
1222
+ ],
1223
+ settings: {
1224
+ foreground: '#383A42',
1225
+ },
1226
+ },
1227
+ {
1228
+ scope: [
1229
+ 'meta.array.literal.js variable',
1230
+ 'meta.array.literal.jsx variable',
1231
+ 'meta.array.literal.ts variable',
1232
+ 'meta.array.literal.tsx variable',
1233
+ ],
1234
+ settings: {
1235
+ foreground: '#C18401',
1236
+ },
1237
+ },
1238
+ {
1239
+ scope: [
1240
+ 'support.type.object.module.js',
1241
+ 'support.type.object.module.jsx',
1242
+ 'support.type.object.module.ts',
1243
+ 'support.type.object.module.tsx',
1244
+ ],
1245
+ settings: {
1246
+ foreground: '#E45649',
1247
+ },
1248
+ },
1249
+ {
1250
+ scope: ['constant.language.json'],
1251
+ settings: {
1252
+ foreground: '#0184BC',
1253
+ },
1254
+ },
1255
+ {
1256
+ scope: [
1257
+ 'variable.other.constant.object.js',
1258
+ 'variable.other.constant.object.jsx',
1259
+ 'variable.other.constant.object.ts',
1260
+ 'variable.other.constant.object.tsx',
1261
+ ],
1262
+ settings: {
1263
+ foreground: '#986801',
1264
+ },
1265
+ },
1266
+ {
1267
+ scope: [
1268
+ 'storage.type.property.js',
1269
+ 'storage.type.property.jsx',
1270
+ 'storage.type.property.ts',
1271
+ 'storage.type.property.tsx',
1272
+ ],
1273
+ settings: {
1274
+ foreground: '#0184BC',
1275
+ },
1276
+ },
1277
+ {
1278
+ scope: [
1279
+ 'meta.template.expression.js string.quoted punctuation.definition',
1280
+ 'meta.template.expression.jsx string.quoted punctuation.definition',
1281
+ 'meta.template.expression.ts string.quoted punctuation.definition',
1282
+ 'meta.template.expression.tsx string.quoted punctuation.definition',
1283
+ ],
1284
+ settings: {
1285
+ foreground: '#50A14F',
1286
+ },
1287
+ },
1288
+ {
1289
+ scope: [
1290
+ 'meta.template.expression.js string.template punctuation.definition.string.template',
1291
+ 'meta.template.expression.jsx string.template punctuation.definition.string.template',
1292
+ 'meta.template.expression.ts string.template punctuation.definition.string.template',
1293
+ 'meta.template.expression.tsx string.template punctuation.definition.string.template',
1294
+ ],
1295
+ settings: {
1296
+ foreground: '#50A14F',
1297
+ },
1298
+ },
1299
+ {
1300
+ scope: [
1301
+ 'keyword.operator.expression.in.js',
1302
+ 'keyword.operator.expression.in.jsx',
1303
+ 'keyword.operator.expression.in.ts',
1304
+ 'keyword.operator.expression.in.tsx',
1305
+ ],
1306
+ settings: {
1307
+ foreground: '#A626A4',
1308
+ },
1309
+ },
1310
+ {
1311
+ scope: ['variable.other.object.js', 'variable.other.object.ts'],
1312
+ settings: {
1313
+ foreground: '#383A42',
1314
+ },
1315
+ },
1316
+ {
1317
+ scope: ['meta.object-literal.key.js', 'meta.object-literal.key.ts'],
1318
+ settings: {
1319
+ foreground: '#E45649',
1320
+ },
1321
+ },
1322
+ {
1323
+ scope: 'source.python constant.other',
1324
+ settings: {
1325
+ foreground: '#383A42',
1326
+ },
1327
+ },
1328
+ {
1329
+ scope: 'source.python constant',
1330
+ settings: {
1331
+ foreground: '#986801',
1332
+ },
1333
+ },
1334
+ {
1335
+ scope: 'constant.character.format.placeholder.other.python storage',
1336
+ settings: {
1337
+ foreground: '#986801',
1338
+ },
1339
+ },
1340
+ {
1341
+ scope: 'support.variable.magic.python',
1342
+ settings: {
1343
+ foreground: '#E45649',
1344
+ },
1345
+ },
1346
+ {
1347
+ scope: 'meta.function.parameters.python',
1348
+ settings: {
1349
+ foreground: '#986801',
1350
+ },
1351
+ },
1352
+ {
1353
+ scope: 'punctuation.separator.annotation.python',
1354
+ settings: {
1355
+ foreground: '#383A42',
1356
+ },
1357
+ },
1358
+ {
1359
+ scope: 'punctuation.separator.parameters.python',
1360
+ settings: {
1361
+ foreground: '#383A42',
1362
+ },
1363
+ },
1364
+ {
1365
+ scope: 'entity.name.variable.field.cs',
1366
+ settings: {
1367
+ foreground: '#E45649',
1368
+ },
1369
+ },
1370
+ {
1371
+ scope: 'source.cs keyword.operator',
1372
+ settings: {
1373
+ foreground: '#383A42',
1374
+ },
1375
+ },
1376
+ {
1377
+ scope: 'variable.other.readwrite.cs',
1378
+ settings: {
1379
+ foreground: '#383A42',
1380
+ },
1381
+ },
1382
+ {
1383
+ scope: 'variable.other.object.cs',
1384
+ settings: {
1385
+ foreground: '#383A42',
1386
+ },
1387
+ },
1388
+ {
1389
+ scope: 'variable.other.object.property.cs',
1390
+ settings: {
1391
+ foreground: '#383A42',
1392
+ },
1393
+ },
1394
+ {
1395
+ scope: 'entity.name.variable.property.cs',
1396
+ settings: {
1397
+ foreground: '#4078F2',
1398
+ },
1399
+ },
1400
+ {
1401
+ scope: 'storage.type.cs',
1402
+ settings: {
1403
+ foreground: '#C18401',
1404
+ },
1405
+ },
1406
+ {
1407
+ scope: 'keyword.other.unsafe.rust',
1408
+ settings: {
1409
+ foreground: '#A626A4',
1410
+ },
1411
+ },
1412
+ {
1413
+ scope: 'entity.name.type.rust',
1414
+ settings: {
1415
+ foreground: '#0184BC',
1416
+ },
1417
+ },
1418
+ {
1419
+ scope: 'storage.modifier.lifetime.rust',
1420
+ settings: {
1421
+ foreground: '#383A42',
1422
+ },
1423
+ },
1424
+ {
1425
+ scope: 'entity.name.lifetime.rust',
1426
+ settings: {
1427
+ foreground: '#986801',
1428
+ },
1429
+ },
1430
+ {
1431
+ scope: 'storage.type.core.rust',
1432
+ settings: {
1433
+ foreground: '#0184BC',
1434
+ },
1435
+ },
1436
+ {
1437
+ scope: 'meta.attribute.rust',
1438
+ settings: {
1439
+ foreground: '#986801',
1440
+ },
1441
+ },
1442
+ {
1443
+ scope: 'storage.class.std.rust',
1444
+ settings: {
1445
+ foreground: '#0184BC',
1446
+ },
1447
+ },
1448
+ {
1449
+ scope: 'markup.raw.block.markdown',
1450
+ settings: {
1451
+ foreground: '#383A42',
1452
+ },
1453
+ },
1454
+ {
1455
+ scope: 'punctuation.definition.variable.shell',
1456
+ settings: {
1457
+ foreground: '#E45649',
1458
+ },
1459
+ },
1460
+ {
1461
+ scope: 'support.constant.property-value.css',
1462
+ settings: {
1463
+ foreground: '#383A42',
1464
+ },
1465
+ },
1466
+ {
1467
+ scope: 'punctuation.definition.constant.css',
1468
+ settings: {
1469
+ foreground: '#986801',
1470
+ },
1471
+ },
1472
+ {
1473
+ scope: 'punctuation.separator.key-value.scss',
1474
+ settings: {
1475
+ foreground: '#E45649',
1476
+ },
1477
+ },
1478
+ {
1479
+ scope: 'punctuation.definition.constant.scss',
1480
+ settings: {
1481
+ foreground: '#986801',
1482
+ },
1483
+ },
1484
+ {
1485
+ scope: 'meta.property-list.scss punctuation.separator.key-value.scss',
1486
+ settings: {
1487
+ foreground: '#383A42',
1488
+ },
1489
+ },
1490
+ {
1491
+ scope: 'storage.type.primitive.array.java',
1492
+ settings: {
1493
+ foreground: '#C18401',
1494
+ },
1495
+ },
1496
+ {
1497
+ scope: 'entity.name.section.markdown',
1498
+ settings: {
1499
+ foreground: '#E45649',
1500
+ },
1501
+ },
1502
+ {
1503
+ scope: 'punctuation.definition.heading.markdown',
1504
+ settings: {
1505
+ foreground: '#E45649',
1506
+ },
1507
+ },
1508
+ {
1509
+ scope: 'markup.heading.setext',
1510
+ settings: {
1511
+ foreground: '#383A42',
1512
+ },
1513
+ },
1514
+ {
1515
+ scope: 'punctuation.definition.bold.markdown',
1516
+ settings: {
1517
+ foreground: '#986801',
1518
+ },
1519
+ },
1520
+ {
1521
+ scope: 'markup.inline.raw.markdown',
1522
+ settings: {
1523
+ foreground: '#50A14F',
1524
+ },
1525
+ },
1526
+ {
1527
+ scope: 'beginning.punctuation.definition.list.markdown',
1528
+ settings: {
1529
+ foreground: '#E45649',
1530
+ },
1531
+ },
1532
+ {
1533
+ scope: 'markup.quote.markdown',
1534
+ settings: {
1535
+ fontStyle: 'italic',
1536
+ foreground: '#A0A1A7',
1537
+ },
1538
+ },
1539
+ {
1540
+ scope: [
1541
+ 'punctuation.definition.string.begin.markdown',
1542
+ 'punctuation.definition.string.end.markdown',
1543
+ 'punctuation.definition.metadata.markdown',
1544
+ ],
1545
+ settings: {
1546
+ foreground: '#383A42',
1547
+ },
1548
+ },
1549
+ {
1550
+ scope: 'punctuation.definition.metadata.markdown',
1551
+ settings: {
1552
+ foreground: '#A626A4',
1553
+ },
1554
+ },
1555
+ {
1556
+ scope: ['markup.underline.link.markdown', 'markup.underline.link.image.markdown'],
1557
+ settings: {
1558
+ foreground: '#A626A4',
1559
+ },
1560
+ },
1561
+ {
1562
+ scope: ['string.other.link.title.markdown', 'string.other.link.description.markdown'],
1563
+ settings: {
1564
+ foreground: '#4078F2',
1565
+ },
1566
+ },
1567
+ {
1568
+ scope: 'punctuation.separator.variable.ruby',
1569
+ settings: {
1570
+ foreground: '#E45649',
1571
+ },
1572
+ },
1573
+ {
1574
+ scope: 'variable.other.constant.ruby',
1575
+ settings: {
1576
+ foreground: '#986801',
1577
+ },
1578
+ },
1579
+ {
1580
+ scope: 'keyword.operator.other.ruby',
1581
+ settings: {
1582
+ foreground: '#50A14F',
1583
+ },
1584
+ },
1585
+ {
1586
+ scope: 'punctuation.definition.variable.php',
1587
+ settings: {
1588
+ foreground: '#E45649',
1589
+ },
1590
+ },
1591
+ {
1592
+ scope: 'meta.class.php',
1593
+ settings: {
1594
+ foreground: '#383A42',
1595
+ },
1596
+ },
1597
+ ],
1598
+ type: 'light',
1599
+ }