@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,1920 @@
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: '#282c34',
8
+ colors: {
9
+ 'actionBar.toggledBackground': '#525761',
10
+ 'activityBar.background': '#282c34',
11
+ 'activityBar.foreground': '#d7dae0',
12
+ 'activityBarBadge.background': '#4d78cc',
13
+ 'activityBarBadge.foreground': '#f8fafd',
14
+ 'badge.background': '#282c34',
15
+ 'button.background': '#404754',
16
+ 'button.secondaryBackground': '#30333d',
17
+ 'button.secondaryForeground': '#c0bdbd',
18
+ 'checkbox.border': '#404754',
19
+ 'contrastBorder': '#181a1f',
20
+ 'debugToolBar.background': '#21252b',
21
+ 'descriptionForeground': '#abb2bf',
22
+ 'diffEditor.insertedLineBackground': '#3a473d',
23
+ 'diffEditor.insertedTextBackground': '#00809b',
24
+ 'diffEditor.removedLineBackground': '#49333c',
25
+ 'dropdown.background': '#21252b',
26
+ 'dropdown.border': '#21252b',
27
+ 'editor.background': '#282c34',
28
+ 'editor.findMatchBackground': '#d19a66',
29
+ 'editor.findMatchBorder': '#ffffff',
30
+ 'editor.findMatchHighlightBackground': '#ffffff',
31
+ 'editor.foreground': '#abb2bf',
32
+ 'editor.lineHighlightBackground': '#2c313c',
33
+ 'editor.selectionBackground': '#677696',
34
+ 'editor.selectionHighlightBackground': '#ffd33d',
35
+ 'editor.selectionHighlightBorder': '#dddddd',
36
+ 'editor.wordHighlightBackground': '#d2e0ff',
37
+ 'editor.wordHighlightBorder': '#7f848e',
38
+ 'editor.wordHighlightStrongBackground': '#abb2bf',
39
+ 'editor.wordHighlightStrongBorder': '#7f848e',
40
+ 'editorBracketHighlight.foreground1': '#d19a66',
41
+ 'editorBracketHighlight.foreground2': '#c678dd',
42
+ 'editorBracketHighlight.foreground3': '#56b6c2',
43
+ 'editorBracketMatch.background': '#515a6b',
44
+ 'editorBracketMatch.border': '#515a6b',
45
+ 'editorCursor.background': '#ffffff',
46
+ 'editorCursor.foreground': '#528bff',
47
+ 'editorError.foreground': '#c24038',
48
+ 'editorGroup.background': '#181a1f',
49
+ 'editorGroup.border': '#181a1f',
50
+ 'editorGroupHeader.tabsBackground': '#21252b',
51
+ 'editorGutter.addedBackground': '#109868',
52
+ 'editorGutter.deletedBackground': '#9A353D',
53
+ 'editorGutter.modifiedBackground': '#948B60',
54
+ 'editorHoverWidget.background': '#21252b',
55
+ 'editorHoverWidget.border': '#181a1f',
56
+ 'editorHoverWidget.highlightForeground': '#61afef',
57
+ 'editorIndentGuide.activeBackground1': '#c8c8c8',
58
+ 'editorIndentGuide.background1': '#3b4048',
59
+ 'editorInlayHint.background': '#2c313c',
60
+ 'editorInlayHint.foreground': '#abb2bf',
61
+ 'editorLineNumber.activeForeground': '#abb2bf',
62
+ 'editorLineNumber.foreground': '#495162',
63
+ 'editorMarkerNavigation.background': '#21252b',
64
+ 'editorOverviewRuler.addedBackground': '#109868',
65
+ 'editorOverviewRuler.deletedBackground': '#9A353D',
66
+ 'editorOverviewRuler.modifiedBackground': '#948B60',
67
+ 'editorRuler.foreground': '#abb2bf',
68
+ 'editorSuggestWidget.background': '#21252b',
69
+ 'editorSuggestWidget.border': '#181a1f',
70
+ 'editorSuggestWidget.selectedBackground': '#2c313a',
71
+ 'editorWarning.foreground': '#d19a66',
72
+ 'editorWhitespace.foreground': '#ffffff',
73
+ 'editorWidget.background': '#21252b',
74
+ 'errorForeground': '#c24038',
75
+ 'focusBorder': '#3e4452',
76
+ 'foreground': '#abb2bf',
77
+ 'gitDecoration.addedResourceForeground': '#8cc265',
78
+ 'gitDecoration.deletedResourceForeground': '#e05561',
79
+ 'gitDecoration.ignoredResourceForeground': '#636b78',
80
+ 'gitDecoration.modifiedResourceForeground': '#d18f52',
81
+ 'gitDecoration.untrackedResourceForeground': '#8cc265',
82
+ 'input.background': '#1d1f23',
83
+ 'input.border': '#3e4452',
84
+ 'input.foreground': '#abb2bf',
85
+ 'list.activeSelectionBackground': '#2c313a',
86
+ 'list.activeSelectionForeground': '#d7dae0',
87
+ 'list.focusBackground': '#323842',
88
+ 'list.focusForeground': '#f0f0f0',
89
+ 'list.highlightForeground': '#ecebeb',
90
+ 'list.hoverBackground': '#2c313a',
91
+ 'list.hoverForeground': '#abb2bf',
92
+ 'list.inactiveSelectionBackground': '#323842',
93
+ 'list.inactiveSelectionForeground': '#d7dae0',
94
+ 'list.warningForeground': '#d19a66',
95
+ 'menu.foreground': '#abb2bf',
96
+ 'menu.separatorBackground': '#343a45',
97
+ 'minimapGutter.addedBackground': '#109868',
98
+ 'minimapGutter.deletedBackground': '#9A353D',
99
+ 'minimapGutter.modifiedBackground': '#948B60',
100
+ 'multiDiffEditor.headerBackground': '#21252b',
101
+ 'panel.background': '#282c34',
102
+ 'panel.border': '#3e4452',
103
+ 'panelSectionHeader.background': '#21252b',
104
+ 'peekViewEditor.background': '#1b1d23',
105
+ 'peekViewEditor.matchHighlightBackground': '#29244b',
106
+ 'peekViewResult.background': '#22262b',
107
+ 'scrollbar.shadow': '#23252c',
108
+ 'scrollbarSlider.activeBackground': '#747d91',
109
+ 'scrollbarSlider.background': '#4e5666',
110
+ 'scrollbarSlider.hoverBackground': '#5a6375',
111
+ 'settings.focusedRowBackground': '#282c34',
112
+ 'settings.headerForeground': '#fff',
113
+ 'sideBar.background': '#21252b',
114
+ 'sideBar.foreground': '#abb2bf',
115
+ 'sideBarSectionHeader.background': '#282c34',
116
+ 'sideBarSectionHeader.foreground': '#abb2bf',
117
+ 'statusBar.background': '#21252b',
118
+ 'statusBar.debuggingBackground': '#cc6633',
119
+ 'statusBar.debuggingBorder': '#ff0000',
120
+ 'statusBar.debuggingForeground': '#ffffff',
121
+ 'statusBar.foreground': '#9da5b4',
122
+ 'statusBar.noFolderBackground': '#21252b',
123
+ 'statusBarItem.remoteBackground': '#4d78cc',
124
+ 'statusBarItem.remoteForeground': '#f8fafd',
125
+ 'tab.activeBackground': '#282c34',
126
+ 'tab.activeBorder': '#b4b4b4',
127
+ 'tab.activeForeground': '#dcdcdc',
128
+ 'tab.border': '#181a1f',
129
+ 'tab.hoverBackground': '#323842',
130
+ 'tab.inactiveBackground': '#21252b',
131
+ 'tab.unfocusedHoverBackground': '#323842',
132
+ 'terminal.ansiBlack': '#3f4451',
133
+ 'terminal.ansiBlue': '#4aa5f0',
134
+ 'terminal.ansiBrightBlack': '#4f5666',
135
+ 'terminal.ansiBrightBlue': '#4dc4ff',
136
+ 'terminal.ansiBrightCyan': '#4cd1e0',
137
+ 'terminal.ansiBrightGreen': '#a5e075',
138
+ 'terminal.ansiBrightMagenta': '#de73ff',
139
+ 'terminal.ansiBrightRed': '#ff616e',
140
+ 'terminal.ansiBrightWhite': '#e6e6e6',
141
+ 'terminal.ansiBrightYellow': '#f0a45d',
142
+ 'terminal.ansiCyan': '#42b3c2',
143
+ 'terminal.ansiGreen': '#8cc265',
144
+ 'terminal.ansiMagenta': '#c162de',
145
+ 'terminal.ansiRed': '#e05561',
146
+ 'terminal.ansiWhite': '#d7dae0',
147
+ 'terminal.ansiYellow': '#d18f52',
148
+ 'terminal.background': '#282c34',
149
+ 'terminal.border': '#3e4452',
150
+ 'terminal.foreground': '#abb2bf',
151
+ 'terminal.selectionBackground': '#abb2bf',
152
+ 'textBlockQuote.background': '#2e3440',
153
+ 'textBlockQuote.border': '#4b5362',
154
+ 'textLink.activeForeground': '#61afef',
155
+ 'textLink.foreground': '#61afef',
156
+ 'textPreformat.foreground': '#d19a66',
157
+ 'titleBar.activeBackground': '#282c34',
158
+ 'titleBar.activeForeground': '#9da5b4',
159
+ 'titleBar.inactiveBackground': '#282c34',
160
+ 'titleBar.inactiveForeground': '#6b717d',
161
+ 'tree.indentGuidesStroke': '#ffffff',
162
+ 'walkThrough.embeddedEditorBackground': '#2e3440',
163
+ 'welcomePage.buttonHoverBackground': '#404754',
164
+ },
165
+ displayName: 'One Dark Pro',
166
+ fg: '#abb2bf',
167
+ name: 'one-dark-pro',
168
+ semanticHighlighting: true,
169
+ semanticTokenColors: {
170
+ 'annotation:dart': {
171
+ foreground: '#d19a66',
172
+ },
173
+ 'enumMember': {
174
+ foreground: '#56b6c2',
175
+ },
176
+ 'macro': {
177
+ foreground: '#d19a66',
178
+ },
179
+ 'memberOperatorOverload': {
180
+ foreground: '#c678dd',
181
+ },
182
+ 'parameter.label:dart': {
183
+ foreground: '#abb2bf',
184
+ },
185
+ 'property:dart': {
186
+ foreground: '#d19a66',
187
+ },
188
+ 'tomlArrayKey': {
189
+ foreground: '#e5c07b',
190
+ },
191
+ 'variable.constant': {
192
+ foreground: '#d19a66',
193
+ },
194
+ 'variable.defaultLibrary': {
195
+ foreground: '#e5c07b',
196
+ },
197
+ 'variable:dart': {
198
+ foreground: '#d19a66',
199
+ },
200
+ },
201
+ settings: [
202
+ {
203
+ settings: {
204
+ background: '#282c34',
205
+ foreground: '#abb2bf',
206
+ },
207
+ },
208
+ {
209
+ scope: 'meta.embedded',
210
+ settings: {
211
+ foreground: '#abb2bf',
212
+ },
213
+ },
214
+ {
215
+ scope:
216
+ 'punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison',
217
+ settings: {
218
+ foreground: '#e06c75',
219
+ },
220
+ },
221
+ {
222
+ scope: 'variable.other.generic-type.haskell',
223
+ settings: {
224
+ foreground: '#c678dd',
225
+ },
226
+ },
227
+ {
228
+ scope: 'storage.type.haskell',
229
+ settings: {
230
+ foreground: '#d19a66',
231
+ },
232
+ },
233
+ {
234
+ scope: 'support.variable.magic.python',
235
+ settings: {
236
+ foreground: '#e06c75',
237
+ },
238
+ },
239
+ {
240
+ scope:
241
+ 'punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python',
242
+ settings: {
243
+ foreground: '#abb2bf',
244
+ },
245
+ },
246
+ {
247
+ scope: 'variable.parameter.function.language.special.self.python',
248
+ settings: {
249
+ foreground: '#e5c07b',
250
+ },
251
+ },
252
+ {
253
+ scope: 'variable.parameter.function.language.special.cls.python',
254
+ settings: {
255
+ foreground: '#e5c07b',
256
+ },
257
+ },
258
+ {
259
+ scope: 'storage.modifier.lifetime.rust',
260
+ settings: {
261
+ foreground: '#abb2bf',
262
+ },
263
+ },
264
+ {
265
+ scope: 'support.function.std.rust',
266
+ settings: {
267
+ foreground: '#61afef',
268
+ },
269
+ },
270
+ {
271
+ scope: 'entity.name.lifetime.rust',
272
+ settings: {
273
+ foreground: '#e5c07b',
274
+ },
275
+ },
276
+ {
277
+ scope: 'variable.language.rust',
278
+ settings: {
279
+ foreground: '#e06c75',
280
+ },
281
+ },
282
+ {
283
+ scope: 'support.constant.edge',
284
+ settings: {
285
+ foreground: '#c678dd',
286
+ },
287
+ },
288
+ {
289
+ scope: 'constant.other.character-class.regexp',
290
+ settings: {
291
+ foreground: '#e06c75',
292
+ },
293
+ },
294
+ {
295
+ scope: ['keyword.operator.word'],
296
+ settings: {
297
+ foreground: '#c678dd',
298
+ },
299
+ },
300
+ {
301
+ scope: 'keyword.operator.quantifier.regexp',
302
+ settings: {
303
+ foreground: '#d19a66',
304
+ },
305
+ },
306
+ {
307
+ scope: 'variable.parameter.function',
308
+ settings: {
309
+ foreground: '#abb2bf',
310
+ },
311
+ },
312
+ {
313
+ scope: 'comment markup.link',
314
+ settings: {
315
+ foreground: '#5c6370',
316
+ },
317
+ },
318
+ {
319
+ scope: 'markup.changed.diff',
320
+ settings: {
321
+ foreground: '#e5c07b',
322
+ },
323
+ },
324
+ {
325
+ scope:
326
+ 'meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff',
327
+ settings: {
328
+ foreground: '#61afef',
329
+ },
330
+ },
331
+ {
332
+ scope: 'markup.inserted.diff',
333
+ settings: {
334
+ foreground: '#98c379',
335
+ },
336
+ },
337
+ {
338
+ scope: 'markup.deleted.diff',
339
+ settings: {
340
+ foreground: '#e06c75',
341
+ },
342
+ },
343
+ {
344
+ scope: 'meta.function.c,meta.function.cpp',
345
+ settings: {
346
+ foreground: '#e06c75',
347
+ },
348
+ },
349
+ {
350
+ scope:
351
+ 'punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c',
352
+ settings: {
353
+ foreground: '#abb2bf',
354
+ },
355
+ },
356
+ {
357
+ scope: 'punctuation.separator.key-value',
358
+ settings: {
359
+ foreground: '#abb2bf',
360
+ },
361
+ },
362
+ {
363
+ scope: 'keyword.operator.expression.import',
364
+ settings: {
365
+ foreground: '#61afef',
366
+ },
367
+ },
368
+ {
369
+ scope: 'support.constant.math',
370
+ settings: {
371
+ foreground: '#e5c07b',
372
+ },
373
+ },
374
+ {
375
+ scope: 'support.constant.property.math',
376
+ settings: {
377
+ foreground: '#d19a66',
378
+ },
379
+ },
380
+ {
381
+ scope: 'variable.other.constant',
382
+ settings: {
383
+ foreground: '#e5c07b',
384
+ },
385
+ },
386
+ {
387
+ scope: ['storage.type.annotation.java', 'storage.type.object.array.java'],
388
+ settings: {
389
+ foreground: '#e5c07b',
390
+ },
391
+ },
392
+ {
393
+ scope: 'source.java',
394
+ settings: {
395
+ foreground: '#e06c75',
396
+ },
397
+ },
398
+ {
399
+ scope:
400
+ 'punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java',
401
+ settings: {
402
+ foreground: '#abb2bf',
403
+ },
404
+ },
405
+ {
406
+ scope: 'meta.method.java',
407
+ settings: {
408
+ foreground: '#61afef',
409
+ },
410
+ },
411
+ {
412
+ scope: 'storage.modifier.import.java,storage.type.java,storage.type.generic.java',
413
+ settings: {
414
+ foreground: '#e5c07b',
415
+ },
416
+ },
417
+ {
418
+ scope: 'keyword.operator.instanceof.java',
419
+ settings: {
420
+ foreground: '#c678dd',
421
+ },
422
+ },
423
+ {
424
+ scope: 'meta.definition.variable.name.java',
425
+ settings: {
426
+ foreground: '#e06c75',
427
+ },
428
+ },
429
+ {
430
+ scope: 'keyword.operator.logical',
431
+ settings: {
432
+ foreground: '#56b6c2',
433
+ },
434
+ },
435
+ {
436
+ scope: 'keyword.operator.bitwise',
437
+ settings: {
438
+ foreground: '#56b6c2',
439
+ },
440
+ },
441
+ {
442
+ scope: 'keyword.operator.channel',
443
+ settings: {
444
+ foreground: '#56b6c2',
445
+ },
446
+ },
447
+ {
448
+ scope: 'support.constant.property-value.scss,support.constant.property-value.css',
449
+ settings: {
450
+ foreground: '#d19a66',
451
+ },
452
+ },
453
+ {
454
+ scope: 'keyword.operator.css,keyword.operator.scss,keyword.operator.less',
455
+ settings: {
456
+ foreground: '#56b6c2',
457
+ },
458
+ },
459
+ {
460
+ scope:
461
+ 'support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss',
462
+ settings: {
463
+ foreground: '#d19a66',
464
+ },
465
+ },
466
+ {
467
+ scope: 'punctuation.separator.list.comma.css',
468
+ settings: {
469
+ foreground: '#abb2bf',
470
+ },
471
+ },
472
+ {
473
+ scope: 'support.constant.color.w3c-standard-color-name.css',
474
+ settings: {
475
+ foreground: '#d19a66',
476
+ },
477
+ },
478
+ {
479
+ scope: 'support.type.vendored.property-name.css',
480
+ settings: {
481
+ foreground: '#56b6c2',
482
+ },
483
+ },
484
+ {
485
+ scope: 'support.module.node,support.type.object.module,support.module.node',
486
+ settings: {
487
+ foreground: '#e5c07b',
488
+ },
489
+ },
490
+ {
491
+ scope: 'entity.name.type.module',
492
+ settings: {
493
+ foreground: '#e5c07b',
494
+ },
495
+ },
496
+ {
497
+ scope:
498
+ 'variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node',
499
+ settings: {
500
+ foreground: '#e06c75',
501
+ },
502
+ },
503
+ {
504
+ scope: 'support.constant.json',
505
+ settings: {
506
+ foreground: '#d19a66',
507
+ },
508
+ },
509
+ {
510
+ scope: [
511
+ 'keyword.operator.expression.instanceof',
512
+ 'keyword.operator.new',
513
+ 'keyword.operator.ternary',
514
+ 'keyword.operator.optional',
515
+ 'keyword.operator.expression.keyof',
516
+ ],
517
+ settings: {
518
+ foreground: '#c678dd',
519
+ },
520
+ },
521
+ {
522
+ scope: 'support.type.object.console',
523
+ settings: {
524
+ foreground: '#e06c75',
525
+ },
526
+ },
527
+ {
528
+ scope: 'support.variable.property.process',
529
+ settings: {
530
+ foreground: '#d19a66',
531
+ },
532
+ },
533
+ {
534
+ scope: 'entity.name.function,support.function.console',
535
+ settings: {
536
+ foreground: '#61afef',
537
+ },
538
+ },
539
+ {
540
+ scope: 'keyword.operator.misc.rust',
541
+ settings: {
542
+ foreground: '#abb2bf',
543
+ },
544
+ },
545
+ {
546
+ scope: 'keyword.operator.sigil.rust',
547
+ settings: {
548
+ foreground: '#c678dd',
549
+ },
550
+ },
551
+ {
552
+ scope: 'keyword.operator.delete',
553
+ settings: {
554
+ foreground: '#c678dd',
555
+ },
556
+ },
557
+ {
558
+ scope: 'support.type.object.dom',
559
+ settings: {
560
+ foreground: '#56b6c2',
561
+ },
562
+ },
563
+ {
564
+ scope: 'support.variable.dom,support.variable.property.dom',
565
+ settings: {
566
+ foreground: '#e06c75',
567
+ },
568
+ },
569
+ {
570
+ scope:
571
+ 'keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational',
572
+ settings: {
573
+ foreground: '#56b6c2',
574
+ },
575
+ },
576
+ {
577
+ scope:
578
+ 'keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp',
579
+ settings: {
580
+ foreground: '#c678dd',
581
+ },
582
+ },
583
+ {
584
+ scope: 'punctuation.separator.delimiter',
585
+ settings: {
586
+ foreground: '#abb2bf',
587
+ },
588
+ },
589
+ {
590
+ scope: 'punctuation.separator.c,punctuation.separator.cpp',
591
+ settings: {
592
+ foreground: '#c678dd',
593
+ },
594
+ },
595
+ {
596
+ scope: 'support.type.posix-reserved.c,support.type.posix-reserved.cpp',
597
+ settings: {
598
+ foreground: '#56b6c2',
599
+ },
600
+ },
601
+ {
602
+ scope: 'keyword.operator.sizeof.c,keyword.operator.sizeof.cpp',
603
+ settings: {
604
+ foreground: '#c678dd',
605
+ },
606
+ },
607
+ {
608
+ scope: 'variable.parameter.function.language.python',
609
+ settings: {
610
+ foreground: '#d19a66',
611
+ },
612
+ },
613
+ {
614
+ scope: 'support.type.python',
615
+ settings: {
616
+ foreground: '#56b6c2',
617
+ },
618
+ },
619
+ {
620
+ scope: 'keyword.operator.logical.python',
621
+ settings: {
622
+ foreground: '#c678dd',
623
+ },
624
+ },
625
+ {
626
+ scope: 'variable.parameter.function.python',
627
+ settings: {
628
+ foreground: '#d19a66',
629
+ },
630
+ },
631
+ {
632
+ scope:
633
+ 'punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python',
634
+ settings: {
635
+ foreground: '#abb2bf',
636
+ },
637
+ },
638
+ {
639
+ scope: 'meta.function-call.generic.python',
640
+ settings: {
641
+ foreground: '#61afef',
642
+ },
643
+ },
644
+ {
645
+ scope: 'constant.character.format.placeholder.other.python',
646
+ settings: {
647
+ foreground: '#d19a66',
648
+ },
649
+ },
650
+ {
651
+ scope: 'keyword.operator',
652
+ settings: {
653
+ foreground: '#abb2bf',
654
+ },
655
+ },
656
+ {
657
+ scope: 'keyword.operator.assignment.compound',
658
+ settings: {
659
+ foreground: '#c678dd',
660
+ },
661
+ },
662
+ {
663
+ scope: 'keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts',
664
+ settings: {
665
+ foreground: '#56b6c2',
666
+ },
667
+ },
668
+ {
669
+ scope: 'keyword',
670
+ settings: {
671
+ foreground: '#c678dd',
672
+ },
673
+ },
674
+ {
675
+ scope: 'entity.name.namespace',
676
+ settings: {
677
+ foreground: '#e5c07b',
678
+ },
679
+ },
680
+ {
681
+ scope: 'variable',
682
+ settings: {
683
+ foreground: '#e06c75',
684
+ },
685
+ },
686
+ {
687
+ scope: 'variable.c',
688
+ settings: {
689
+ foreground: '#abb2bf',
690
+ },
691
+ },
692
+ {
693
+ scope: 'variable.language',
694
+ settings: {
695
+ foreground: '#e5c07b',
696
+ },
697
+ },
698
+ {
699
+ scope: 'token.variable.parameter.java',
700
+ settings: {
701
+ foreground: '#abb2bf',
702
+ },
703
+ },
704
+ {
705
+ scope: 'import.storage.java',
706
+ settings: {
707
+ foreground: '#e5c07b',
708
+ },
709
+ },
710
+ {
711
+ scope: 'token.package.keyword',
712
+ settings: {
713
+ foreground: '#c678dd',
714
+ },
715
+ },
716
+ {
717
+ scope: 'token.package',
718
+ settings: {
719
+ foreground: '#abb2bf',
720
+ },
721
+ },
722
+ {
723
+ scope: [
724
+ 'entity.name.function',
725
+ 'meta.require',
726
+ 'support.function.any-method',
727
+ 'variable.function',
728
+ ],
729
+ settings: {
730
+ foreground: '#61afef',
731
+ },
732
+ },
733
+ {
734
+ scope: 'entity.name.type.namespace',
735
+ settings: {
736
+ foreground: '#e5c07b',
737
+ },
738
+ },
739
+ {
740
+ scope: 'support.class, entity.name.type.class',
741
+ settings: {
742
+ foreground: '#e5c07b',
743
+ },
744
+ },
745
+ {
746
+ scope: 'entity.name.class.identifier.namespace.type',
747
+ settings: {
748
+ foreground: '#e5c07b',
749
+ },
750
+ },
751
+ {
752
+ scope: ['entity.name.class', 'variable.other.class.js', 'variable.other.class.ts'],
753
+ settings: {
754
+ foreground: '#e5c07b',
755
+ },
756
+ },
757
+ {
758
+ scope: 'variable.other.class.php',
759
+ settings: {
760
+ foreground: '#e06c75',
761
+ },
762
+ },
763
+ {
764
+ scope: 'entity.name.type',
765
+ settings: {
766
+ foreground: '#e5c07b',
767
+ },
768
+ },
769
+ {
770
+ scope: 'keyword.control',
771
+ settings: {
772
+ foreground: '#c678dd',
773
+ },
774
+ },
775
+ {
776
+ scope: 'control.elements, keyword.operator.less',
777
+ settings: {
778
+ foreground: '#d19a66',
779
+ },
780
+ },
781
+ {
782
+ scope: 'keyword.other.special-method',
783
+ settings: {
784
+ foreground: '#61afef',
785
+ },
786
+ },
787
+ {
788
+ scope: 'storage',
789
+ settings: {
790
+ foreground: '#c678dd',
791
+ },
792
+ },
793
+ {
794
+ scope: 'token.storage',
795
+ settings: {
796
+ foreground: '#c678dd',
797
+ },
798
+ },
799
+ {
800
+ scope:
801
+ 'keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void',
802
+ settings: {
803
+ foreground: '#c678dd',
804
+ },
805
+ },
806
+ {
807
+ scope: 'token.storage.type.java',
808
+ settings: {
809
+ foreground: '#e5c07b',
810
+ },
811
+ },
812
+ {
813
+ scope: 'support.function',
814
+ settings: {
815
+ foreground: '#56b6c2',
816
+ },
817
+ },
818
+ {
819
+ scope: 'support.type.property-name',
820
+ settings: {
821
+ foreground: '#abb2bf',
822
+ },
823
+ },
824
+ {
825
+ scope:
826
+ 'support.type.property-name.toml, support.type.property-name.table.toml, support.type.property-name.array.toml',
827
+ settings: {
828
+ foreground: '#e06c75',
829
+ },
830
+ },
831
+ {
832
+ scope: 'support.constant.property-value',
833
+ settings: {
834
+ foreground: '#abb2bf',
835
+ },
836
+ },
837
+ {
838
+ scope: 'support.constant.font-name',
839
+ settings: {
840
+ foreground: '#d19a66',
841
+ },
842
+ },
843
+ {
844
+ scope: 'meta.tag',
845
+ settings: {
846
+ foreground: '#abb2bf',
847
+ },
848
+ },
849
+ {
850
+ scope: 'string',
851
+ settings: {
852
+ foreground: '#98c379',
853
+ },
854
+ },
855
+ {
856
+ scope: 'constant.other.symbol',
857
+ settings: {
858
+ foreground: '#56b6c2',
859
+ },
860
+ },
861
+ {
862
+ scope: 'constant.numeric',
863
+ settings: {
864
+ foreground: '#d19a66',
865
+ },
866
+ },
867
+ {
868
+ scope: 'constant',
869
+ settings: {
870
+ foreground: '#d19a66',
871
+ },
872
+ },
873
+ {
874
+ scope: 'punctuation.definition.constant',
875
+ settings: {
876
+ foreground: '#d19a66',
877
+ },
878
+ },
879
+ {
880
+ scope: 'entity.name.tag',
881
+ settings: {
882
+ foreground: '#e06c75',
883
+ },
884
+ },
885
+ {
886
+ scope: 'entity.other.attribute-name',
887
+ settings: {
888
+ foreground: '#d19a66',
889
+ },
890
+ },
891
+ {
892
+ scope: 'entity.other.attribute-name.id',
893
+ settings: {
894
+ foreground: '#61afef',
895
+ },
896
+ },
897
+ {
898
+ scope: 'entity.other.attribute-name.class.css',
899
+ settings: {
900
+ foreground: '#d19a66',
901
+ },
902
+ },
903
+ {
904
+ scope: 'meta.selector',
905
+ settings: {
906
+ foreground: '#c678dd',
907
+ },
908
+ },
909
+ {
910
+ scope: 'markup.heading',
911
+ settings: {
912
+ foreground: '#e06c75',
913
+ },
914
+ },
915
+ {
916
+ scope: 'markup.heading punctuation.definition.heading, entity.name.section',
917
+ settings: {
918
+ foreground: '#61afef',
919
+ },
920
+ },
921
+ {
922
+ scope: 'keyword.other.unit',
923
+ settings: {
924
+ foreground: '#e06c75',
925
+ },
926
+ },
927
+ {
928
+ scope: 'markup.bold,todo.bold',
929
+ settings: {
930
+ foreground: '#d19a66',
931
+ },
932
+ },
933
+ {
934
+ scope: 'punctuation.definition.bold',
935
+ settings: {
936
+ foreground: '#e5c07b',
937
+ },
938
+ },
939
+ {
940
+ scope: 'markup.italic, punctuation.definition.italic,todo.emphasis',
941
+ settings: {
942
+ foreground: '#c678dd',
943
+ },
944
+ },
945
+ {
946
+ scope: 'emphasis md',
947
+ settings: {
948
+ foreground: '#c678dd',
949
+ },
950
+ },
951
+ {
952
+ scope: 'entity.name.section.markdown',
953
+ settings: {
954
+ foreground: '#e06c75',
955
+ },
956
+ },
957
+ {
958
+ scope: 'punctuation.definition.heading.markdown',
959
+ settings: {
960
+ foreground: '#e06c75',
961
+ },
962
+ },
963
+ {
964
+ scope: 'punctuation.definition.list.begin.markdown',
965
+ settings: {
966
+ foreground: '#e5c07b',
967
+ },
968
+ },
969
+ {
970
+ scope: 'markup.heading.setext',
971
+ settings: {
972
+ foreground: '#abb2bf',
973
+ },
974
+ },
975
+ {
976
+ scope: 'punctuation.definition.bold.markdown',
977
+ settings: {
978
+ foreground: '#d19a66',
979
+ },
980
+ },
981
+ {
982
+ scope: 'markup.inline.raw.markdown',
983
+ settings: {
984
+ foreground: '#98c379',
985
+ },
986
+ },
987
+ {
988
+ scope: 'markup.inline.raw.string.markdown',
989
+ settings: {
990
+ foreground: '#98c379',
991
+ },
992
+ },
993
+ {
994
+ scope: 'punctuation.definition.raw.markdown',
995
+ settings: {
996
+ foreground: '#e5c07b',
997
+ },
998
+ },
999
+ {
1000
+ scope: 'punctuation.definition.list.markdown',
1001
+ settings: {
1002
+ foreground: '#e5c07b',
1003
+ },
1004
+ },
1005
+ {
1006
+ scope: [
1007
+ 'punctuation.definition.string.begin.markdown',
1008
+ 'punctuation.definition.string.end.markdown',
1009
+ 'punctuation.definition.metadata.markdown',
1010
+ ],
1011
+ settings: {
1012
+ foreground: '#e06c75',
1013
+ },
1014
+ },
1015
+ {
1016
+ scope: ['beginning.punctuation.definition.list.markdown'],
1017
+ settings: {
1018
+ foreground: '#e06c75',
1019
+ },
1020
+ },
1021
+ {
1022
+ scope: 'punctuation.definition.metadata.markdown',
1023
+ settings: {
1024
+ foreground: '#e06c75',
1025
+ },
1026
+ },
1027
+ {
1028
+ scope: 'markup.underline.link.markdown,markup.underline.link.image.markdown',
1029
+ settings: {
1030
+ foreground: '#c678dd',
1031
+ },
1032
+ },
1033
+ {
1034
+ scope: 'string.other.link.title.markdown,string.other.link.description.markdown',
1035
+ settings: {
1036
+ foreground: '#61afef',
1037
+ },
1038
+ },
1039
+ {
1040
+ scope: 'markup.raw.monospace.asciidoc',
1041
+ settings: {
1042
+ foreground: '#98c379',
1043
+ },
1044
+ },
1045
+ {
1046
+ scope: 'punctuation.definition.asciidoc',
1047
+ settings: {
1048
+ foreground: '#e5c07b',
1049
+ },
1050
+ },
1051
+ {
1052
+ scope: 'markup.list.asciidoc',
1053
+ settings: {
1054
+ foreground: '#e5c07b',
1055
+ },
1056
+ },
1057
+ {
1058
+ scope: 'markup.link.asciidoc,markup.other.url.asciidoc',
1059
+ settings: {
1060
+ foreground: '#c678dd',
1061
+ },
1062
+ },
1063
+ {
1064
+ scope: 'string.unquoted.asciidoc,markup.other.url.asciidoc',
1065
+ settings: {
1066
+ foreground: '#61afef',
1067
+ },
1068
+ },
1069
+ {
1070
+ scope: 'string.regexp',
1071
+ settings: {
1072
+ foreground: '#56b6c2',
1073
+ },
1074
+ },
1075
+ {
1076
+ scope: 'punctuation.section.embedded, variable.interpolation',
1077
+ settings: {
1078
+ foreground: '#e06c75',
1079
+ },
1080
+ },
1081
+ {
1082
+ scope: 'punctuation.section.embedded.begin,punctuation.section.embedded.end',
1083
+ settings: {
1084
+ foreground: '#c678dd',
1085
+ },
1086
+ },
1087
+ {
1088
+ scope: 'invalid.illegal',
1089
+ settings: {
1090
+ foreground: '#ffffff',
1091
+ },
1092
+ },
1093
+ {
1094
+ scope: 'invalid.illegal.bad-ampersand.html',
1095
+ settings: {
1096
+ foreground: '#abb2bf',
1097
+ },
1098
+ },
1099
+ {
1100
+ scope: 'invalid.illegal.unrecognized-tag.html',
1101
+ settings: {
1102
+ foreground: '#e06c75',
1103
+ },
1104
+ },
1105
+ {
1106
+ scope: 'invalid.broken',
1107
+ settings: {
1108
+ foreground: '#ffffff',
1109
+ },
1110
+ },
1111
+ {
1112
+ scope: 'invalid.deprecated',
1113
+ settings: {
1114
+ foreground: '#ffffff',
1115
+ },
1116
+ },
1117
+ {
1118
+ scope: 'invalid.deprecated.entity.other.attribute-name.html',
1119
+ settings: {
1120
+ foreground: '#d19a66',
1121
+ },
1122
+ },
1123
+ {
1124
+ scope: 'invalid.unimplemented',
1125
+ settings: {
1126
+ foreground: '#ffffff',
1127
+ },
1128
+ },
1129
+ {
1130
+ scope: 'source.json meta.structure.dictionary.json > string.quoted.json',
1131
+ settings: {
1132
+ foreground: '#e06c75',
1133
+ },
1134
+ },
1135
+ {
1136
+ scope: 'source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string',
1137
+ settings: {
1138
+ foreground: '#e06c75',
1139
+ },
1140
+ },
1141
+ {
1142
+ scope:
1143
+ 'source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation',
1144
+ settings: {
1145
+ foreground: '#98c379',
1146
+ },
1147
+ },
1148
+ {
1149
+ scope:
1150
+ 'source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json',
1151
+ settings: {
1152
+ foreground: '#56b6c2',
1153
+ },
1154
+ },
1155
+ {
1156
+ scope: 'support.type.property-name.json',
1157
+ settings: {
1158
+ foreground: '#e06c75',
1159
+ },
1160
+ },
1161
+ {
1162
+ scope: 'support.type.property-name.json punctuation',
1163
+ settings: {
1164
+ foreground: '#e06c75',
1165
+ },
1166
+ },
1167
+ {
1168
+ scope: 'text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade',
1169
+ settings: {
1170
+ foreground: '#c678dd',
1171
+ },
1172
+ },
1173
+ {
1174
+ scope: 'text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade',
1175
+ settings: {
1176
+ foreground: '#c678dd',
1177
+ },
1178
+ },
1179
+ {
1180
+ scope:
1181
+ 'support.other.namespace.use.php,support.other.namespace.use-as.php,entity.other.alias.php,meta.interface.php',
1182
+ settings: {
1183
+ foreground: '#e5c07b',
1184
+ },
1185
+ },
1186
+ {
1187
+ scope: 'keyword.operator.error-control.php',
1188
+ settings: {
1189
+ foreground: '#c678dd',
1190
+ },
1191
+ },
1192
+ {
1193
+ scope: 'keyword.operator.type.php',
1194
+ settings: {
1195
+ foreground: '#c678dd',
1196
+ },
1197
+ },
1198
+ {
1199
+ scope: 'punctuation.section.array.begin.php',
1200
+ settings: {
1201
+ foreground: '#abb2bf',
1202
+ },
1203
+ },
1204
+ {
1205
+ scope: 'punctuation.section.array.end.php',
1206
+ settings: {
1207
+ foreground: '#abb2bf',
1208
+ },
1209
+ },
1210
+ {
1211
+ scope: 'invalid.illegal.non-null-typehinted.php',
1212
+ settings: {
1213
+ foreground: '#f44747',
1214
+ },
1215
+ },
1216
+ {
1217
+ scope:
1218
+ 'storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php',
1219
+ settings: {
1220
+ foreground: '#e5c07b',
1221
+ },
1222
+ },
1223
+ {
1224
+ scope: 'meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php',
1225
+ settings: {
1226
+ foreground: '#61afef',
1227
+ },
1228
+ },
1229
+ {
1230
+ scope:
1231
+ 'punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php',
1232
+ settings: {
1233
+ foreground: '#abb2bf',
1234
+ },
1235
+ },
1236
+ {
1237
+ scope: 'support.constant.core.rust',
1238
+ settings: {
1239
+ foreground: '#d19a66',
1240
+ },
1241
+ },
1242
+ {
1243
+ scope:
1244
+ 'support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php',
1245
+ settings: {
1246
+ foreground: '#d19a66',
1247
+ },
1248
+ },
1249
+ {
1250
+ scope: 'entity.name.goto-label.php,support.other.php',
1251
+ settings: {
1252
+ foreground: '#61afef',
1253
+ },
1254
+ },
1255
+ {
1256
+ scope:
1257
+ 'keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php',
1258
+ settings: {
1259
+ foreground: '#56b6c2',
1260
+ },
1261
+ },
1262
+ {
1263
+ scope: 'keyword.operator.regexp.php',
1264
+ settings: {
1265
+ foreground: '#c678dd',
1266
+ },
1267
+ },
1268
+ {
1269
+ scope: 'keyword.operator.comparison.php',
1270
+ settings: {
1271
+ foreground: '#56b6c2',
1272
+ },
1273
+ },
1274
+ {
1275
+ scope: 'keyword.operator.heredoc.php,keyword.operator.nowdoc.php',
1276
+ settings: {
1277
+ foreground: '#c678dd',
1278
+ },
1279
+ },
1280
+ {
1281
+ scope: 'meta.function.decorator.python',
1282
+ settings: {
1283
+ foreground: '#61afef',
1284
+ },
1285
+ },
1286
+ {
1287
+ scope: 'support.token.decorator.python,meta.function.decorator.identifier.python',
1288
+ settings: {
1289
+ foreground: '#56b6c2',
1290
+ },
1291
+ },
1292
+ {
1293
+ scope: 'function.parameter',
1294
+ settings: {
1295
+ foreground: '#abb2bf',
1296
+ },
1297
+ },
1298
+ {
1299
+ scope: 'function.brace',
1300
+ settings: {
1301
+ foreground: '#abb2bf',
1302
+ },
1303
+ },
1304
+ {
1305
+ scope: 'function.parameter.ruby, function.parameter.cs',
1306
+ settings: {
1307
+ foreground: '#abb2bf',
1308
+ },
1309
+ },
1310
+ {
1311
+ scope: 'constant.language.symbol.ruby',
1312
+ settings: {
1313
+ foreground: '#56b6c2',
1314
+ },
1315
+ },
1316
+ {
1317
+ scope: 'constant.language.symbol.hashkey.ruby',
1318
+ settings: {
1319
+ foreground: '#56b6c2',
1320
+ },
1321
+ },
1322
+ {
1323
+ scope: 'rgb-value',
1324
+ settings: {
1325
+ foreground: '#56b6c2',
1326
+ },
1327
+ },
1328
+ {
1329
+ scope: 'inline-color-decoration rgb-value',
1330
+ settings: {
1331
+ foreground: '#d19a66',
1332
+ },
1333
+ },
1334
+ {
1335
+ scope: 'less rgb-value',
1336
+ settings: {
1337
+ foreground: '#d19a66',
1338
+ },
1339
+ },
1340
+ {
1341
+ scope: 'selector.sass',
1342
+ settings: {
1343
+ foreground: '#e06c75',
1344
+ },
1345
+ },
1346
+ {
1347
+ scope:
1348
+ 'support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx',
1349
+ settings: {
1350
+ foreground: '#e5c07b',
1351
+ },
1352
+ },
1353
+ {
1354
+ scope: 'block.scope.end,block.scope.begin',
1355
+ settings: {
1356
+ foreground: '#abb2bf',
1357
+ },
1358
+ },
1359
+ {
1360
+ scope: 'storage.type.cs',
1361
+ settings: {
1362
+ foreground: '#e5c07b',
1363
+ },
1364
+ },
1365
+ {
1366
+ scope: 'entity.name.variable.local.cs',
1367
+ settings: {
1368
+ foreground: '#e06c75',
1369
+ },
1370
+ },
1371
+ {
1372
+ scope: 'token.info-token',
1373
+ settings: {
1374
+ foreground: '#61afef',
1375
+ },
1376
+ },
1377
+ {
1378
+ scope: 'token.warn-token',
1379
+ settings: {
1380
+ foreground: '#d19a66',
1381
+ },
1382
+ },
1383
+ {
1384
+ scope: 'token.error-token',
1385
+ settings: {
1386
+ foreground: '#f44747',
1387
+ },
1388
+ },
1389
+ {
1390
+ scope: 'token.debug-token',
1391
+ settings: {
1392
+ foreground: '#c678dd',
1393
+ },
1394
+ },
1395
+ {
1396
+ scope: [
1397
+ 'punctuation.definition.template-expression.begin',
1398
+ 'punctuation.definition.template-expression.end',
1399
+ 'punctuation.section.embedded',
1400
+ ],
1401
+ settings: {
1402
+ foreground: '#c678dd',
1403
+ },
1404
+ },
1405
+ {
1406
+ scope: ['meta.template.expression'],
1407
+ settings: {
1408
+ foreground: '#abb2bf',
1409
+ },
1410
+ },
1411
+ {
1412
+ scope: ['keyword.operator.module'],
1413
+ settings: {
1414
+ foreground: '#c678dd',
1415
+ },
1416
+ },
1417
+ {
1418
+ scope: ['support.type.type.flowtype'],
1419
+ settings: {
1420
+ foreground: '#61afef',
1421
+ },
1422
+ },
1423
+ {
1424
+ scope: ['support.type.primitive'],
1425
+ settings: {
1426
+ foreground: '#e5c07b',
1427
+ },
1428
+ },
1429
+ {
1430
+ scope: ['meta.property.object'],
1431
+ settings: {
1432
+ foreground: '#e06c75',
1433
+ },
1434
+ },
1435
+ {
1436
+ scope: ['variable.parameter.function.js'],
1437
+ settings: {
1438
+ foreground: '#e06c75',
1439
+ },
1440
+ },
1441
+ {
1442
+ scope: ['keyword.other.template.begin'],
1443
+ settings: {
1444
+ foreground: '#98c379',
1445
+ },
1446
+ },
1447
+ {
1448
+ scope: ['keyword.other.template.end'],
1449
+ settings: {
1450
+ foreground: '#98c379',
1451
+ },
1452
+ },
1453
+ {
1454
+ scope: ['keyword.other.substitution.begin'],
1455
+ settings: {
1456
+ foreground: '#98c379',
1457
+ },
1458
+ },
1459
+ {
1460
+ scope: ['keyword.other.substitution.end'],
1461
+ settings: {
1462
+ foreground: '#98c379',
1463
+ },
1464
+ },
1465
+ {
1466
+ scope: ['keyword.operator.assignment'],
1467
+ settings: {
1468
+ foreground: '#56b6c2',
1469
+ },
1470
+ },
1471
+ {
1472
+ scope: ['keyword.operator.assignment.go'],
1473
+ settings: {
1474
+ foreground: '#e5c07b',
1475
+ },
1476
+ },
1477
+ {
1478
+ scope: ['keyword.operator.arithmetic.go', 'keyword.operator.address.go'],
1479
+ settings: {
1480
+ foreground: '#c678dd',
1481
+ },
1482
+ },
1483
+ {
1484
+ scope: ['keyword.operator.arithmetic.c', 'keyword.operator.arithmetic.cpp'],
1485
+ settings: {
1486
+ foreground: '#c678dd',
1487
+ },
1488
+ },
1489
+ {
1490
+ scope: ['entity.name.package.go'],
1491
+ settings: {
1492
+ foreground: '#e5c07b',
1493
+ },
1494
+ },
1495
+ {
1496
+ scope: ['support.type.prelude.elm'],
1497
+ settings: {
1498
+ foreground: '#56b6c2',
1499
+ },
1500
+ },
1501
+ {
1502
+ scope: ['support.constant.elm'],
1503
+ settings: {
1504
+ foreground: '#d19a66',
1505
+ },
1506
+ },
1507
+ {
1508
+ scope: ['punctuation.quasi.element'],
1509
+ settings: {
1510
+ foreground: '#c678dd',
1511
+ },
1512
+ },
1513
+ {
1514
+ scope: ['constant.character.entity'],
1515
+ settings: {
1516
+ foreground: '#e06c75',
1517
+ },
1518
+ },
1519
+ {
1520
+ scope: [
1521
+ 'entity.other.attribute-name.pseudo-element',
1522
+ 'entity.other.attribute-name.pseudo-class',
1523
+ ],
1524
+ settings: {
1525
+ foreground: '#56b6c2',
1526
+ },
1527
+ },
1528
+ {
1529
+ scope: ['entity.global.clojure'],
1530
+ settings: {
1531
+ foreground: '#e5c07b',
1532
+ },
1533
+ },
1534
+ {
1535
+ scope: ['meta.symbol.clojure'],
1536
+ settings: {
1537
+ foreground: '#e06c75',
1538
+ },
1539
+ },
1540
+ {
1541
+ scope: ['constant.keyword.clojure'],
1542
+ settings: {
1543
+ foreground: '#56b6c2',
1544
+ },
1545
+ },
1546
+ {
1547
+ scope: ['meta.arguments.coffee', 'variable.parameter.function.coffee'],
1548
+ settings: {
1549
+ foreground: '#e06c75',
1550
+ },
1551
+ },
1552
+ {
1553
+ scope: ['source.ini'],
1554
+ settings: {
1555
+ foreground: '#98c379',
1556
+ },
1557
+ },
1558
+ {
1559
+ scope: ['meta.scope.prerequisites.makefile'],
1560
+ settings: {
1561
+ foreground: '#e06c75',
1562
+ },
1563
+ },
1564
+ {
1565
+ scope: ['source.makefile'],
1566
+ settings: {
1567
+ foreground: '#e5c07b',
1568
+ },
1569
+ },
1570
+ {
1571
+ scope: ['storage.modifier.import.groovy'],
1572
+ settings: {
1573
+ foreground: '#e5c07b',
1574
+ },
1575
+ },
1576
+ {
1577
+ scope: ['meta.method.groovy'],
1578
+ settings: {
1579
+ foreground: '#61afef',
1580
+ },
1581
+ },
1582
+ {
1583
+ scope: ['meta.definition.variable.name.groovy'],
1584
+ settings: {
1585
+ foreground: '#e06c75',
1586
+ },
1587
+ },
1588
+ {
1589
+ scope: ['meta.definition.class.inherited.classes.groovy'],
1590
+ settings: {
1591
+ foreground: '#98c379',
1592
+ },
1593
+ },
1594
+ {
1595
+ scope: ['support.variable.semantic.hlsl'],
1596
+ settings: {
1597
+ foreground: '#e5c07b',
1598
+ },
1599
+ },
1600
+ {
1601
+ scope: [
1602
+ 'support.type.texture.hlsl',
1603
+ 'support.type.sampler.hlsl',
1604
+ 'support.type.object.hlsl',
1605
+ 'support.type.object.rw.hlsl',
1606
+ 'support.type.fx.hlsl',
1607
+ 'support.type.object.hlsl',
1608
+ ],
1609
+ settings: {
1610
+ foreground: '#c678dd',
1611
+ },
1612
+ },
1613
+ {
1614
+ scope: ['text.variable', 'text.bracketed'],
1615
+ settings: {
1616
+ foreground: '#e06c75',
1617
+ },
1618
+ },
1619
+ {
1620
+ scope: ['support.type.swift', 'support.type.vb.asp'],
1621
+ settings: {
1622
+ foreground: '#e5c07b',
1623
+ },
1624
+ },
1625
+ {
1626
+ scope: ['entity.name.function.xi'],
1627
+ settings: {
1628
+ foreground: '#e5c07b',
1629
+ },
1630
+ },
1631
+ {
1632
+ scope: ['entity.name.class.xi'],
1633
+ settings: {
1634
+ foreground: '#56b6c2',
1635
+ },
1636
+ },
1637
+ {
1638
+ scope: ['constant.character.character-class.regexp.xi'],
1639
+ settings: {
1640
+ foreground: '#e06c75',
1641
+ },
1642
+ },
1643
+ {
1644
+ scope: ['constant.regexp.xi'],
1645
+ settings: {
1646
+ foreground: '#c678dd',
1647
+ },
1648
+ },
1649
+ {
1650
+ scope: ['keyword.control.xi'],
1651
+ settings: {
1652
+ foreground: '#56b6c2',
1653
+ },
1654
+ },
1655
+ {
1656
+ scope: ['invalid.xi'],
1657
+ settings: {
1658
+ foreground: '#abb2bf',
1659
+ },
1660
+ },
1661
+ {
1662
+ scope: ['beginning.punctuation.definition.quote.markdown.xi'],
1663
+ settings: {
1664
+ foreground: '#98c379',
1665
+ },
1666
+ },
1667
+ {
1668
+ scope: ['beginning.punctuation.definition.list.markdown.xi'],
1669
+ settings: {
1670
+ foreground: '#7f848e',
1671
+ },
1672
+ },
1673
+ {
1674
+ scope: ['constant.character.xi'],
1675
+ settings: {
1676
+ foreground: '#61afef',
1677
+ },
1678
+ },
1679
+ {
1680
+ scope: ['accent.xi'],
1681
+ settings: {
1682
+ foreground: '#61afef',
1683
+ },
1684
+ },
1685
+ {
1686
+ scope: ['wikiword.xi'],
1687
+ settings: {
1688
+ foreground: '#d19a66',
1689
+ },
1690
+ },
1691
+ {
1692
+ scope: ['constant.other.color.rgb-value.xi'],
1693
+ settings: {
1694
+ foreground: '#ffffff',
1695
+ },
1696
+ },
1697
+ {
1698
+ scope: ['punctuation.definition.tag.xi'],
1699
+ settings: {
1700
+ foreground: '#5c6370',
1701
+ },
1702
+ },
1703
+ {
1704
+ scope: [
1705
+ 'entity.name.label.cs',
1706
+ 'entity.name.scope-resolution.function.call',
1707
+ 'entity.name.scope-resolution.function.definition',
1708
+ ],
1709
+ settings: {
1710
+ foreground: '#e5c07b',
1711
+ },
1712
+ },
1713
+ {
1714
+ scope: [
1715
+ 'entity.name.label.cs',
1716
+ 'markup.heading.setext.1.markdown',
1717
+ 'markup.heading.setext.2.markdown',
1718
+ ],
1719
+ settings: {
1720
+ foreground: '#e06c75',
1721
+ },
1722
+ },
1723
+ {
1724
+ scope: [' meta.brace.square'],
1725
+ settings: {
1726
+ foreground: '#abb2bf',
1727
+ },
1728
+ },
1729
+ {
1730
+ scope: 'comment, punctuation.definition.comment',
1731
+ settings: {
1732
+ fontStyle: 'italic',
1733
+ foreground: '#7f848e',
1734
+ },
1735
+ },
1736
+ {
1737
+ scope: 'markup.quote.markdown',
1738
+ settings: {
1739
+ foreground: '#5c6370',
1740
+ },
1741
+ },
1742
+ {
1743
+ scope: 'punctuation.definition.block.sequence.item.yaml',
1744
+ settings: {
1745
+ foreground: '#abb2bf',
1746
+ },
1747
+ },
1748
+ {
1749
+ scope: ['constant.language.symbol.elixir', 'constant.language.symbol.double-quoted.elixir'],
1750
+ settings: {
1751
+ foreground: '#56b6c2',
1752
+ },
1753
+ },
1754
+ {
1755
+ scope: ['entity.name.variable.parameter.cs'],
1756
+ settings: {
1757
+ foreground: '#e5c07b',
1758
+ },
1759
+ },
1760
+ {
1761
+ scope: ['entity.name.variable.field.cs'],
1762
+ settings: {
1763
+ foreground: '#e06c75',
1764
+ },
1765
+ },
1766
+ {
1767
+ scope: 'markup.deleted',
1768
+ settings: {
1769
+ foreground: '#e06c75',
1770
+ },
1771
+ },
1772
+ {
1773
+ scope: 'markup.inserted',
1774
+ settings: {
1775
+ foreground: '#98c379',
1776
+ },
1777
+ },
1778
+ {
1779
+ scope: 'markup.underline',
1780
+ settings: {
1781
+ fontStyle: 'underline',
1782
+ },
1783
+ },
1784
+ {
1785
+ scope: ['punctuation.section.embedded.begin.php', 'punctuation.section.embedded.end.php'],
1786
+ settings: {
1787
+ foreground: '#BE5046',
1788
+ },
1789
+ },
1790
+ {
1791
+ scope: ['support.other.namespace.php'],
1792
+ settings: {
1793
+ foreground: '#abb2bf',
1794
+ },
1795
+ },
1796
+ {
1797
+ scope: ['variable.parameter.function.latex'],
1798
+ settings: {
1799
+ foreground: '#e06c75',
1800
+ },
1801
+ },
1802
+ {
1803
+ scope: ['variable.other.object'],
1804
+ settings: {
1805
+ foreground: '#e5c07b',
1806
+ },
1807
+ },
1808
+ {
1809
+ scope: ['variable.other.constant.property'],
1810
+ settings: {
1811
+ foreground: '#e06c75',
1812
+ },
1813
+ },
1814
+ {
1815
+ scope: ['entity.other.inherited-class'],
1816
+ settings: {
1817
+ foreground: '#e5c07b',
1818
+ },
1819
+ },
1820
+ {
1821
+ scope: 'variable.other.readwrite.c',
1822
+ settings: {
1823
+ foreground: '#e06c75',
1824
+ },
1825
+ },
1826
+ {
1827
+ scope:
1828
+ 'entity.name.variable.parameter.php,punctuation.separator.colon.php,constant.other.php',
1829
+ settings: {
1830
+ foreground: '#abb2bf',
1831
+ },
1832
+ },
1833
+ {
1834
+ scope: ['constant.numeric.decimal.asm.x86_64'],
1835
+ settings: {
1836
+ foreground: '#c678dd',
1837
+ },
1838
+ },
1839
+ {
1840
+ scope: ['support.other.parenthesis.regexp'],
1841
+ settings: {
1842
+ foreground: '#d19a66',
1843
+ },
1844
+ },
1845
+ {
1846
+ scope: ['constant.character.escape'],
1847
+ settings: {
1848
+ foreground: '#56b6c2',
1849
+ },
1850
+ },
1851
+ {
1852
+ scope: ['string.regexp'],
1853
+ settings: {
1854
+ foreground: '#e06c75',
1855
+ },
1856
+ },
1857
+ {
1858
+ scope: ['log.info'],
1859
+ settings: {
1860
+ foreground: '#98c379',
1861
+ },
1862
+ },
1863
+ {
1864
+ scope: ['log.warning'],
1865
+ settings: {
1866
+ foreground: '#e5c07b',
1867
+ },
1868
+ },
1869
+ {
1870
+ scope: ['log.error'],
1871
+ settings: {
1872
+ foreground: '#e06c75',
1873
+ },
1874
+ },
1875
+ {
1876
+ scope: 'keyword.operator.expression.is',
1877
+ settings: {
1878
+ foreground: '#c678dd',
1879
+ },
1880
+ },
1881
+ {
1882
+ scope: 'entity.name.label',
1883
+ settings: {
1884
+ foreground: '#e06c75',
1885
+ },
1886
+ },
1887
+ {
1888
+ scope: ['support.class.math.block.environment.latex', 'constant.other.general.math.tex'],
1889
+ settings: {
1890
+ foreground: '#61afef',
1891
+ },
1892
+ },
1893
+ {
1894
+ scope: ['constant.character.math.tex'],
1895
+ settings: {
1896
+ foreground: '#98c379',
1897
+ },
1898
+ },
1899
+ {
1900
+ scope:
1901
+ 'entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super',
1902
+ settings: {
1903
+ fontStyle: 'italic',
1904
+ },
1905
+ },
1906
+ {
1907
+ scope: 'comment.line.double-slash,comment.block.documentation',
1908
+ settings: {
1909
+ fontStyle: 'italic',
1910
+ },
1911
+ },
1912
+ {
1913
+ scope: 'markup.italic.markdown',
1914
+ settings: {
1915
+ fontStyle: 'italic',
1916
+ },
1917
+ },
1918
+ ],
1919
+ type: 'dark',
1920
+ }