@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,1628 @@
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: '#011627',
8
+ colors: {
9
+ 'activityBar.background': '#011627',
10
+ 'activityBar.border': '#011627',
11
+ 'activityBar.dropBackground': '#5f7e97',
12
+ 'activityBar.foreground': '#5f7e97',
13
+ 'activityBarBadge.background': '#44596b',
14
+ 'activityBarBadge.foreground': '#ffffff',
15
+ 'badge.background': '#5f7e97',
16
+ 'badge.foreground': '#ffffff',
17
+ 'breadcrumb.activeSelectionForeground': '#FFFFFF',
18
+ 'breadcrumb.focusForeground': '#ffffff',
19
+ 'breadcrumb.foreground': '#A599E9',
20
+ 'breadcrumbPicker.background': '#001122',
21
+ 'button.background': '#7e57c2',
22
+ 'button.foreground': '#ffffff',
23
+ 'button.hoverBackground': '#7e57c2',
24
+ 'contrastBorder': '#122d42',
25
+ 'debugExceptionWidget.background': '#011627',
26
+ 'debugExceptionWidget.border': '#5f7e97',
27
+ 'debugToolBar.background': '#011627',
28
+ 'descriptionForeground': '#4b6479',
29
+ 'diffEditor.insertedLineBackground': '#073934',
30
+ 'diffEditor.insertedTextBackground': '#99b76d',
31
+ 'diffEditor.removedLineBackground': '#2c212e',
32
+ 'diffEditor.removedTextBackground': '#ef5350',
33
+ 'dropdown.background': '#011627',
34
+ 'dropdown.border': '#5f7e97',
35
+ 'dropdown.foreground': '#ffffff',
36
+ 'editor.background': '#011627',
37
+ 'editor.findMatchBackground': '#5f7e97',
38
+ 'editor.findMatchHighlightBackground': '#1085bb',
39
+ 'editor.foreground': '#d6deeb',
40
+ 'editor.hoverHighlightBackground': '#7e57c2',
41
+ 'editor.inactiveSelectionBackground': '#7e57c2',
42
+ 'editor.lineHighlightBackground': '#28707d',
43
+ 'editor.rangeHighlightBackground': '#7e57c2',
44
+ 'editor.selectionBackground': '#1d3b53',
45
+ 'editor.selectionHighlightBackground': '#5f7e97',
46
+ 'editor.wordHighlightBackground': '#f6bbe5',
47
+ 'editor.wordHighlightStrongBackground': '#e2a2f4',
48
+ 'editorCodeLens.foreground': '#5e82ce',
49
+ 'editorCursor.foreground': '#80a4c2',
50
+ 'editorError.foreground': '#EF5350',
51
+ 'editorGroup.border': '#011627',
52
+ 'editorGroup.dropBackground': '#7e57c2',
53
+ 'editorGroup.emptyBackground': '#011627',
54
+ 'editorGroupHeader.noTabsBackground': '#011627',
55
+ 'editorGroupHeader.tabsBackground': '#011627',
56
+ 'editorGroupHeader.tabsBorder': '#262A39',
57
+ 'editorGutter.addedBackground': '#9CCC65',
58
+ 'editorGutter.background': '#011627',
59
+ 'editorGutter.deletedBackground': '#EF5350',
60
+ 'editorGutter.modifiedBackground': '#e2b93d',
61
+ 'editorHoverWidget.background': '#011627',
62
+ 'editorHoverWidget.border': '#5f7e97',
63
+ 'editorIndentGuide.activeBackground': '#7E97AC',
64
+ 'editorIndentGuide.background': '#5e81ce',
65
+ 'editorInlayHint.background': '#000',
66
+ 'editorInlayHint.foreground': '#829D9D',
67
+ 'editorLineNumber.activeForeground': '#C5E4FD',
68
+ 'editorLineNumber.foreground': '#4b6479',
69
+ 'editorMarkerNavigation.background': '#0b2942',
70
+ 'editorMarkerNavigationError.background': '#EF5350',
71
+ 'editorMarkerNavigationWarning.background': '#FFCA28',
72
+ 'editorOverviewRuler.commonContentForeground': '#7e57c2',
73
+ 'editorOverviewRuler.currentContentForeground': '#7e57c2',
74
+ 'editorOverviewRuler.incomingContentForeground': '#7e57c2',
75
+ 'editorRuler.foreground': '#5e81ce',
76
+ 'editorSuggestWidget.background': '#2C3043',
77
+ 'editorSuggestWidget.border': '#2B2F40',
78
+ 'editorSuggestWidget.foreground': '#d6deeb',
79
+ 'editorSuggestWidget.highlightForeground': '#ffffff',
80
+ 'editorSuggestWidget.selectedBackground': '#5f7e97',
81
+ 'editorWarning.foreground': '#b39554',
82
+ 'editorWidget.background': '#021320',
83
+ 'editorWidget.border': '#5f7e97',
84
+ 'errorForeground': '#EF5350',
85
+ 'extensionButton.prominentBackground': '#7e57c2',
86
+ 'extensionButton.prominentForeground': '#ffffff',
87
+ 'extensionButton.prominentHoverBackground': '#7e57c2',
88
+ 'focusBorder': '#122d42',
89
+ 'foreground': '#d6deeb',
90
+ 'gitDecoration.addedResourceForeground': '#22da6e',
91
+ 'gitDecoration.conflictingResourceForeground': '#ffeb95',
92
+ 'gitDecoration.deletedResourceForeground': '#EF5350',
93
+ 'gitDecoration.ignoredResourceForeground': '#395a75',
94
+ 'gitDecoration.modifiedResourceForeground': '#a2bffc',
95
+ 'gitDecoration.untrackedResourceForeground': '#c5e478',
96
+ 'input.background': '#0b253a',
97
+ 'input.border': '#5f7e97',
98
+ 'input.foreground': '#ffffff',
99
+ 'input.placeholderForeground': '#5f7e97',
100
+ 'inputOption.activeBorder': '#ffffff',
101
+ 'inputValidation.errorBackground': '#AB0300',
102
+ 'inputValidation.errorBorder': '#EF5350',
103
+ 'inputValidation.infoBackground': '#00589E',
104
+ 'inputValidation.infoBorder': '#64B5F6',
105
+ 'inputValidation.warningBackground': '#675700',
106
+ 'inputValidation.warningBorder': '#FFCA28',
107
+ 'list.activeSelectionBackground': '#234d70',
108
+ 'list.activeSelectionForeground': '#ffffff',
109
+ 'list.dropBackground': '#011627',
110
+ 'list.focusBackground': '#010d18',
111
+ 'list.focusForeground': '#ffffff',
112
+ 'list.highlightForeground': '#ffffff',
113
+ 'list.hoverBackground': '#011627',
114
+ 'list.hoverForeground': '#ffffff',
115
+ 'list.inactiveSelectionBackground': '#0e293f',
116
+ 'list.inactiveSelectionForeground': '#5f7e97',
117
+ 'list.invalidItemForeground': '#975f94',
118
+ 'merge.currentHeaderBackground': '#5f7e97',
119
+ 'merge.incomingHeaderBackground': '#7e57c2',
120
+ 'meta.objectliteral.js': '#82AAFF',
121
+ 'notificationCenter.border': '#262a39',
122
+ 'notificationLink.foreground': '#80CBC4',
123
+ 'notificationToast.border': '#262a39',
124
+ 'notifications.background': '#01111d',
125
+ 'notifications.border': '#262a39',
126
+ 'notifications.foreground': '#ffffff',
127
+ 'panel.background': '#011627',
128
+ 'panel.border': '#5f7e97',
129
+ 'panelTitle.activeBorder': '#5f7e97',
130
+ 'panelTitle.activeForeground': '#ffffff',
131
+ 'panelTitle.inactiveForeground': '#d6deeb',
132
+ 'peekView.border': '#5f7e97',
133
+ 'peekViewEditor.background': '#011627',
134
+ 'peekViewEditor.matchHighlightBackground': '#7e57c2',
135
+ 'peekViewResult.background': '#011627',
136
+ 'peekViewResult.fileForeground': '#5f7e97',
137
+ 'peekViewResult.lineForeground': '#5f7e97',
138
+ 'peekViewResult.matchHighlightBackground': '#ffffff',
139
+ 'peekViewResult.selectionBackground': '#2E3250',
140
+ 'peekViewResult.selectionForeground': '#5f7e97',
141
+ 'peekViewTitle.background': '#011627',
142
+ 'peekViewTitleDescription.foreground': '#697098',
143
+ 'peekViewTitleLabel.foreground': '#5f7e97',
144
+ 'pickerGroup.border': '#011627',
145
+ 'pickerGroup.foreground': '#d1aaff',
146
+ 'progress.background': '#7e57c2',
147
+ 'punctuation.definition.generic.begin.html': '#ef5350',
148
+ 'scrollbar.shadow': '#010b14',
149
+ 'scrollbarSlider.activeBackground': '#084d81',
150
+ 'scrollbarSlider.background': '#084d81',
151
+ 'scrollbarSlider.hoverBackground': '#084d81',
152
+ 'selection.background': '#4373c2',
153
+ 'sideBar.background': '#011627',
154
+ 'sideBar.border': '#011627',
155
+ 'sideBar.foreground': '#89a4bb',
156
+ 'sideBarSectionHeader.background': '#011627',
157
+ 'sideBarSectionHeader.foreground': '#5f7e97',
158
+ 'sideBarTitle.foreground': '#5f7e97',
159
+ 'source.elm': '#5f7e97',
160
+ 'statusBar.background': '#011627',
161
+ 'statusBar.border': '#262A39',
162
+ 'statusBar.debuggingBackground': '#202431',
163
+ 'statusBar.debuggingBorder': '#1F2330',
164
+ 'statusBar.foreground': '#5f7e97',
165
+ 'statusBar.noFolderBackground': '#011627',
166
+ 'statusBar.noFolderBorder': '#25293A',
167
+ 'statusBarItem.activeBackground': '#202431',
168
+ 'statusBarItem.hoverBackground': '#202431',
169
+ 'statusBarItem.prominentBackground': '#202431',
170
+ 'statusBarItem.prominentHoverBackground': '#202431',
171
+ 'string.quoted.single.js': '#ffffff',
172
+ 'tab.activeBackground': '#0b2942',
173
+ 'tab.activeBorder': '#262A39',
174
+ 'tab.activeForeground': '#d2dee7',
175
+ 'tab.border': '#272B3B',
176
+ 'tab.inactiveBackground': '#01111d',
177
+ 'tab.inactiveForeground': '#5f7e97',
178
+ 'tab.unfocusedActiveBorder': '#262A39',
179
+ 'tab.unfocusedActiveForeground': '#5f7e97',
180
+ 'tab.unfocusedInactiveForeground': '#5f7e97',
181
+ 'terminal.ansiBlack': '#011627',
182
+ 'terminal.ansiBlue': '#82AAFF',
183
+ 'terminal.ansiBrightBlack': '#575656',
184
+ 'terminal.ansiBrightBlue': '#82AAFF',
185
+ 'terminal.ansiBrightCyan': '#7fdbca',
186
+ 'terminal.ansiBrightGreen': '#22da6e',
187
+ 'terminal.ansiBrightMagenta': '#C792EA',
188
+ 'terminal.ansiBrightRed': '#EF5350',
189
+ 'terminal.ansiBrightWhite': '#ffffff',
190
+ 'terminal.ansiBrightYellow': '#ffeb95',
191
+ 'terminal.ansiCyan': '#21c7a8',
192
+ 'terminal.ansiGreen': '#22da6e',
193
+ 'terminal.ansiMagenta': '#C792EA',
194
+ 'terminal.ansiRed': '#EF5350',
195
+ 'terminal.ansiWhite': '#ffffff',
196
+ 'terminal.ansiYellow': '#c5e478',
197
+ 'terminal.selectionBackground': '#1b90dd',
198
+ 'terminalCursor.background': '#234d70',
199
+ 'textCodeBlock.background': '#4f4f4f',
200
+ 'textLink.activeForeground': '#82AAFF',
201
+ 'textLink.foreground': '#82AAFF',
202
+ 'titleBar.activeBackground': '#011627',
203
+ 'titleBar.activeForeground': '#eeefff',
204
+ 'titleBar.inactiveBackground': '#010e1a',
205
+ 'walkThrough.embeddedEditorBackground': '#011627',
206
+ 'welcomePage.buttonBackground': '#011627',
207
+ 'welcomePage.buttonHoverBackground': '#011627',
208
+ 'widget.shadow': '#011627',
209
+ },
210
+ displayName: 'Night Owl',
211
+ fg: '#d6deeb',
212
+ name: 'night-owl',
213
+ settings: [
214
+ {
215
+ settings: {
216
+ background: '#011627',
217
+ foreground: '#d6deeb',
218
+ },
219
+ },
220
+ {
221
+ scope: [
222
+ 'markup.changed',
223
+ 'meta.diff.header.git',
224
+ 'meta.diff.header.from-file',
225
+ 'meta.diff.header.to-file',
226
+ ],
227
+ settings: {
228
+ fontStyle: 'italic',
229
+ foreground: '#a2bffc',
230
+ },
231
+ },
232
+ {
233
+ scope: 'markup.deleted.diff',
234
+ settings: {
235
+ fontStyle: 'italic',
236
+ foreground: '#EF535090',
237
+ },
238
+ },
239
+ {
240
+ scope: 'markup.inserted.diff',
241
+ settings: {
242
+ fontStyle: 'italic',
243
+ foreground: '#c5e478ff',
244
+ },
245
+ },
246
+ {
247
+ settings: {
248
+ background: '#011627',
249
+ foreground: '#d6deeb',
250
+ },
251
+ },
252
+ {
253
+ scope: ['comment', 'punctuation.definition.comment'],
254
+ settings: {
255
+ fontStyle: 'italic',
256
+ foreground: '#637777',
257
+ },
258
+ },
259
+ {
260
+ scope: 'string',
261
+ settings: {
262
+ foreground: '#ecc48d',
263
+ },
264
+ },
265
+ {
266
+ scope: ['string.quoted', 'variable.other.readwrite.js'],
267
+ settings: {
268
+ foreground: '#ecc48d',
269
+ },
270
+ },
271
+ {
272
+ scope: 'support.constant.math',
273
+ settings: {
274
+ foreground: '#c5e478',
275
+ },
276
+ },
277
+ {
278
+ scope: ['constant.numeric', 'constant.character.numeric'],
279
+ settings: {
280
+ fontStyle: '',
281
+ foreground: '#F78C6C',
282
+ },
283
+ },
284
+ {
285
+ scope: ['constant.language', 'punctuation.definition.constant', 'variable.other.constant'],
286
+ settings: {
287
+ foreground: '#82AAFF',
288
+ },
289
+ },
290
+ {
291
+ scope: ['constant.character', 'constant.other'],
292
+ settings: {
293
+ foreground: '#82AAFF',
294
+ },
295
+ },
296
+ {
297
+ scope: 'constant.character.escape',
298
+ settings: {
299
+ foreground: '#F78C6C',
300
+ },
301
+ },
302
+ {
303
+ scope: ['string.regexp', 'string.regexp keyword.other'],
304
+ settings: {
305
+ foreground: '#5ca7e4',
306
+ },
307
+ },
308
+ {
309
+ scope: 'meta.function punctuation.separator.comma',
310
+ settings: {
311
+ foreground: '#5f7e97',
312
+ },
313
+ },
314
+ {
315
+ scope: 'variable',
316
+ settings: {
317
+ foreground: '#c5e478',
318
+ },
319
+ },
320
+ {
321
+ scope: ['punctuation.accessor', 'keyword'],
322
+ settings: {
323
+ fontStyle: 'italic',
324
+ foreground: '#c792ea',
325
+ },
326
+ },
327
+ {
328
+ scope: [
329
+ 'storage',
330
+ 'meta.var.expr',
331
+ 'meta.class meta.method.declaration meta.var.expr storage.type.js',
332
+ 'storage.type.property.js',
333
+ 'storage.type.property.ts',
334
+ 'storage.type.property.tsx',
335
+ ],
336
+ settings: {
337
+ fontStyle: 'italic',
338
+ foreground: '#c792ea',
339
+ },
340
+ },
341
+ {
342
+ scope: 'storage.type',
343
+ settings: {
344
+ foreground: '#c792ea',
345
+ },
346
+ },
347
+ {
348
+ scope: 'storage.type.function.arrow.js',
349
+ settings: {
350
+ fontStyle: '',
351
+ },
352
+ },
353
+ {
354
+ scope: ['entity.name.class', 'meta.class entity.name.type.class'],
355
+ settings: {
356
+ foreground: '#ffcb8b',
357
+ },
358
+ },
359
+ {
360
+ scope: 'entity.other.inherited-class',
361
+ settings: {
362
+ foreground: '#c5e478',
363
+ },
364
+ },
365
+ {
366
+ scope: 'entity.name.function',
367
+ settings: {
368
+ fontStyle: 'italic',
369
+ foreground: '#c792ea',
370
+ },
371
+ },
372
+ {
373
+ scope: ['punctuation.definition.tag', 'meta.tag'],
374
+ settings: {
375
+ foreground: '#7fdbca',
376
+ },
377
+ },
378
+ {
379
+ scope: [
380
+ 'entity.name.tag',
381
+ 'meta.tag.other.html',
382
+ 'meta.tag.other.js',
383
+ 'meta.tag.other.tsx',
384
+ 'entity.name.tag.tsx',
385
+ 'entity.name.tag.js',
386
+ 'entity.name.tag',
387
+ 'meta.tag.js',
388
+ 'meta.tag.tsx',
389
+ 'meta.tag.html',
390
+ ],
391
+ settings: {
392
+ fontStyle: '',
393
+ foreground: '#caece6',
394
+ },
395
+ },
396
+ {
397
+ scope: 'entity.other.attribute-name',
398
+ settings: {
399
+ fontStyle: 'italic',
400
+ foreground: '#c5e478',
401
+ },
402
+ },
403
+ {
404
+ scope: 'entity.name.tag.custom',
405
+ settings: {
406
+ foreground: '#f78c6c',
407
+ },
408
+ },
409
+ {
410
+ scope: ['support.function', 'support.constant'],
411
+ settings: {
412
+ foreground: '#82AAFF',
413
+ },
414
+ },
415
+ {
416
+ scope: 'support.constant.meta.property-value',
417
+ settings: {
418
+ foreground: '#7fdbca',
419
+ },
420
+ },
421
+ {
422
+ scope: ['support.type', 'support.class'],
423
+ settings: {
424
+ foreground: '#c5e478',
425
+ },
426
+ },
427
+ {
428
+ scope: 'support.variable.dom',
429
+ settings: {
430
+ foreground: '#c5e478',
431
+ },
432
+ },
433
+ {
434
+ scope: 'invalid',
435
+ settings: {
436
+ background: '#ff2c83',
437
+ foreground: '#ffffff',
438
+ },
439
+ },
440
+ {
441
+ scope: 'invalid.deprecated',
442
+ settings: {
443
+ background: '#d3423e',
444
+ foreground: '#ffffff',
445
+ },
446
+ },
447
+ {
448
+ scope: 'keyword.operator',
449
+ settings: {
450
+ fontStyle: '',
451
+ foreground: '#7fdbca',
452
+ },
453
+ },
454
+ {
455
+ scope: 'keyword.operator.relational',
456
+ settings: {
457
+ fontStyle: 'italic',
458
+ foreground: '#c792ea',
459
+ },
460
+ },
461
+ {
462
+ scope: 'keyword.operator.assignment',
463
+ settings: {
464
+ foreground: '#c792ea',
465
+ },
466
+ },
467
+ {
468
+ scope: 'keyword.operator.arithmetic',
469
+ settings: {
470
+ foreground: '#c792ea',
471
+ },
472
+ },
473
+ {
474
+ scope: 'keyword.operator.bitwise',
475
+ settings: {
476
+ foreground: '#c792ea',
477
+ },
478
+ },
479
+ {
480
+ scope: 'keyword.operator.increment',
481
+ settings: {
482
+ foreground: '#c792ea',
483
+ },
484
+ },
485
+ {
486
+ scope: 'keyword.operator.ternary',
487
+ settings: {
488
+ foreground: '#c792ea',
489
+ },
490
+ },
491
+ {
492
+ scope: 'comment.line.double-slash',
493
+ settings: {
494
+ foreground: '#637777',
495
+ },
496
+ },
497
+ {
498
+ scope: 'object',
499
+ settings: {
500
+ foreground: '#cdebf7',
501
+ },
502
+ },
503
+ {
504
+ scope: 'constant.language.null',
505
+ settings: {
506
+ foreground: '#ff5874',
507
+ },
508
+ },
509
+ {
510
+ scope: 'meta.brace',
511
+ settings: {
512
+ foreground: '#d6deeb',
513
+ },
514
+ },
515
+ {
516
+ scope: 'meta.delimiter.period',
517
+ settings: {
518
+ fontStyle: 'italic',
519
+ foreground: '#c792ea',
520
+ },
521
+ },
522
+ {
523
+ scope: 'punctuation.definition.string',
524
+ settings: {
525
+ foreground: '#d9f5dd',
526
+ },
527
+ },
528
+ {
529
+ scope: 'punctuation.definition.string.begin.markdown',
530
+ settings: {
531
+ foreground: '#ff5874',
532
+ },
533
+ },
534
+ {
535
+ scope: 'constant.language.boolean',
536
+ settings: {
537
+ foreground: '#ff5874',
538
+ },
539
+ },
540
+ {
541
+ scope: 'object.comma',
542
+ settings: {
543
+ foreground: '#ffffff',
544
+ },
545
+ },
546
+ {
547
+ scope: 'variable.parameter.function',
548
+ settings: {
549
+ fontStyle: '',
550
+ foreground: '#7fdbca',
551
+ },
552
+ },
553
+ {
554
+ scope: [
555
+ 'support.type.vendor.property-name',
556
+ 'support.constant.vendor.property-value',
557
+ 'support.type.property-name',
558
+ 'meta.property-list entity.name.tag',
559
+ ],
560
+ settings: {
561
+ fontStyle: '',
562
+ foreground: '#80CBC4',
563
+ },
564
+ },
565
+ {
566
+ scope: 'meta.property-list entity.name.tag.reference',
567
+ settings: {
568
+ foreground: '#57eaf1',
569
+ },
570
+ },
571
+ {
572
+ scope: 'constant.other.color.rgb-value punctuation.definition.constant',
573
+ settings: {
574
+ foreground: '#F78C6C',
575
+ },
576
+ },
577
+ {
578
+ scope: 'constant.other.color',
579
+ settings: {
580
+ foreground: '#FFEB95',
581
+ },
582
+ },
583
+ {
584
+ scope: 'keyword.other.unit',
585
+ settings: {
586
+ foreground: '#FFEB95',
587
+ },
588
+ },
589
+ {
590
+ scope: 'meta.selector',
591
+ settings: {
592
+ fontStyle: 'italic',
593
+ foreground: '#c792ea',
594
+ },
595
+ },
596
+ {
597
+ scope: 'entity.other.attribute-name.id',
598
+ settings: {
599
+ foreground: '#FAD430',
600
+ },
601
+ },
602
+ {
603
+ scope: 'meta.property-name',
604
+ settings: {
605
+ foreground: '#80CBC4',
606
+ },
607
+ },
608
+ {
609
+ scope: ['entity.name.tag.doctype', 'meta.tag.sgml.doctype'],
610
+ settings: {
611
+ fontStyle: 'italic',
612
+ foreground: '#c792ea',
613
+ },
614
+ },
615
+ {
616
+ scope: 'punctuation.definition.parameters',
617
+ settings: {
618
+ foreground: '#d9f5dd',
619
+ },
620
+ },
621
+ {
622
+ scope: 'keyword.control.operator',
623
+ settings: {
624
+ foreground: '#7fdbca',
625
+ },
626
+ },
627
+ {
628
+ scope: 'keyword.operator.logical',
629
+ settings: {
630
+ fontStyle: '',
631
+ foreground: '#c792ea',
632
+ },
633
+ },
634
+ {
635
+ scope: [
636
+ 'variable.instance',
637
+ 'variable.other.instance',
638
+ 'variable.readwrite.instance',
639
+ 'variable.other.readwrite.instance',
640
+ 'variable.other.property',
641
+ ],
642
+ settings: {
643
+ foreground: '#baebe2',
644
+ },
645
+ },
646
+ {
647
+ scope: ['variable.other.object.property'],
648
+ settings: {
649
+ fontStyle: 'italic',
650
+ foreground: '#faf39f',
651
+ },
652
+ },
653
+ {
654
+ scope: ['variable.other.object.js'],
655
+ settings: {
656
+ fontStyle: '',
657
+ },
658
+ },
659
+ {
660
+ scope: ['entity.name.function'],
661
+ settings: {
662
+ fontStyle: 'italic',
663
+ foreground: '#82AAFF',
664
+ },
665
+ },
666
+ {
667
+ scope: ['variable.language.this.js'],
668
+ settings: {
669
+ fontStyle: 'italic',
670
+ foreground: '#41eec6',
671
+ },
672
+ },
673
+ {
674
+ scope: [
675
+ 'keyword.operator.comparison',
676
+ 'keyword.control.flow.js',
677
+ 'keyword.control.flow.ts',
678
+ 'keyword.control.flow.tsx',
679
+ 'keyword.control.ruby',
680
+ 'keyword.control.module.ruby',
681
+ 'keyword.control.class.ruby',
682
+ 'keyword.control.def.ruby',
683
+ 'keyword.control.loop.js',
684
+ 'keyword.control.loop.ts',
685
+ 'keyword.control.import.js',
686
+ 'keyword.control.import.ts',
687
+ 'keyword.control.import.tsx',
688
+ 'keyword.control.from.js',
689
+ 'keyword.control.from.ts',
690
+ 'keyword.control.from.tsx',
691
+ 'keyword.operator.instanceof.js',
692
+ 'keyword.operator.expression.instanceof.ts',
693
+ 'keyword.operator.expression.instanceof.tsx',
694
+ ],
695
+ settings: {
696
+ fontStyle: 'italic',
697
+ foreground: '#c792ea',
698
+ },
699
+ },
700
+ {
701
+ scope: [
702
+ 'keyword.control.conditional.js',
703
+ 'keyword.control.conditional.ts',
704
+ 'keyword.control.switch.js',
705
+ 'keyword.control.switch.ts',
706
+ ],
707
+ settings: {
708
+ fontStyle: '',
709
+ foreground: '#c792ea',
710
+ },
711
+ },
712
+ {
713
+ scope: [
714
+ 'support.constant',
715
+ 'keyword.other.special-method',
716
+ 'keyword.other.new',
717
+ 'keyword.other.debugger',
718
+ 'keyword.control',
719
+ ],
720
+ settings: {
721
+ foreground: '#7fdbca',
722
+ },
723
+ },
724
+ {
725
+ scope: 'support.function',
726
+ settings: {
727
+ foreground: '#c5e478',
728
+ },
729
+ },
730
+ {
731
+ scope: 'invalid.broken',
732
+ settings: {
733
+ background: '#F78C6C',
734
+ foreground: '#020e14',
735
+ },
736
+ },
737
+ {
738
+ scope: 'invalid.unimplemented',
739
+ settings: {
740
+ background: '#8BD649',
741
+ foreground: '#ffffff',
742
+ },
743
+ },
744
+ {
745
+ scope: 'invalid.illegal',
746
+ settings: {
747
+ background: '#ec5f67',
748
+ foreground: '#ffffff',
749
+ },
750
+ },
751
+ {
752
+ scope: 'variable.language',
753
+ settings: {
754
+ foreground: '#7fdbca',
755
+ },
756
+ },
757
+ {
758
+ scope: 'support.variable.property',
759
+ settings: {
760
+ foreground: '#7fdbca',
761
+ },
762
+ },
763
+ {
764
+ scope: 'variable.function',
765
+ settings: {
766
+ foreground: '#82AAFF',
767
+ },
768
+ },
769
+ {
770
+ scope: 'variable.interpolation',
771
+ settings: {
772
+ foreground: '#ec5f67',
773
+ },
774
+ },
775
+ {
776
+ scope: 'meta.function-call',
777
+ settings: {
778
+ foreground: '#82AAFF',
779
+ },
780
+ },
781
+ {
782
+ scope: 'punctuation.section.embedded',
783
+ settings: {
784
+ foreground: '#d3423e',
785
+ },
786
+ },
787
+ {
788
+ scope: [
789
+ 'punctuation.terminator.expression',
790
+ 'punctuation.definition.arguments',
791
+ 'punctuation.definition.array',
792
+ 'punctuation.section.array',
793
+ 'meta.array',
794
+ ],
795
+ settings: {
796
+ foreground: '#d6deeb',
797
+ },
798
+ },
799
+ {
800
+ scope: [
801
+ 'punctuation.definition.list.begin',
802
+ 'punctuation.definition.list.end',
803
+ 'punctuation.separator.arguments',
804
+ 'punctuation.definition.list',
805
+ ],
806
+ settings: {
807
+ foreground: '#d9f5dd',
808
+ },
809
+ },
810
+ {
811
+ scope: 'string.template meta.template.expression',
812
+ settings: {
813
+ foreground: '#d3423e',
814
+ },
815
+ },
816
+ {
817
+ scope: 'string.template punctuation.definition.string',
818
+ settings: {
819
+ foreground: '#d6deeb',
820
+ },
821
+ },
822
+ {
823
+ scope: 'italic',
824
+ settings: {
825
+ fontStyle: 'italic',
826
+ foreground: '#c792ea',
827
+ },
828
+ },
829
+ {
830
+ scope: 'bold',
831
+ settings: {
832
+ fontStyle: 'bold',
833
+ foreground: '#c5e478',
834
+ },
835
+ },
836
+ {
837
+ scope: 'quote',
838
+ settings: {
839
+ fontStyle: 'italic',
840
+ foreground: '#697098',
841
+ },
842
+ },
843
+ {
844
+ scope: 'raw',
845
+ settings: {
846
+ foreground: '#80CBC4',
847
+ },
848
+ },
849
+ {
850
+ scope: 'variable.assignment.coffee',
851
+ settings: {
852
+ foreground: '#31e1eb',
853
+ },
854
+ },
855
+ {
856
+ scope: 'variable.parameter.function.coffee',
857
+ settings: {
858
+ foreground: '#d6deeb',
859
+ },
860
+ },
861
+ {
862
+ scope: 'variable.assignment.coffee',
863
+ settings: {
864
+ foreground: '#7fdbca',
865
+ },
866
+ },
867
+ {
868
+ scope: 'variable.other.readwrite.cs',
869
+ settings: {
870
+ foreground: '#d6deeb',
871
+ },
872
+ },
873
+ {
874
+ scope: ['entity.name.type.class.cs', 'storage.type.cs'],
875
+ settings: {
876
+ foreground: '#ffcb8b',
877
+ },
878
+ },
879
+ {
880
+ scope: 'entity.name.type.namespace.cs',
881
+ settings: {
882
+ foreground: '#B2CCD6',
883
+ },
884
+ },
885
+ {
886
+ scope: 'string.unquoted.preprocessor.message.cs',
887
+ settings: {
888
+ foreground: '#d6deeb',
889
+ },
890
+ },
891
+ {
892
+ scope: [
893
+ 'punctuation.separator.hash.cs',
894
+ 'keyword.preprocessor.region.cs',
895
+ 'keyword.preprocessor.endregion.cs',
896
+ ],
897
+ settings: {
898
+ fontStyle: 'bold',
899
+ foreground: '#ffcb8b',
900
+ },
901
+ },
902
+ {
903
+ scope: 'variable.other.object.cs',
904
+ settings: {
905
+ foreground: '#B2CCD6',
906
+ },
907
+ },
908
+ {
909
+ scope: 'entity.name.type.enum.cs',
910
+ settings: {
911
+ foreground: '#c5e478',
912
+ },
913
+ },
914
+ {
915
+ scope: ['string.interpolated.single.dart', 'string.interpolated.double.dart'],
916
+ settings: {
917
+ foreground: '#FFCB8B',
918
+ },
919
+ },
920
+ {
921
+ scope: 'support.class.dart',
922
+ settings: {
923
+ foreground: '#FFCB8B',
924
+ },
925
+ },
926
+ {
927
+ scope: [
928
+ 'entity.name.tag.css',
929
+ 'entity.name.tag.less',
930
+ 'entity.name.tag.custom.css',
931
+ 'support.constant.property-value.css',
932
+ ],
933
+ settings: {
934
+ fontStyle: '',
935
+ foreground: '#ff6363',
936
+ },
937
+ },
938
+ {
939
+ scope: [
940
+ 'entity.name.tag.wildcard.css',
941
+ 'entity.name.tag.wildcard.less',
942
+ 'entity.name.tag.wildcard.scss',
943
+ 'entity.name.tag.wildcard.sass',
944
+ ],
945
+ settings: {
946
+ foreground: '#7fdbca',
947
+ },
948
+ },
949
+ {
950
+ scope: 'keyword.other.unit.css',
951
+ settings: {
952
+ foreground: '#FFEB95',
953
+ },
954
+ },
955
+ {
956
+ scope: [
957
+ 'meta.attribute-selector.css entity.other.attribute-name.attribute',
958
+ 'variable.other.readwrite.js',
959
+ ],
960
+ settings: {
961
+ foreground: '#F78C6C',
962
+ },
963
+ },
964
+ {
965
+ scope: [
966
+ 'source.elixir support.type.elixir',
967
+ 'source.elixir meta.module.elixir entity.name.class.elixir',
968
+ ],
969
+ settings: {
970
+ foreground: '#82AAFF',
971
+ },
972
+ },
973
+ {
974
+ scope: 'source.elixir entity.name.function',
975
+ settings: {
976
+ foreground: '#c5e478',
977
+ },
978
+ },
979
+ {
980
+ scope: [
981
+ 'source.elixir constant.other.symbol.elixir',
982
+ 'source.elixir constant.other.keywords.elixir',
983
+ ],
984
+ settings: {
985
+ foreground: '#82AAFF',
986
+ },
987
+ },
988
+ {
989
+ scope: 'source.elixir punctuation.definition.string',
990
+ settings: {
991
+ foreground: '#c5e478',
992
+ },
993
+ },
994
+ {
995
+ scope: [
996
+ 'source.elixir variable.other.readwrite.module.elixir',
997
+ 'source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir',
998
+ ],
999
+ settings: {
1000
+ foreground: '#c5e478',
1001
+ },
1002
+ },
1003
+ {
1004
+ scope: 'source.elixir .punctuation.binary.elixir',
1005
+ settings: {
1006
+ fontStyle: 'italic',
1007
+ foreground: '#c792ea',
1008
+ },
1009
+ },
1010
+ {
1011
+ scope: 'constant.keyword.clojure',
1012
+ settings: {
1013
+ foreground: '#7fdbca',
1014
+ },
1015
+ },
1016
+ {
1017
+ scope: 'source.go meta.function-call.go',
1018
+ settings: {
1019
+ foreground: '#DDDDDD',
1020
+ },
1021
+ },
1022
+ {
1023
+ scope: [
1024
+ 'source.go keyword.package.go',
1025
+ 'source.go keyword.import.go',
1026
+ 'source.go keyword.function.go',
1027
+ 'source.go keyword.type.go',
1028
+ 'source.go keyword.struct.go',
1029
+ 'source.go keyword.interface.go',
1030
+ 'source.go keyword.const.go',
1031
+ 'source.go keyword.var.go',
1032
+ 'source.go keyword.map.go',
1033
+ 'source.go keyword.channel.go',
1034
+ 'source.go keyword.control.go',
1035
+ ],
1036
+ settings: {
1037
+ fontStyle: 'italic',
1038
+ foreground: '#c792ea',
1039
+ },
1040
+ },
1041
+ {
1042
+ scope: ['source.go constant.language.go', 'source.go constant.other.placeholder.go'],
1043
+ settings: {
1044
+ foreground: '#ff5874',
1045
+ },
1046
+ },
1047
+ {
1048
+ scope: ['entity.name.function.preprocessor.cpp', 'entity.scope.name.cpp'],
1049
+ settings: {
1050
+ foreground: '#7fdbcaff',
1051
+ },
1052
+ },
1053
+ {
1054
+ scope: ['meta.namespace-block.cpp'],
1055
+ settings: {
1056
+ foreground: '#e0dec6',
1057
+ },
1058
+ },
1059
+ {
1060
+ scope: ['storage.type.language.primitive.cpp'],
1061
+ settings: {
1062
+ foreground: '#ff5874',
1063
+ },
1064
+ },
1065
+ {
1066
+ scope: ['meta.preprocessor.macro.cpp'],
1067
+ settings: {
1068
+ foreground: '#d6deeb',
1069
+ },
1070
+ },
1071
+ {
1072
+ scope: ['variable.parameter'],
1073
+ settings: {
1074
+ foreground: '#ffcb8b',
1075
+ },
1076
+ },
1077
+ {
1078
+ scope: ['variable.other.readwrite.powershell'],
1079
+ settings: {
1080
+ foreground: '#82AAFF',
1081
+ },
1082
+ },
1083
+ {
1084
+ scope: ['support.function.powershell'],
1085
+ settings: {
1086
+ foreground: '#7fdbcaff',
1087
+ },
1088
+ },
1089
+ {
1090
+ scope: 'entity.other.attribute-name.id.html',
1091
+ settings: {
1092
+ foreground: '#c5e478',
1093
+ },
1094
+ },
1095
+ {
1096
+ scope: 'punctuation.definition.tag.html',
1097
+ settings: {
1098
+ foreground: '#6ae9f0',
1099
+ },
1100
+ },
1101
+ {
1102
+ scope: 'meta.tag.sgml.doctype.html',
1103
+ settings: {
1104
+ fontStyle: 'italic',
1105
+ foreground: '#c792ea',
1106
+ },
1107
+ },
1108
+ {
1109
+ scope: 'meta.class entity.name.type.class.js',
1110
+ settings: {
1111
+ foreground: '#ffcb8b',
1112
+ },
1113
+ },
1114
+ {
1115
+ scope: 'meta.method.declaration storage.type.js',
1116
+ settings: {
1117
+ foreground: '#82AAFF',
1118
+ },
1119
+ },
1120
+ {
1121
+ scope: 'terminator.js',
1122
+ settings: {
1123
+ foreground: '#d6deeb',
1124
+ },
1125
+ },
1126
+ {
1127
+ scope: 'meta.js punctuation.definition.js',
1128
+ settings: {
1129
+ foreground: '#d6deeb',
1130
+ },
1131
+ },
1132
+ {
1133
+ scope: ['entity.name.type.instance.jsdoc', 'entity.name.type.instance.phpdoc'],
1134
+ settings: {
1135
+ foreground: '#5f7e97',
1136
+ },
1137
+ },
1138
+ {
1139
+ scope: ['variable.other.jsdoc', 'variable.other.phpdoc'],
1140
+ settings: {
1141
+ foreground: '#78ccf0',
1142
+ },
1143
+ },
1144
+ {
1145
+ scope: [
1146
+ 'variable.other.meta.import.js',
1147
+ 'meta.import.js variable.other',
1148
+ 'variable.other.meta.export.js',
1149
+ 'meta.export.js variable.other',
1150
+ ],
1151
+ settings: {
1152
+ foreground: '#d6deeb',
1153
+ },
1154
+ },
1155
+ {
1156
+ scope: 'variable.parameter.function.js',
1157
+ settings: {
1158
+ foreground: '#7986E7',
1159
+ },
1160
+ },
1161
+ {
1162
+ scope: [
1163
+ 'variable.other.object.js',
1164
+ 'variable.other.object.jsx',
1165
+ 'variable.object.property.js',
1166
+ 'variable.object.property.jsx',
1167
+ ],
1168
+ settings: {
1169
+ foreground: '#d6deeb',
1170
+ },
1171
+ },
1172
+ {
1173
+ scope: ['variable.js', 'variable.other.js'],
1174
+ settings: {
1175
+ foreground: '#d6deeb',
1176
+ },
1177
+ },
1178
+ {
1179
+ scope: ['entity.name.type.js', 'entity.name.type.module.js'],
1180
+ settings: {
1181
+ fontStyle: '',
1182
+ foreground: '#ffcb8b',
1183
+ },
1184
+ },
1185
+ {
1186
+ scope: 'support.class.js',
1187
+ settings: {
1188
+ foreground: '#d6deeb',
1189
+ },
1190
+ },
1191
+ {
1192
+ scope: 'support.type.property-name.json',
1193
+ settings: {
1194
+ foreground: '#7fdbca',
1195
+ },
1196
+ },
1197
+ {
1198
+ scope: 'support.constant.json',
1199
+ settings: {
1200
+ foreground: '#c5e478',
1201
+ },
1202
+ },
1203
+ {
1204
+ scope: 'meta.structure.dictionary.value.json string.quoted.double',
1205
+ settings: {
1206
+ foreground: '#c789d6',
1207
+ },
1208
+ },
1209
+ {
1210
+ scope: 'string.quoted.double.json punctuation.definition.string.json',
1211
+ settings: {
1212
+ foreground: '#80CBC4',
1213
+ },
1214
+ },
1215
+ {
1216
+ scope: 'meta.structure.dictionary.json meta.structure.dictionary.value constant.language',
1217
+ settings: {
1218
+ foreground: '#ff5874',
1219
+ },
1220
+ },
1221
+ {
1222
+ scope: 'variable.other.object.js',
1223
+ settings: {
1224
+ fontStyle: 'italic',
1225
+ foreground: '#7fdbca',
1226
+ },
1227
+ },
1228
+ {
1229
+ scope: ['variable.other.ruby'],
1230
+ settings: {
1231
+ foreground: '#d6deeb',
1232
+ },
1233
+ },
1234
+ {
1235
+ scope: ['entity.name.type.class.ruby'],
1236
+ settings: {
1237
+ foreground: '#ecc48d',
1238
+ },
1239
+ },
1240
+ {
1241
+ scope: 'constant.language.symbol.hashkey.ruby',
1242
+ settings: {
1243
+ foreground: '#7fdbca',
1244
+ },
1245
+ },
1246
+ {
1247
+ scope: 'constant.language.symbol.ruby',
1248
+ settings: {
1249
+ foreground: '#7fdbca',
1250
+ },
1251
+ },
1252
+ {
1253
+ scope: 'entity.name.tag.less',
1254
+ settings: {
1255
+ foreground: '#7fdbca',
1256
+ },
1257
+ },
1258
+ {
1259
+ scope: 'keyword.other.unit.css',
1260
+ settings: {
1261
+ foreground: '#FFEB95',
1262
+ },
1263
+ },
1264
+ {
1265
+ scope: 'meta.attribute-selector.less entity.other.attribute-name.attribute',
1266
+ settings: {
1267
+ foreground: '#F78C6C',
1268
+ },
1269
+ },
1270
+ {
1271
+ scope: ['markup.heading', 'markup.heading.setext.1', 'markup.heading.setext.2'],
1272
+ settings: {
1273
+ foreground: '#82b1ff',
1274
+ },
1275
+ },
1276
+ {
1277
+ scope: 'markup.italic',
1278
+ settings: {
1279
+ fontStyle: 'italic',
1280
+ foreground: '#c792ea',
1281
+ },
1282
+ },
1283
+ {
1284
+ scope: 'markup.bold',
1285
+ settings: {
1286
+ fontStyle: 'bold',
1287
+ foreground: '#c5e478',
1288
+ },
1289
+ },
1290
+ {
1291
+ scope: 'markup.quote',
1292
+ settings: {
1293
+ fontStyle: 'italic',
1294
+ foreground: '#697098',
1295
+ },
1296
+ },
1297
+ {
1298
+ scope: 'markup.inline.raw',
1299
+ settings: {
1300
+ foreground: '#80CBC4',
1301
+ },
1302
+ },
1303
+ {
1304
+ scope: ['markup.underline.link', 'markup.underline.link.image'],
1305
+ settings: {
1306
+ foreground: '#ff869a',
1307
+ },
1308
+ },
1309
+ {
1310
+ scope: ['string.other.link.title.markdown', 'string.other.link.description.markdown'],
1311
+ settings: {
1312
+ foreground: '#d6deeb',
1313
+ },
1314
+ },
1315
+ {
1316
+ scope: [
1317
+ 'punctuation.definition.string.markdown',
1318
+ 'punctuation.definition.string.begin.markdown',
1319
+ 'punctuation.definition.string.end.markdown',
1320
+ 'meta.link.inline.markdown punctuation.definition.string',
1321
+ ],
1322
+ settings: {
1323
+ foreground: '#82b1ff',
1324
+ },
1325
+ },
1326
+ {
1327
+ scope: ['punctuation.definition.metadata.markdown'],
1328
+ settings: {
1329
+ foreground: '#7fdbca',
1330
+ },
1331
+ },
1332
+ {
1333
+ scope: ['beginning.punctuation.definition.list.markdown'],
1334
+ settings: {
1335
+ foreground: '#82b1ff',
1336
+ },
1337
+ },
1338
+ {
1339
+ scope: 'markup.inline.raw.string.markdown',
1340
+ settings: {
1341
+ foreground: '#c5e478',
1342
+ },
1343
+ },
1344
+ {
1345
+ scope: ['variable.other.php', 'variable.other.property.php'],
1346
+ settings: {
1347
+ foreground: '#bec5d4',
1348
+ },
1349
+ },
1350
+ {
1351
+ scope: 'support.class.php',
1352
+ settings: {
1353
+ foreground: '#ffcb8b',
1354
+ },
1355
+ },
1356
+ {
1357
+ scope: 'meta.function-call.php punctuation',
1358
+ settings: {
1359
+ foreground: '#d6deeb',
1360
+ },
1361
+ },
1362
+ {
1363
+ scope: 'variable.other.global.php',
1364
+ settings: {
1365
+ foreground: '#c5e478',
1366
+ },
1367
+ },
1368
+ {
1369
+ scope: 'variable.other.global.php punctuation.definition.variable',
1370
+ settings: {
1371
+ foreground: '#c5e478',
1372
+ },
1373
+ },
1374
+ {
1375
+ scope: 'constant.language.python',
1376
+ settings: {
1377
+ foreground: '#ff5874',
1378
+ },
1379
+ },
1380
+ {
1381
+ scope: ['variable.parameter.function.python', 'meta.function-call.arguments.python'],
1382
+ settings: {
1383
+ foreground: '#82AAFF',
1384
+ },
1385
+ },
1386
+ {
1387
+ scope: ['meta.function-call.python', 'meta.function-call.generic.python'],
1388
+ settings: {
1389
+ foreground: '#B2CCD6',
1390
+ },
1391
+ },
1392
+ {
1393
+ scope: 'punctuation.python',
1394
+ settings: {
1395
+ foreground: '#d6deeb',
1396
+ },
1397
+ },
1398
+ {
1399
+ scope: 'entity.name.function.decorator.python',
1400
+ settings: {
1401
+ foreground: '#c5e478',
1402
+ },
1403
+ },
1404
+ {
1405
+ scope: 'source.python variable.language.special',
1406
+ settings: {
1407
+ foreground: '#8EACE3',
1408
+ },
1409
+ },
1410
+ {
1411
+ scope: 'keyword.control',
1412
+ settings: {
1413
+ fontStyle: 'italic',
1414
+ foreground: '#c792ea',
1415
+ },
1416
+ },
1417
+ {
1418
+ scope: [
1419
+ 'variable.scss',
1420
+ 'variable.sass',
1421
+ 'variable.parameter.url.scss',
1422
+ 'variable.parameter.url.sass',
1423
+ ],
1424
+ settings: {
1425
+ foreground: '#c5e478',
1426
+ },
1427
+ },
1428
+ {
1429
+ scope: ['source.css.scss meta.at-rule variable', 'source.css.sass meta.at-rule variable'],
1430
+ settings: {
1431
+ foreground: '#82AAFF',
1432
+ },
1433
+ },
1434
+ {
1435
+ scope: ['source.css.scss meta.at-rule variable', 'source.css.sass meta.at-rule variable'],
1436
+ settings: {
1437
+ foreground: '#bec5d4',
1438
+ },
1439
+ },
1440
+ {
1441
+ scope: [
1442
+ 'meta.attribute-selector.scss entity.other.attribute-name.attribute',
1443
+ 'meta.attribute-selector.sass entity.other.attribute-name.attribute',
1444
+ ],
1445
+ settings: {
1446
+ foreground: '#F78C6C',
1447
+ },
1448
+ },
1449
+ {
1450
+ scope: ['entity.name.tag.scss', 'entity.name.tag.sass'],
1451
+ settings: {
1452
+ foreground: '#7fdbca',
1453
+ },
1454
+ },
1455
+ {
1456
+ scope: ['keyword.other.unit.scss', 'keyword.other.unit.sass'],
1457
+ settings: {
1458
+ foreground: '#FFEB95',
1459
+ },
1460
+ },
1461
+ {
1462
+ scope: [
1463
+ 'variable.other.readwrite.alias.ts',
1464
+ 'variable.other.readwrite.alias.tsx',
1465
+ 'variable.other.readwrite.ts',
1466
+ 'variable.other.readwrite.tsx',
1467
+ 'variable.other.object.ts',
1468
+ 'variable.other.object.tsx',
1469
+ 'variable.object.property.ts',
1470
+ 'variable.object.property.tsx',
1471
+ 'variable.other.ts',
1472
+ 'variable.other.tsx',
1473
+ 'variable.tsx',
1474
+ 'variable.ts',
1475
+ ],
1476
+ settings: {
1477
+ foreground: '#d6deeb',
1478
+ },
1479
+ },
1480
+ {
1481
+ scope: ['entity.name.type.ts', 'entity.name.type.tsx'],
1482
+ settings: {
1483
+ foreground: '#ffcb8b',
1484
+ },
1485
+ },
1486
+ {
1487
+ scope: ['support.class.node.ts', 'support.class.node.tsx'],
1488
+ settings: {
1489
+ foreground: '#82AAFF',
1490
+ },
1491
+ },
1492
+ {
1493
+ scope: [
1494
+ 'meta.type.parameters.ts entity.name.type',
1495
+ 'meta.type.parameters.tsx entity.name.type',
1496
+ ],
1497
+ settings: {
1498
+ foreground: '#5f7e97',
1499
+ },
1500
+ },
1501
+ {
1502
+ scope: [
1503
+ 'meta.import.ts punctuation.definition.block',
1504
+ 'meta.import.tsx punctuation.definition.block',
1505
+ 'meta.export.ts punctuation.definition.block',
1506
+ 'meta.export.tsx punctuation.definition.block',
1507
+ ],
1508
+ settings: {
1509
+ foreground: '#d6deeb',
1510
+ },
1511
+ },
1512
+ {
1513
+ scope: [
1514
+ 'meta.decorator punctuation.decorator.ts',
1515
+ 'meta.decorator punctuation.decorator.tsx',
1516
+ ],
1517
+ settings: {
1518
+ foreground: '#82AAFF',
1519
+ },
1520
+ },
1521
+ {
1522
+ scope: 'meta.tag.js meta.jsx.children.tsx',
1523
+ settings: {
1524
+ foreground: '#82AAFF',
1525
+ },
1526
+ },
1527
+ {
1528
+ scope: 'entity.name.tag.yaml',
1529
+ settings: {
1530
+ foreground: '#7fdbca',
1531
+ },
1532
+ },
1533
+ {
1534
+ scope: ['variable.other.readwrite.js', 'variable.parameter'],
1535
+ settings: {
1536
+ foreground: '#d7dbe0',
1537
+ },
1538
+ },
1539
+ {
1540
+ scope: ['support.class.component.js', 'support.class.component.tsx'],
1541
+ settings: {
1542
+ fontStyle: '',
1543
+ foreground: '#f78c6c',
1544
+ },
1545
+ },
1546
+ {
1547
+ scope: ['meta.jsx.children', 'meta.jsx.children.js', 'meta.jsx.children.tsx'],
1548
+ settings: {
1549
+ foreground: '#d6deeb',
1550
+ },
1551
+ },
1552
+ {
1553
+ scope: 'meta.class entity.name.type.class.tsx',
1554
+ settings: {
1555
+ foreground: '#ffcb8b',
1556
+ },
1557
+ },
1558
+ {
1559
+ scope: ['entity.name.type.tsx', 'entity.name.type.module.tsx'],
1560
+ settings: {
1561
+ foreground: '#ffcb8b',
1562
+ },
1563
+ },
1564
+ {
1565
+ scope: [
1566
+ 'meta.class.ts meta.var.expr.ts storage.type.ts',
1567
+ 'meta.class.tsx meta.var.expr.tsx storage.type.tsx',
1568
+ ],
1569
+ settings: {
1570
+ foreground: '#C792EA',
1571
+ },
1572
+ },
1573
+ {
1574
+ scope: [
1575
+ 'meta.method.declaration storage.type.ts',
1576
+ 'meta.method.declaration storage.type.tsx',
1577
+ ],
1578
+ settings: {
1579
+ foreground: '#82AAFF',
1580
+ },
1581
+ },
1582
+ {
1583
+ scope: 'markup.deleted',
1584
+ settings: {
1585
+ foreground: '#ff0000',
1586
+ },
1587
+ },
1588
+ {
1589
+ scope: 'markup.inserted',
1590
+ settings: {
1591
+ foreground: '#036A07',
1592
+ },
1593
+ },
1594
+ {
1595
+ scope: 'markup.underline',
1596
+ settings: {
1597
+ fontStyle: 'underline',
1598
+ },
1599
+ },
1600
+ {
1601
+ scope: [
1602
+ 'meta.property-list.css meta.property-value.css variable.other.less',
1603
+ 'meta.property-list.scss variable.scss',
1604
+ 'meta.property-list.sass variable.sass',
1605
+ 'meta.brace',
1606
+ 'keyword.operator.operator',
1607
+ 'keyword.operator.or.regexp',
1608
+ 'keyword.operator.expression.in',
1609
+ 'keyword.operator.relational',
1610
+ 'keyword.operator.assignment',
1611
+ 'keyword.operator.comparison',
1612
+ 'keyword.operator.type',
1613
+ 'keyword.operator',
1614
+ 'keyword',
1615
+ 'punctuation.definintion.string',
1616
+ 'punctuation',
1617
+ 'variable.other.readwrite.js',
1618
+ 'storage.type',
1619
+ 'source.css',
1620
+ 'string.quoted',
1621
+ ],
1622
+ settings: {
1623
+ fontStyle: '',
1624
+ },
1625
+ },
1626
+ ],
1627
+ type: 'dark',
1628
+ }