@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,751 @@
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: '#262335',
8
+ colors: {
9
+ 'activityBar.background': '#171520',
10
+ 'activityBar.dropBackground': '#34294f',
11
+ 'activityBar.foreground': '#ffffff',
12
+ 'activityBarBadge.background': '#f97e72',
13
+ 'activityBarBadge.foreground': '#2a2139',
14
+ 'badge.background': '#2a2139',
15
+ 'badge.foreground': '#ffffff',
16
+ 'breadcrumbPicker.background': '#232530',
17
+ 'button.background': '#614D85',
18
+ 'contrastBorder': '#495495',
19
+ 'debugToolBar.background': '#463465',
20
+ 'descriptionForeground': '#ffffff',
21
+ 'diffEditor.insertedLineBackground': '#34484d',
22
+ 'diffEditor.insertedTextBackground': '#0beb99',
23
+ 'diffEditor.removedLineBackground': '#4d293a',
24
+ 'diffEditor.removedTextBackground': '#fe4450',
25
+ 'dropdown.background': '#232530',
26
+ 'dropdown.listBackground': '#2a2139',
27
+ 'editor.background': '#262335',
28
+ 'editor.findMatchBackground': '#D18616',
29
+ 'editor.findMatchHighlightBackground': '#D18616',
30
+ 'editor.findRangeHighlightBackground': '#34294f',
31
+ 'editor.foreground': '#bbbbbb',
32
+ 'editor.hoverHighlightBackground': '#463564',
33
+ 'editor.lineHighlightBackground': '#2e2b3d',
34
+ 'editor.lineHighlightBorder': '#7059AB',
35
+ 'editor.rangeHighlightBackground': '#495495',
36
+ 'editor.selectionBackground': '#ffffff',
37
+ 'editor.selectionHighlightBackground': '#ffffff',
38
+ 'editor.wordHighlightBackground': '#34294f',
39
+ 'editor.wordHighlightStrongBackground': '#34294f',
40
+ 'editorBracketMatch.background': '#34294f',
41
+ 'editorBracketMatch.border': '#495495',
42
+ 'editorCodeLens.foreground': '#ffffff',
43
+ 'editorCursor.background': '#241b2f',
44
+ 'editorCursor.foreground': '#f97e72',
45
+ 'editorError.foreground': '#fe4450',
46
+ 'editorGroup.border': '#495495',
47
+ 'editorGroup.dropBackground': '#495495',
48
+ 'editorGroupHeader.tabsBackground': '#241b2f',
49
+ 'editorGutter.addedBackground': '#206d4b',
50
+ 'editorGutter.deletedBackground': '#fa2e46',
51
+ 'editorGutter.modifiedBackground': '#b893ce',
52
+ 'editorIndentGuide.activeBackground': '#A148AB',
53
+ 'editorIndentGuide.background': '#444251',
54
+ 'editorLineNumber.activeForeground': '#ffffff',
55
+ 'editorLineNumber.foreground': '#ffffff',
56
+ 'editorOverviewRuler.addedForeground': '#09f7a0',
57
+ 'editorOverviewRuler.border': '#34294f',
58
+ 'editorOverviewRuler.deletedForeground': '#fe4450',
59
+ 'editorOverviewRuler.errorForeground': '#fe4450',
60
+ 'editorOverviewRuler.findMatchForeground': '#D18616',
61
+ 'editorOverviewRuler.modifiedForeground': '#b893ce',
62
+ 'editorOverviewRuler.warningForeground': '#72f1b8',
63
+ 'editorRuler.foreground': '#A148AB',
64
+ 'editorSuggestWidget.highlightForeground': '#f97e72',
65
+ 'editorSuggestWidget.selectedBackground': '#ffffff',
66
+ 'editorWarning.foreground': '#72f1b8',
67
+ 'editorWidget.background': '#171520',
68
+ 'editorWidget.border': '#ffffff',
69
+ 'editorWidget.resizeBorder': '#ffffff',
70
+ 'errorForeground': '#fe4450',
71
+ 'extensionButton.prominentBackground': '#f97e72',
72
+ 'extensionButton.prominentHoverBackground': '#ff7edb',
73
+ 'focusBorder': '#1f212b',
74
+ 'foreground': '#ffffff',
75
+ 'gitDecoration.addedResourceForeground': '#72f1b8',
76
+ 'gitDecoration.deletedResourceForeground': '#fe4450',
77
+ 'gitDecoration.ignoredResourceForeground': '#ffffff',
78
+ 'gitDecoration.modifiedResourceForeground': '#b893ce',
79
+ 'gitDecoration.untrackedResourceForeground': '#72f1b8',
80
+ 'input.background': '#2a2139',
81
+ 'input.border': '#1f212b',
82
+ 'input.foreground': '#bbbbbb',
83
+ 'inputOption.activeBorder': '#ff7edb',
84
+ 'inputValidation.errorBackground': '#fe4450',
85
+ 'inputValidation.errorBorder': '#fe4450',
86
+ 'list.activeSelectionBackground': '#ffffff',
87
+ 'list.activeSelectionForeground': '#ffffff',
88
+ 'list.dropBackground': '#34294f',
89
+ 'list.errorForeground': '#fe4450',
90
+ 'list.focusBackground': '#ffffff',
91
+ 'list.focusForeground': '#ffffff',
92
+ 'list.highlightForeground': '#f97e72',
93
+ 'list.hoverBackground': '#37294d',
94
+ 'list.hoverForeground': '#ffffff',
95
+ 'list.inactiveFocusBackground': '#2a2139',
96
+ 'list.inactiveSelectionBackground': '#ffffff',
97
+ 'list.inactiveSelectionForeground': '#ffffff',
98
+ 'list.warningForeground': '#72f1b8',
99
+ 'menu.background': '#463465',
100
+ 'minimapGutter.addedBackground': '#09f7a0',
101
+ 'minimapGutter.deletedBackground': '#fe4450',
102
+ 'minimapGutter.modifiedBackground': '#b893ce',
103
+ 'panel.background': '#262335',
104
+ 'panel.border': '#495495',
105
+ 'panelTitle.activeBorder': '#f97e72',
106
+ 'peekView.border': '#495495',
107
+ 'peekViewEditor.background': '#232530',
108
+ 'peekViewEditor.matchHighlightBackground': '#D18616',
109
+ 'peekViewResult.background': '#232530',
110
+ 'peekViewResult.matchHighlightBackground': '#D18616',
111
+ 'peekViewResult.selectionBackground': '#2a2139',
112
+ 'peekViewTitle.background': '#232530',
113
+ 'pickerGroup.foreground': '#f97e72',
114
+ 'progressBar.background': '#f97e72',
115
+ 'scrollbar.shadow': '#2a2139',
116
+ 'scrollbarSlider.activeBackground': '#9d8bca',
117
+ 'scrollbarSlider.background': '#9d8bca',
118
+ 'scrollbarSlider.hoverBackground': '#9d8bca',
119
+ 'selection.background': '#ffffff',
120
+ 'sideBar.background': '#241b2f',
121
+ 'sideBar.dropBackground': '#34294f',
122
+ 'sideBar.foreground': '#ffffff',
123
+ 'sideBarSectionHeader.background': '#241b2f',
124
+ 'sideBarSectionHeader.foreground': '#ffffff',
125
+ 'statusBar.background': '#241b2f',
126
+ 'statusBar.debuggingBackground': '#f97e72',
127
+ 'statusBar.debuggingForeground': '#08080f',
128
+ 'statusBar.foreground': '#ffffff',
129
+ 'statusBar.noFolderBackground': '#241b2f',
130
+ 'statusBarItem.prominentBackground': '#2a2139',
131
+ 'statusBarItem.prominentHoverBackground': '#34294f',
132
+ 'tab.activeBorder': '#880088',
133
+ 'tab.border': '#241b2f',
134
+ 'tab.inactiveBackground': '#262335',
135
+ 'terminal.ansiBlue': '#03edf9',
136
+ 'terminal.ansiBrightBlue': '#03edf9',
137
+ 'terminal.ansiBrightCyan': '#03edf9',
138
+ 'terminal.ansiBrightGreen': '#72f1b8',
139
+ 'terminal.ansiBrightMagenta': '#ff7edb',
140
+ 'terminal.ansiBrightRed': '#fe4450',
141
+ 'terminal.ansiBrightYellow': '#fede5d',
142
+ 'terminal.ansiCyan': '#03edf9',
143
+ 'terminal.ansiGreen': '#72f1b8',
144
+ 'terminal.ansiMagenta': '#ff7edb',
145
+ 'terminal.ansiRed': '#fe4450',
146
+ 'terminal.ansiYellow': '#f3e70f',
147
+ 'terminal.foreground': '#ffffff',
148
+ 'terminal.selectionBackground': '#ffffff',
149
+ 'terminalCursor.background': '#ffffff',
150
+ 'terminalCursor.foreground': '#03edf9',
151
+ 'textLink.activeForeground': '#ff7edb',
152
+ 'textLink.foreground': '#f97e72',
153
+ 'titleBar.activeBackground': '#241b2f',
154
+ 'titleBar.inactiveBackground': '#241b2f',
155
+ 'walkThrough.embeddedEditorBackground': '#232530',
156
+ 'widget.shadow': '#2a2139',
157
+ },
158
+ displayName: "Synthwave '84",
159
+ fg: '#bbbbbb',
160
+ name: 'synthwave-84',
161
+ semanticHighlighting: true,
162
+ settings: [
163
+ {
164
+ settings: {
165
+ background: '#262335',
166
+ foreground: '#bbbbbb',
167
+ },
168
+ },
169
+ {
170
+ scope: [
171
+ 'comment',
172
+ 'string.quoted.docstring.multi.python',
173
+ 'string.quoted.docstring.multi.python punctuation.definition.string.begin.python',
174
+ 'string.quoted.docstring.multi.python punctuation.definition.string.end.python',
175
+ ],
176
+ settings: {
177
+ fontStyle: 'italic',
178
+ foreground: '#848bbd',
179
+ },
180
+ },
181
+ {
182
+ scope: ['string.quoted', 'string.template', 'punctuation.definition.string'],
183
+ settings: {
184
+ foreground: '#ff8b39',
185
+ },
186
+ },
187
+ {
188
+ scope: 'string.template meta.embedded.line',
189
+ settings: {
190
+ foreground: '#b6b1b1',
191
+ },
192
+ },
193
+ {
194
+ scope: ['variable', 'entity.name.variable'],
195
+ settings: {
196
+ foreground: '#ff7edb',
197
+ },
198
+ },
199
+ {
200
+ scope: 'variable.language',
201
+ settings: {
202
+ fontStyle: 'bold',
203
+ foreground: '#fe4450',
204
+ },
205
+ },
206
+ {
207
+ scope: 'variable.parameter',
208
+ settings: {
209
+ fontStyle: 'italic',
210
+ },
211
+ },
212
+ {
213
+ scope: ['storage.type', 'storage.modifier'],
214
+ settings: {
215
+ foreground: '#fede5d',
216
+ },
217
+ },
218
+ {
219
+ scope: 'constant',
220
+ settings: {
221
+ foreground: '#f97e72',
222
+ },
223
+ },
224
+ {
225
+ scope: 'string.regexp',
226
+ settings: {
227
+ foreground: '#f97e72',
228
+ },
229
+ },
230
+ {
231
+ scope: 'constant.numeric',
232
+ settings: {
233
+ foreground: '#f97e72',
234
+ },
235
+ },
236
+ {
237
+ scope: 'constant.language',
238
+ settings: {
239
+ foreground: '#f97e72',
240
+ },
241
+ },
242
+ {
243
+ scope: 'constant.character.escape',
244
+ settings: {
245
+ foreground: '#36f9f6',
246
+ },
247
+ },
248
+ {
249
+ scope: 'entity.name',
250
+ settings: {
251
+ foreground: '#fe4450',
252
+ },
253
+ },
254
+ {
255
+ scope: 'entity.name.tag',
256
+ settings: {
257
+ foreground: '#72f1b8',
258
+ },
259
+ },
260
+ {
261
+ scope: ['punctuation.definition.tag'],
262
+ settings: {
263
+ foreground: '#36f9f6',
264
+ },
265
+ },
266
+ {
267
+ scope: 'entity.other.attribute-name',
268
+ settings: {
269
+ foreground: '#fede5d',
270
+ },
271
+ },
272
+ {
273
+ scope: 'entity.other.attribute-name.html',
274
+ settings: {
275
+ fontStyle: 'italic',
276
+ foreground: '#fede5d',
277
+ },
278
+ },
279
+ {
280
+ scope: ['entity.name.type', 'meta.attribute.class.html'],
281
+ settings: {
282
+ foreground: '#fe4450',
283
+ },
284
+ },
285
+ {
286
+ scope: 'entity.other.inherited-class',
287
+ settings: {
288
+ foreground: '#D50',
289
+ },
290
+ },
291
+ {
292
+ scope: ['entity.name.function', 'variable.function'],
293
+ settings: {
294
+ foreground: '#36f9f6',
295
+ },
296
+ },
297
+ {
298
+ scope: ['keyword.control.export.js', 'keyword.control.import.js'],
299
+ settings: {
300
+ foreground: '#72f1b8',
301
+ },
302
+ },
303
+ {
304
+ scope: ['constant.numeric.decimal.js'],
305
+ settings: {
306
+ foreground: '#2EE2FA',
307
+ },
308
+ },
309
+ {
310
+ scope: 'keyword',
311
+ settings: {
312
+ foreground: '#fede5d',
313
+ },
314
+ },
315
+ {
316
+ scope: 'keyword.control',
317
+ settings: {
318
+ foreground: '#fede5d',
319
+ },
320
+ },
321
+ {
322
+ scope: 'keyword.operator',
323
+ settings: {
324
+ foreground: '#fede5d',
325
+ },
326
+ },
327
+ {
328
+ scope: ['keyword.operator.new', 'keyword.operator.expression', 'keyword.operator.logical'],
329
+ settings: {
330
+ foreground: '#fede5d',
331
+ },
332
+ },
333
+ {
334
+ scope: 'keyword.other.unit',
335
+ settings: {
336
+ foreground: '#f97e72',
337
+ },
338
+ },
339
+ {
340
+ scope: 'support',
341
+ settings: {
342
+ foreground: '#fe4450',
343
+ },
344
+ },
345
+ {
346
+ scope: 'support.function',
347
+ settings: {
348
+ foreground: '#36f9f6',
349
+ },
350
+ },
351
+ {
352
+ scope: 'support.variable',
353
+ settings: {
354
+ foreground: '#ff7edb',
355
+ },
356
+ },
357
+ {
358
+ scope: ['meta.object-literal.key', 'support.type.property-name'],
359
+ settings: {
360
+ foreground: '#ff7edb',
361
+ },
362
+ },
363
+ {
364
+ scope: 'punctuation.separator.key-value',
365
+ settings: {
366
+ foreground: '#b6b1b1',
367
+ },
368
+ },
369
+ {
370
+ scope: 'punctuation.section.embedded',
371
+ settings: {
372
+ foreground: '#fede5d',
373
+ },
374
+ },
375
+ {
376
+ scope: [
377
+ 'punctuation.definition.template-expression.begin',
378
+ 'punctuation.definition.template-expression.end',
379
+ ],
380
+ settings: {
381
+ foreground: '#72f1b8',
382
+ },
383
+ },
384
+ {
385
+ scope: ['support.type.property-name.css', 'support.type.property-name.json'],
386
+ settings: {
387
+ foreground: '#72f1b8',
388
+ },
389
+ },
390
+ {
391
+ scope: 'switch-block.expr.js',
392
+ settings: {
393
+ foreground: '#72f1b8',
394
+ },
395
+ },
396
+ {
397
+ scope: 'variable.other.constant.property.js, variable.other.property.js',
398
+ settings: {
399
+ foreground: '#2ee2fa',
400
+ },
401
+ },
402
+ {
403
+ scope: 'constant.other.color',
404
+ settings: {
405
+ foreground: '#f97e72',
406
+ },
407
+ },
408
+ {
409
+ scope: 'support.constant.font-name',
410
+ settings: {
411
+ foreground: '#f97e72',
412
+ },
413
+ },
414
+ {
415
+ scope: 'entity.other.attribute-name.id',
416
+ settings: {
417
+ foreground: '#36f9f6',
418
+ },
419
+ },
420
+ {
421
+ scope: [
422
+ 'entity.other.attribute-name.pseudo-element',
423
+ 'entity.other.attribute-name.pseudo-class',
424
+ ],
425
+ settings: {
426
+ foreground: '#D50',
427
+ },
428
+ },
429
+ {
430
+ scope: 'support.function.misc.css',
431
+ settings: {
432
+ foreground: '#fe4450',
433
+ },
434
+ },
435
+ {
436
+ scope: ['markup.heading', 'entity.name.section'],
437
+ settings: {
438
+ foreground: '#ff7edb',
439
+ },
440
+ },
441
+ {
442
+ scope: ['text.html', 'keyword.operator.assignment'],
443
+ settings: {
444
+ foreground: '#ffffffee',
445
+ },
446
+ },
447
+ {
448
+ scope: 'markup.quote',
449
+ settings: {
450
+ fontStyle: 'italic',
451
+ foreground: '#b6b1b1cc',
452
+ },
453
+ },
454
+ {
455
+ scope: 'beginning.punctuation.definition.list',
456
+ settings: {
457
+ foreground: '#ff7edb',
458
+ },
459
+ },
460
+ {
461
+ scope: 'markup.underline.link',
462
+ settings: {
463
+ foreground: '#D50',
464
+ },
465
+ },
466
+ {
467
+ scope: 'string.other.link.description',
468
+ settings: {
469
+ foreground: '#f97e72',
470
+ },
471
+ },
472
+ {
473
+ scope: 'meta.function-call.generic.python',
474
+ settings: {
475
+ foreground: '#36f9f6',
476
+ },
477
+ },
478
+ {
479
+ scope: 'variable.parameter.function-call.python',
480
+ settings: {
481
+ foreground: '#72f1b8',
482
+ },
483
+ },
484
+ {
485
+ scope: 'storage.type.cs',
486
+ settings: {
487
+ foreground: '#fe4450',
488
+ },
489
+ },
490
+ {
491
+ scope: 'entity.name.variable.local.cs',
492
+ settings: {
493
+ foreground: '#ff7edb',
494
+ },
495
+ },
496
+ {
497
+ scope: ['entity.name.variable.field.cs', 'entity.name.variable.property.cs'],
498
+ settings: {
499
+ foreground: '#ff7edb',
500
+ },
501
+ },
502
+ {
503
+ scope: 'constant.other.placeholder.c',
504
+ settings: {
505
+ fontStyle: 'italic',
506
+ foreground: '#72f1b8',
507
+ },
508
+ },
509
+ {
510
+ scope: ['keyword.control.directive.include.c', 'keyword.control.directive.define.c'],
511
+ settings: {
512
+ foreground: '#72f1b8',
513
+ },
514
+ },
515
+ {
516
+ scope: 'storage.modifier.c',
517
+ settings: {
518
+ foreground: '#fe4450',
519
+ },
520
+ },
521
+ {
522
+ scope: 'source.cpp keyword.operator',
523
+ settings: {
524
+ foreground: '#fede5d',
525
+ },
526
+ },
527
+ {
528
+ scope: 'constant.other.placeholder.cpp',
529
+ settings: {
530
+ fontStyle: 'italic',
531
+ foreground: '#72f1b8',
532
+ },
533
+ },
534
+ {
535
+ scope: ['keyword.control.directive.include.cpp', 'keyword.control.directive.define.cpp'],
536
+ settings: {
537
+ foreground: '#72f1b8',
538
+ },
539
+ },
540
+ {
541
+ scope: 'storage.modifier.specifier.const.cpp',
542
+ settings: {
543
+ foreground: '#fe4450',
544
+ },
545
+ },
546
+ {
547
+ scope: [
548
+ 'source.elixir support.type.elixir',
549
+ 'source.elixir meta.module.elixir entity.name.class.elixir',
550
+ ],
551
+ settings: {
552
+ foreground: '#36f9f6',
553
+ },
554
+ },
555
+ {
556
+ scope: 'source.elixir entity.name.function',
557
+ settings: {
558
+ foreground: '#72f1b8',
559
+ },
560
+ },
561
+ {
562
+ scope: [
563
+ 'source.elixir constant.other.symbol.elixir',
564
+ 'source.elixir constant.other.keywords.elixir',
565
+ ],
566
+ settings: {
567
+ foreground: '#36f9f6',
568
+ },
569
+ },
570
+ {
571
+ scope: 'source.elixir punctuation.definition.string',
572
+ settings: {
573
+ foreground: '#72f1b8',
574
+ },
575
+ },
576
+ {
577
+ scope: [
578
+ 'source.elixir variable.other.readwrite.module.elixir',
579
+ 'source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir',
580
+ ],
581
+ settings: {
582
+ foreground: '#72f1b8',
583
+ },
584
+ },
585
+ {
586
+ scope: 'source.elixir .punctuation.binary.elixir',
587
+ settings: {
588
+ fontStyle: 'italic',
589
+ foreground: '#ff7edb',
590
+ },
591
+ },
592
+ {
593
+ scope: ['entity.global.clojure'],
594
+ settings: {
595
+ fontStyle: 'bold',
596
+ foreground: '#36f9f6',
597
+ },
598
+ },
599
+ {
600
+ scope: ['storage.control.clojure'],
601
+ settings: {
602
+ fontStyle: 'italic',
603
+ foreground: '#36f9f6',
604
+ },
605
+ },
606
+ {
607
+ scope: ['meta.metadata.simple.clojure', 'meta.metadata.map.clojure'],
608
+ settings: {
609
+ fontStyle: 'italic',
610
+ foreground: '#fe4450',
611
+ },
612
+ },
613
+ {
614
+ scope: ['meta.quoted-expression.clojure'],
615
+ settings: {
616
+ fontStyle: 'italic',
617
+ },
618
+ },
619
+ {
620
+ scope: ['meta.symbol.clojure'],
621
+ settings: {
622
+ foreground: '#ff7edbff',
623
+ },
624
+ },
625
+ {
626
+ scope: 'source.go',
627
+ settings: {
628
+ foreground: '#ff7edbff',
629
+ },
630
+ },
631
+ {
632
+ scope: 'source.go meta.function-call.go',
633
+ settings: {
634
+ foreground: '#36f9f6',
635
+ },
636
+ },
637
+ {
638
+ scope: [
639
+ 'source.go keyword.package.go',
640
+ 'source.go keyword.import.go',
641
+ 'source.go keyword.function.go',
642
+ 'source.go keyword.type.go',
643
+ 'source.go keyword.const.go',
644
+ 'source.go keyword.var.go',
645
+ 'source.go keyword.map.go',
646
+ 'source.go keyword.channel.go',
647
+ 'source.go keyword.control.go',
648
+ ],
649
+ settings: {
650
+ foreground: '#fede5d',
651
+ },
652
+ },
653
+ {
654
+ scope: [
655
+ 'source.go storage.type',
656
+ 'source.go keyword.struct.go',
657
+ 'source.go keyword.interface.go',
658
+ ],
659
+ settings: {
660
+ foreground: '#72f1b8',
661
+ },
662
+ },
663
+ {
664
+ scope: [
665
+ 'source.go constant.language.go',
666
+ 'source.go constant.other.placeholder.go',
667
+ 'source.go variable',
668
+ ],
669
+ settings: {
670
+ foreground: '#2EE2FA',
671
+ },
672
+ },
673
+ {
674
+ scope: ['markup.underline.link.markdown', 'markup.inline.raw.string.markdown'],
675
+ settings: {
676
+ fontStyle: 'italic',
677
+ foreground: '#72f1b8',
678
+ },
679
+ },
680
+ {
681
+ scope: ['string.other.link.title.markdown'],
682
+ settings: {
683
+ foreground: '#fede5d',
684
+ },
685
+ },
686
+ {
687
+ scope: ['markup.heading.markdown', 'entity.name.section.markdown'],
688
+ settings: {
689
+ fontStyle: 'bold',
690
+ foreground: '#ff7edb',
691
+ },
692
+ },
693
+ {
694
+ scope: ['markup.italic.markdown'],
695
+ settings: {
696
+ fontStyle: 'italic',
697
+ foreground: '#2EE2FA',
698
+ },
699
+ },
700
+ {
701
+ scope: ['markup.bold.markdown'],
702
+ settings: {
703
+ fontStyle: 'bold',
704
+ foreground: '#2EE2FA',
705
+ },
706
+ },
707
+ {
708
+ scope: ['punctuation.definition.quote.begin.markdown', 'markup.quote.markdown'],
709
+ settings: {
710
+ foreground: '#72f1b8',
711
+ },
712
+ },
713
+ {
714
+ scope: ['source.dart', 'source.python', 'source.scala'],
715
+ settings: {
716
+ foreground: '#ff7edbff',
717
+ },
718
+ },
719
+ {
720
+ scope: ['string.interpolated.single.dart'],
721
+ settings: {
722
+ foreground: '#f97e72',
723
+ },
724
+ },
725
+ {
726
+ scope: ['variable.parameter.dart'],
727
+ settings: {
728
+ foreground: '#72f1b8',
729
+ },
730
+ },
731
+ {
732
+ scope: ['constant.numeric.dart'],
733
+ settings: {
734
+ foreground: '#2EE2FA',
735
+ },
736
+ },
737
+ {
738
+ scope: ['variable.parameter.scala'],
739
+ settings: {
740
+ foreground: '#2EE2FA',
741
+ },
742
+ },
743
+ {
744
+ scope: ['meta.template.expression.scala'],
745
+ settings: {
746
+ foreground: '#72f1b8',
747
+ },
748
+ },
749
+ ],
750
+ type: 'dark',
751
+ }