@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,578 @@
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: '#101010',
8
+ colors: {
9
+ 'activityBar.background': '#101010',
10
+ 'activityBar.foreground': '#A0A0A0',
11
+ 'activityBarBadge.background': '#FFC799',
12
+ 'activityBarBadge.foreground': '#000',
13
+ 'badge.background': '#FFC799',
14
+ 'badge.foreground': '#000',
15
+ 'button.background': '#FFC799',
16
+ 'button.foreground': '#000',
17
+ 'button.hoverBackground': '#FFCFA8',
18
+ 'contrastBorder': '#434343',
19
+ 'descriptionForeground': '#505050',
20
+ 'diffEditor.insertedLineBackground': '#99FFE4',
21
+ 'diffEditor.insertedTextBackground': '#99FFE4',
22
+ 'diffEditor.removedLineBackground': '#FF8080',
23
+ 'diffEditor.removedTextBackground': '#FF8080',
24
+ 'editor.background': '#101010',
25
+ 'editor.foreground': '#FFF',
26
+ 'editor.lineHighlightBackground': '#181818',
27
+ 'editor.selectionBackground': '#FFFFFF',
28
+ 'editor.selectionHighlightBackground': '#FFFFFF',
29
+ 'editorBracketHighlight.foreground1': '#A0A0A0',
30
+ 'editorBracketHighlight.foreground2': '#A0A0A0',
31
+ 'editorBracketHighlight.foreground3': '#A0A0A0',
32
+ 'editorBracketHighlight.foreground4': '#A0A0A0',
33
+ 'editorBracketHighlight.foreground5': '#A0A0A0',
34
+ 'editorBracketHighlight.foreground6': '#A0A0A0',
35
+ 'editorBracketHighlight.unexpectedBracket.foreground': '#FF8080',
36
+ 'editorCursor.foreground': '#FFF',
37
+ 'editorError.foreground': '#FF8080',
38
+ 'editorGroup.border': '#363636',
39
+ 'editorGroupHeader.tabsBackground': '#101010',
40
+ 'editorGutter.addedBackground': '#99FFE4',
41
+ 'editorGutter.deletedBackground': '#FF8080',
42
+ 'editorGutter.modifiedBackground': '#FFC799',
43
+ 'editorHoverWidget.background': '#161616',
44
+ 'editorHoverWidget.border': '#282828',
45
+ 'editorInlayHint.background': '#1C1C1C',
46
+ 'editorInlayHint.foreground': '#A0A0A0',
47
+ 'editorLineNumber.foreground': '#505050',
48
+ 'editorOverviewRuler.border': '#101010',
49
+ 'editorWarning.foreground': '#FFC799',
50
+ 'editorWidget.background': '#101010',
51
+ 'errorForeground': '#FF8080',
52
+ 'focusBorder': '#FFC799',
53
+ 'foreground': '#FFF',
54
+ 'gitDecoration.addedResourceForeground': '#8bd5ca',
55
+ 'gitDecoration.deletedResourceForeground': '#FF8080',
56
+ 'gitDecoration.modifiedResourceForeground': '#FFC799',
57
+ 'gitDecoration.untrackedResourceForeground': '#8bd5ca',
58
+ 'icon.foreground': '#A0A0A0',
59
+ 'input.background': '#1C1C1C',
60
+ 'input.border': '#FFC799',
61
+ 'input.foreground': '#FFF',
62
+ 'list.activeSelectionBackground': '#232323',
63
+ 'list.activeSelectionForeground': '#FFC799',
64
+ 'list.errorForeground': '#FF8080',
65
+ 'list.highlightForeground': '#FFC799',
66
+ 'list.hoverBackground': '#282828',
67
+ 'list.inactiveSelectionBackground': '#232323',
68
+ 'panel.background': '#101010',
69
+ 'panel.border': '#363636',
70
+ 'scrollbarSlider.background': '#343434',
71
+ 'scrollbarSlider.hoverBackground': '#343434',
72
+ 'selection.background': '#666',
73
+ 'settings.modifiedItemIndicator': '#FFC799',
74
+ 'sideBar.background': '#101010',
75
+ 'sideBar.foreground': '#FFF',
76
+ 'sideBarSectionHeader.background': '#101010',
77
+ 'sideBarSectionHeader.foreground': '#A0A0A0',
78
+ 'sideBarTitle.foreground': '#A0A0A0',
79
+ 'statusBar.background': '#101010',
80
+ 'statusBar.debuggingBackground': '#FF7300',
81
+ 'statusBar.debuggingForeground': '#FFF',
82
+ 'statusBar.foreground': '#A0A0A0',
83
+ 'statusBarItem.remoteBackground': '#FFC799',
84
+ 'statusBarItem.remoteForeground': '#000',
85
+ 'tab.activeBackground': '#161616',
86
+ 'tab.activeBorder': '#FFC799',
87
+ 'tab.border': '#101010',
88
+ 'tab.inactiveBackground': '#101010',
89
+ 'terminal.ansiBlue': '#FFC799',
90
+ 'terminal.ansiCyan': '#FFC799',
91
+ 'terminal.ansiGreen': '#8bd5ca',
92
+ 'terminal.ansiMagenta': '#FFCFA8',
93
+ 'terminal.ansiRed': '#FF8080',
94
+ 'terminal.ansiYellow': '#FFC799',
95
+ 'textLink.activeForeground': '#FFCFA8',
96
+ 'textLink.foreground': '#FFC799',
97
+ 'titleBar.activeBackground': '#101010',
98
+ 'titleBar.activeForeground': '#7E7E7E',
99
+ 'titleBar.inactiveBackground': '#101010',
100
+ 'titleBar.inactiveForeground': '#707070',
101
+ },
102
+ displayName: 'Vesper',
103
+ fg: '#FFF',
104
+ name: 'vesper',
105
+ settings: [
106
+ {
107
+ settings: {
108
+ background: '#101010',
109
+ foreground: '#FFF',
110
+ },
111
+ },
112
+ {
113
+ scope: ['comment', 'punctuation.definition.comment'],
114
+ settings: {
115
+ foreground: '#8b8b8b94',
116
+ },
117
+ },
118
+ {
119
+ scope: ['variable', 'string constant.other.placeholder', 'entity.name.tag'],
120
+ settings: {
121
+ foreground: '#FFF',
122
+ },
123
+ },
124
+ {
125
+ scope: ['constant.other.color'],
126
+ settings: {
127
+ foreground: '#FFF',
128
+ },
129
+ },
130
+ {
131
+ scope: ['invalid', 'invalid.illegal'],
132
+ settings: {
133
+ foreground: '#FF8080',
134
+ },
135
+ },
136
+ {
137
+ scope: ['keyword', 'storage.type', 'storage.modifier'],
138
+ settings: {
139
+ foreground: '#A0A0A0',
140
+ },
141
+ },
142
+ {
143
+ scope: [
144
+ 'keyword.control',
145
+ 'constant.other.color',
146
+ 'punctuation.definition.tag',
147
+ 'punctuation.separator.inheritance.php',
148
+ 'punctuation.definition.tag.html',
149
+ 'punctuation.definition.tag.begin.html',
150
+ 'punctuation.definition.tag.end.html',
151
+ 'punctuation.section.embedded',
152
+ 'keyword.other.template',
153
+ 'keyword.other.substitution',
154
+ ],
155
+ settings: {
156
+ foreground: '#A0A0A0',
157
+ },
158
+ },
159
+ {
160
+ scope: ['entity.name.tag', 'meta.tag.sgml', 'markup.deleted.git_gutter'],
161
+ settings: {
162
+ foreground: '#FFC799',
163
+ },
164
+ },
165
+ {
166
+ scope: [
167
+ 'entity.name.function',
168
+ 'variable.function',
169
+ 'support.function',
170
+ 'keyword.other.special-method',
171
+ ],
172
+ settings: {
173
+ foreground: '#FFC799',
174
+ },
175
+ },
176
+ {
177
+ scope: ['meta.block variable.other'],
178
+ settings: {
179
+ foreground: '#FFF',
180
+ },
181
+ },
182
+ {
183
+ scope: ['support.other.variable', 'string.other.link'],
184
+ settings: {
185
+ foreground: '#FFF',
186
+ },
187
+ },
188
+ {
189
+ scope: [
190
+ 'constant.numeric',
191
+ 'support.constant',
192
+ 'constant.character',
193
+ 'constant.escape',
194
+ 'keyword.other.unit',
195
+ 'keyword.other',
196
+ 'constant.language.boolean',
197
+ ],
198
+ settings: {
199
+ foreground: '#FFC799',
200
+ },
201
+ },
202
+ {
203
+ scope: [
204
+ 'string',
205
+ 'constant.other.symbol',
206
+ 'constant.other.key',
207
+ 'meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js',
208
+ ],
209
+ settings: {
210
+ foreground: '#99FFE4',
211
+ },
212
+ },
213
+ {
214
+ scope: [
215
+ 'entity.name',
216
+ 'support.type',
217
+ 'support.class',
218
+ 'support.other.namespace.use.php',
219
+ 'meta.use.php',
220
+ 'support.other.namespace.php',
221
+ 'markup.changed.git_gutter',
222
+ 'support.type.sys-types',
223
+ ],
224
+ settings: {
225
+ foreground: '#FFC799',
226
+ },
227
+ },
228
+ {
229
+ scope: [
230
+ 'source.css support.type.property-name',
231
+ 'source.sass support.type.property-name',
232
+ 'source.scss support.type.property-name',
233
+ 'source.less support.type.property-name',
234
+ 'source.stylus support.type.property-name',
235
+ 'source.postcss support.type.property-name',
236
+ 'source.postcss support.type.property-name',
237
+ 'support.type.vendored.property-name.css',
238
+ 'source.css.scss entity.name.tag',
239
+ 'variable.parameter.keyframe-list.css',
240
+ 'meta.property-name.css',
241
+ 'variable.parameter.url.scss',
242
+ 'meta.property-value.scss',
243
+ 'meta.property-value.css',
244
+ ],
245
+ settings: {
246
+ foreground: '#FFF',
247
+ },
248
+ },
249
+ {
250
+ scope: ['entity.name.module.js', 'variable.import.parameter.js', 'variable.other.class.js'],
251
+ settings: {
252
+ foreground: '#FF8080',
253
+ },
254
+ },
255
+ {
256
+ scope: ['variable.language'],
257
+ settings: {
258
+ foreground: '#A0A0A0',
259
+ },
260
+ },
261
+ {
262
+ scope: ['entity.name.method.js'],
263
+ settings: {
264
+ foreground: '#FFFF',
265
+ },
266
+ },
267
+ {
268
+ scope: ['meta.class-method.js entity.name.function.js', 'variable.function.constructor'],
269
+ settings: {
270
+ foreground: '#FFFF',
271
+ },
272
+ },
273
+ {
274
+ scope: [
275
+ 'entity.other.attribute-name',
276
+ 'meta.property-list.scss',
277
+ 'meta.attribute-selector.scss',
278
+ 'meta.property-value.css',
279
+ 'entity.other.keyframe-offset.css',
280
+ 'meta.selector.css',
281
+ 'entity.name.tag.reference.scss',
282
+ 'entity.name.tag.nesting.css',
283
+ 'punctuation.separator.key-value.css',
284
+ ],
285
+ settings: {
286
+ foreground: '#A0A0A0',
287
+ },
288
+ },
289
+ {
290
+ scope: [
291
+ 'text.html.basic entity.other.attribute-name.html',
292
+ 'text.html.basic entity.other.attribute-name',
293
+ ],
294
+ settings: {
295
+ foreground: '#FFC799',
296
+ },
297
+ },
298
+ {
299
+ scope: [
300
+ 'entity.other.attribute-name.class',
301
+ 'entity.other.attribute-name.id',
302
+ 'meta.attribute-selector.scss',
303
+ 'variable.parameter.misc.css',
304
+ ],
305
+ settings: {
306
+ foreground: '#FFC799',
307
+ },
308
+ },
309
+ {
310
+ scope: ['source.sass keyword.control', 'meta.attribute-selector.scss'],
311
+ settings: {
312
+ foreground: '#99FFE4',
313
+ },
314
+ },
315
+ {
316
+ scope: ['markup.inserted'],
317
+ settings: {
318
+ foreground: '#99FFE4',
319
+ },
320
+ },
321
+ {
322
+ scope: ['markup.deleted'],
323
+ settings: {
324
+ foreground: '#FF8080',
325
+ },
326
+ },
327
+ {
328
+ scope: ['markup.changed'],
329
+ settings: {
330
+ foreground: '#A0A0A0',
331
+ },
332
+ },
333
+ {
334
+ scope: ['string.regexp'],
335
+ settings: {
336
+ foreground: '#A0A0A0',
337
+ },
338
+ },
339
+ {
340
+ scope: ['constant.character.escape'],
341
+ settings: {
342
+ foreground: '#A0A0A0',
343
+ },
344
+ },
345
+ {
346
+ scope: ['*url*', '*link*', '*uri*'],
347
+ settings: {
348
+ fontStyle: 'underline',
349
+ },
350
+ },
351
+ {
352
+ scope: [
353
+ 'tag.decorator.js entity.name.tag.js',
354
+ 'tag.decorator.js punctuation.definition.tag.js',
355
+ ],
356
+ settings: {
357
+ foreground: '#FFFF',
358
+ },
359
+ },
360
+ {
361
+ scope: ['source.js constant.other.object.key.js string.unquoted.label.js'],
362
+ settings: {
363
+ fontStyle: 'italic',
364
+ foreground: '#FF8080',
365
+ },
366
+ },
367
+ {
368
+ scope: ['source.json meta.structure.dictionary.json support.type.property-name.json'],
369
+ settings: {
370
+ foreground: '#FFC799',
371
+ },
372
+ },
373
+ {
374
+ scope: [
375
+ 'source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json',
376
+ ],
377
+ settings: {
378
+ foreground: '#FFC799',
379
+ },
380
+ },
381
+ {
382
+ scope: [
383
+ 'source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json',
384
+ ],
385
+ settings: {
386
+ foreground: '#FFC799',
387
+ },
388
+ },
389
+ {
390
+ scope: [
391
+ 'source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json',
392
+ ],
393
+ settings: {
394
+ foreground: '#FFC799',
395
+ },
396
+ },
397
+ {
398
+ scope: [
399
+ 'source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json',
400
+ ],
401
+ settings: {
402
+ foreground: '#FFC799',
403
+ },
404
+ },
405
+ {
406
+ scope: [
407
+ 'source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json',
408
+ ],
409
+ settings: {
410
+ foreground: '#FFC799',
411
+ },
412
+ },
413
+ {
414
+ scope: [
415
+ 'source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json',
416
+ ],
417
+ settings: {
418
+ foreground: '#FFC799',
419
+ },
420
+ },
421
+ {
422
+ scope: [
423
+ 'source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json',
424
+ ],
425
+ settings: {
426
+ foreground: '#FFC799',
427
+ },
428
+ },
429
+ {
430
+ scope: [
431
+ 'source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json',
432
+ ],
433
+ settings: {
434
+ foreground: '#FFC799',
435
+ },
436
+ },
437
+ {
438
+ scope: ['text.html.markdown', 'punctuation.definition.list_item.markdown'],
439
+ settings: {
440
+ foreground: '#FFF',
441
+ },
442
+ },
443
+ {
444
+ scope: ['text.html.markdown markup.inline.raw.markdown'],
445
+ settings: {
446
+ foreground: '#A0A0A0',
447
+ },
448
+ },
449
+ {
450
+ scope: ['text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown'],
451
+ settings: {
452
+ foreground: '#FFF',
453
+ },
454
+ },
455
+ {
456
+ scope: [
457
+ 'markdown.heading',
458
+ 'markup.heading | markup.heading entity.name',
459
+ 'markup.heading.markdown punctuation.definition.heading.markdown',
460
+ 'markup.heading',
461
+ 'markup.inserted.git_gutter',
462
+ ],
463
+ settings: {
464
+ foreground: '#FFC799',
465
+ },
466
+ },
467
+ {
468
+ scope: ['markup.italic'],
469
+ settings: {
470
+ fontStyle: 'italic',
471
+ foreground: '#FFF',
472
+ },
473
+ },
474
+ {
475
+ scope: ['markup.bold', 'markup.bold string'],
476
+ settings: {
477
+ fontStyle: 'bold',
478
+ foreground: '#FFF',
479
+ },
480
+ },
481
+ {
482
+ scope: [
483
+ 'markup.bold markup.italic',
484
+ 'markup.italic markup.bold',
485
+ 'markup.quote markup.bold',
486
+ 'markup.bold markup.italic string',
487
+ 'markup.italic markup.bold string',
488
+ 'markup.quote markup.bold string',
489
+ ],
490
+ settings: {
491
+ fontStyle: 'bold',
492
+ foreground: '#FFF',
493
+ },
494
+ },
495
+ {
496
+ scope: ['markup.underline'],
497
+ settings: {
498
+ fontStyle: 'underline',
499
+ foreground: '#FFC799',
500
+ },
501
+ },
502
+ {
503
+ scope: ['markup.quote punctuation.definition.blockquote.markdown'],
504
+ settings: {
505
+ foreground: '#FFF',
506
+ },
507
+ },
508
+ {
509
+ scope: ['markup.quote'],
510
+ },
511
+ {
512
+ scope: ['string.other.link.title.markdown'],
513
+ settings: {
514
+ foreground: '#FFFF',
515
+ },
516
+ },
517
+ {
518
+ scope: ['string.other.link.description.title.markdown'],
519
+ settings: {
520
+ foreground: '#A0A0A0',
521
+ },
522
+ },
523
+ {
524
+ scope: ['constant.other.reference.link.markdown'],
525
+ settings: {
526
+ foreground: '#FFC799',
527
+ },
528
+ },
529
+ {
530
+ scope: ['markup.raw.block'],
531
+ settings: {
532
+ foreground: '#A0A0A0',
533
+ },
534
+ },
535
+ {
536
+ scope: ['markup.raw.block.fenced.markdown'],
537
+ settings: {
538
+ foreground: '#00000050',
539
+ },
540
+ },
541
+ {
542
+ scope: ['punctuation.definition.fenced.markdown'],
543
+ settings: {
544
+ foreground: '#00000050',
545
+ },
546
+ },
547
+ {
548
+ scope: [
549
+ 'markup.raw.block.fenced.markdown',
550
+ 'variable.language.fenced.markdown',
551
+ 'punctuation.section.class.end',
552
+ ],
553
+ settings: {
554
+ foreground: '#FFF',
555
+ },
556
+ },
557
+ {
558
+ scope: ['variable.language.fenced.markdown'],
559
+ settings: {
560
+ foreground: '#FFF',
561
+ },
562
+ },
563
+ {
564
+ scope: ['meta.separator'],
565
+ settings: {
566
+ fontStyle: 'bold',
567
+ foreground: '#65737E',
568
+ },
569
+ },
570
+ {
571
+ scope: ['markup.table'],
572
+ settings: {
573
+ foreground: '#FFF',
574
+ },
575
+ },
576
+ ],
577
+ type: 'dark',
578
+ }