@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,603 @@
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: '#07090F',
8
+ colors: {
9
+ 'activityBar.background': '#07090F',
10
+ 'activityBar.foreground': '#86A5FF',
11
+ 'activityBar.inactiveForeground': '#576daf',
12
+ 'activityBarBadge.background': '#86A5FF',
13
+ 'activityBarBadge.foreground': '#07090F',
14
+ 'badge.background': '#86A5FF',
15
+ 'badge.foreground': '#07090F',
16
+ 'breadcrumb.activeSelectionForeground': '#86A5FF',
17
+ 'breadcrumb.focusForeground': '#576daf',
18
+ 'breadcrumb.foreground': '#576daf',
19
+ 'breadcrumbPicker.background': '#07090F',
20
+ 'button.background': '#86A5FF',
21
+ 'button.foreground': '#07090F',
22
+ 'button.hoverBackground': '#A8BEFF',
23
+ 'contrastBorder': '#15182B',
24
+ 'descriptionForeground': '#576daf',
25
+ 'diffEditor.diagonalFill': '#15182B',
26
+ 'diffEditor.insertedLineBackground': '#182d25',
27
+ 'diffEditor.insertedTextBackground': '#64d389',
28
+ 'diffEditor.removedLineBackground': '#2e1621',
29
+ 'diffEditor.removedTextBackground': '#dd5074',
30
+ 'dropdown.background': '#15182B',
31
+ 'dropdown.foreground': '#c7d5ff',
32
+ 'editor.background': '#07090F',
33
+ 'editor.findMatchBackground': '#576daf',
34
+ 'editor.findMatchHighlightBackground': '#262E47',
35
+ 'editor.foreground': '#bbbbbb',
36
+ 'editor.inactiveSelectionBackground': '#262e47',
37
+ 'editor.lineHighlightBackground': '#0f1117',
38
+ 'editor.selectionBackground': '#262E47',
39
+ 'editor.selectionHighlightBackground': '#262E47',
40
+ 'editor.wordHighlightBackground': '#262E47',
41
+ 'editor.wordHighlightStrongBackground': '#262E47',
42
+ 'editorCodeLens.foreground': '#262E47',
43
+ 'editorCursor.background': '#01030b',
44
+ 'editorCursor.foreground': '#86A5FF',
45
+ 'editorError.foreground': '#dd5073',
46
+ 'editorGroup.background': '#07090F',
47
+ 'editorGroup.border': '#15182B',
48
+ 'editorGroup.dropBackground': '#0C0E19',
49
+ 'editorGroup.emptyBackground': '#07090F',
50
+ 'editorGroupHeader.tabsBackground': '#07090F',
51
+ 'editorLineNumber.activeForeground': '#576daf',
52
+ 'editorLineNumber.foreground': '#262e47',
53
+ 'editorWarning.foreground': '#f6c177',
54
+ 'editorWidget.background': '#15182B',
55
+ 'editorWidget.border': '#576daf',
56
+ 'errorForeground': '#dd5073',
57
+ 'extensionButton.prominentBackground': '#C7D5FF',
58
+ 'extensionButton.prominentForeground': '#07090F',
59
+ 'focusBorder': '#262E47',
60
+ 'foreground': '#576daf',
61
+ 'gitDecoration.addedResourceForeground': '#64d389',
62
+ 'gitDecoration.deletedResourceForeground': '#dd5074',
63
+ 'gitDecoration.ignoredResourceForeground': '#576daf',
64
+ 'gitDecoration.modifiedResourceForeground': '#c778db',
65
+ 'gitDecoration.untrackedResourceForeground': '#576daf',
66
+ 'icon.foreground': '#576daf',
67
+ 'input.background': '#15182B',
68
+ 'input.border': '#262E47',
69
+ 'input.foreground': '#86A5FF',
70
+ 'inputOption.activeForeground': '#86A5FF',
71
+ 'inputValidation.errorBackground': '#dd5073',
72
+ 'inputValidation.errorBorder': '#dd5073',
73
+ 'inputValidation.errorForeground': '#07090F',
74
+ 'list.activeSelectionBackground': '#000000',
75
+ 'list.activeSelectionForeground': '#86A5FF',
76
+ 'list.dropBackground': '#000000',
77
+ 'list.errorForeground': '#dd5074',
78
+ 'list.focusBackground': '#01030b',
79
+ 'list.focusForeground': '#86A5FF',
80
+ 'list.highlightForeground': '#A8BEFF',
81
+ 'list.hoverBackground': '#000000',
82
+ 'list.hoverForeground': '#A8BEFF',
83
+ 'list.inactiveFocusBackground': '#01030b',
84
+ 'list.inactiveSelectionBackground': '#000000',
85
+ 'list.inactiveSelectionForeground': '#86A5FF',
86
+ 'list.warningForeground': '#e6db7f',
87
+ 'notificationCenterHeader.background': '#15182B',
88
+ 'notifications.background': '#15182B',
89
+ 'panel.background': '#07090F',
90
+ 'panel.border': '#15182B',
91
+ 'panelTitle.activeBorder': '#86A5FF',
92
+ 'panelTitle.activeForeground': '#C7D5FF',
93
+ 'panelTitle.inactiveForeground': '#576daf',
94
+ 'peekViewTitle.background': '#262E47',
95
+ 'quickInput.background': '#0C0E19',
96
+ 'scrollbar.shadow': '#01030b',
97
+ 'scrollbarSlider.activeBackground': '#576daf',
98
+ 'scrollbarSlider.background': '#262E47',
99
+ 'scrollbarSlider.hoverBackground': '#576daf',
100
+ 'selection.background': '#01030b',
101
+ 'sideBar.background': '#07090F',
102
+ 'sideBar.border': '#15182B',
103
+ 'sideBar.foreground': '#576daf',
104
+ 'sideBarSectionHeader.background': '#07090F',
105
+ 'sideBarSectionHeader.foreground': '#86A5FF',
106
+ 'statusBar.background': '#86A5FF',
107
+ 'statusBar.debuggingBackground': '#c778db',
108
+ 'statusBar.foreground': '#07090F',
109
+ 'tab.activeBackground': '#07090F',
110
+ 'tab.activeBorder': '#86A5FF',
111
+ 'tab.activeForeground': '#C7D5FF',
112
+ 'tab.border': '#07090F',
113
+ 'tab.inactiveBackground': '#07090F',
114
+ 'tab.inactiveForeground': '#576daf',
115
+ 'terminal.ansiBlue': '#86A5FF',
116
+ 'terminal.ansiBrightRed': '#dd5073',
117
+ 'terminal.ansiCyan': '#86A5FF',
118
+ 'terminal.ansiGreen': '#63eb90',
119
+ 'terminal.ansiMagenta': '#86A5FF',
120
+ 'terminal.ansiRed': '#dd5073',
121
+ 'terminal.ansiYellow': '#f6c177',
122
+ 'terminal.foreground': '#A8BEFF',
123
+ 'textLink.activeForeground': '#86A5FF',
124
+ 'textLink.foreground': '#86A5FF',
125
+ 'titleBar.activeBackground': '#07090F',
126
+ 'titleBar.activeForeground': '#86A5FF',
127
+ 'titleBar.inactiveBackground': '#07090F',
128
+ 'tree.indentGuidesStroke': '#576daf',
129
+ 'widget.shadow': '#01030b',
130
+ },
131
+ displayName: 'Aurora X',
132
+ fg: '#bbbbbb',
133
+ name: 'aurora-x',
134
+ settings: [
135
+ {
136
+ settings: {
137
+ background: '#07090F',
138
+ foreground: '#bbbbbb',
139
+ },
140
+ },
141
+ {
142
+ scope: ['comment', 'punctuation.definition.comment'],
143
+ settings: {
144
+ fontStyle: 'italic',
145
+ foreground: '#546E7A',
146
+ },
147
+ },
148
+ {
149
+ scope: ['variable', 'string constant.other.placeholder'],
150
+ settings: {
151
+ foreground: '#EEFFFF',
152
+ },
153
+ },
154
+ {
155
+ scope: ['constant.other.color'],
156
+ settings: {
157
+ foreground: '#ffffff',
158
+ },
159
+ },
160
+ {
161
+ scope: ['invalid', 'invalid.illegal'],
162
+ settings: {
163
+ foreground: '#FF5370',
164
+ },
165
+ },
166
+ {
167
+ scope: ['keyword', 'storage.type', 'storage.modifier'],
168
+ settings: {
169
+ foreground: '#C792EA',
170
+ },
171
+ },
172
+ {
173
+ scope: [
174
+ 'keyword.control',
175
+ 'constant.other.color',
176
+ 'punctuation',
177
+ 'meta.tag',
178
+ 'punctuation.definition.tag',
179
+ 'punctuation.separator.inheritance.php',
180
+ 'punctuation.definition.tag.html',
181
+ 'punctuation.definition.tag.begin.html',
182
+ 'punctuation.definition.tag.end.html',
183
+ 'punctuation.section.embedded',
184
+ 'keyword.other.template',
185
+ 'keyword.other.substitution',
186
+ ],
187
+ settings: {
188
+ foreground: '#89DDFF',
189
+ },
190
+ },
191
+ {
192
+ scope: ['entity.name.tag', 'meta.tag.sgml', 'markup.deleted.git_gutter'],
193
+ settings: {
194
+ foreground: '#f07178',
195
+ },
196
+ },
197
+ {
198
+ scope: [
199
+ 'entity.name.function',
200
+ 'meta.function-call',
201
+ 'variable.function',
202
+ 'support.function',
203
+ 'keyword.other.special-method',
204
+ ],
205
+ settings: {
206
+ foreground: '#82AAFF',
207
+ },
208
+ },
209
+ {
210
+ scope: ['meta.block variable.other'],
211
+ settings: {
212
+ foreground: '#f07178',
213
+ },
214
+ },
215
+ {
216
+ scope: ['support.other.variable', 'string.other.link'],
217
+ settings: {
218
+ foreground: '#f07178',
219
+ },
220
+ },
221
+ {
222
+ scope: [
223
+ 'constant.numeric',
224
+ 'constant.language',
225
+ 'support.constant',
226
+ 'constant.character',
227
+ 'constant.escape',
228
+ 'variable.parameter',
229
+ 'keyword.other.unit',
230
+ 'keyword.other',
231
+ ],
232
+ settings: {
233
+ foreground: '#F78C6C',
234
+ },
235
+ },
236
+ {
237
+ scope: [
238
+ 'string',
239
+ 'constant.other.symbol',
240
+ 'constant.other.key',
241
+ 'entity.other.inherited-class',
242
+ 'markup.heading',
243
+ 'markup.inserted.git_gutter',
244
+ 'meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js',
245
+ ],
246
+ settings: {
247
+ foreground: '#C3E88D',
248
+ },
249
+ },
250
+ {
251
+ scope: [
252
+ 'entity.name',
253
+ 'support.type',
254
+ 'support.class',
255
+ 'support.orther.namespace.use.php',
256
+ 'meta.use.php',
257
+ 'support.other.namespace.php',
258
+ 'markup.changed.git_gutter',
259
+ 'support.type.sys-types',
260
+ ],
261
+ settings: {
262
+ foreground: '#FFCB6B',
263
+ },
264
+ },
265
+ {
266
+ scope: ['support.type'],
267
+ settings: {
268
+ foreground: '#B2CCD6',
269
+ },
270
+ },
271
+ {
272
+ scope: [
273
+ 'source.css support.type.property-name',
274
+ 'source.sass support.type.property-name',
275
+ 'source.scss support.type.property-name',
276
+ 'source.less support.type.property-name',
277
+ 'source.stylus support.type.property-name',
278
+ 'source.postcss support.type.property-name',
279
+ ],
280
+ settings: {
281
+ foreground: '#B2CCD6',
282
+ },
283
+ },
284
+ {
285
+ scope: ['entity.name.module.js', 'variable.import.parameter.js', 'variable.other.class.js'],
286
+ settings: {
287
+ foreground: '#FF5370',
288
+ },
289
+ },
290
+ {
291
+ scope: ['variable.language'],
292
+ settings: {
293
+ fontStyle: 'italic',
294
+ foreground: '#FF5370',
295
+ },
296
+ },
297
+ {
298
+ scope: ['entity.name.method.js'],
299
+ settings: {
300
+ fontStyle: 'italic',
301
+ foreground: '#82AAFF',
302
+ },
303
+ },
304
+ {
305
+ scope: ['meta.class-method.js entity.name.function.js', 'variable.function.constructor'],
306
+ settings: {
307
+ foreground: '#82AAFF',
308
+ },
309
+ },
310
+ {
311
+ scope: ['entity.other.attribute-name'],
312
+ settings: {
313
+ foreground: '#C792EA',
314
+ },
315
+ },
316
+ {
317
+ scope: [
318
+ 'text.html.basic entity.other.attribute-name.html',
319
+ 'text.html.basic entity.other.attribute-name',
320
+ ],
321
+ settings: {
322
+ fontStyle: 'italic',
323
+ foreground: '#FFCB6B',
324
+ },
325
+ },
326
+ {
327
+ scope: ['entity.other.attribute-name.class'],
328
+ settings: {
329
+ foreground: '#FFCB6B',
330
+ },
331
+ },
332
+ {
333
+ scope: ['source.sass keyword.control'],
334
+ settings: {
335
+ foreground: '#82AAFF',
336
+ },
337
+ },
338
+ {
339
+ scope: ['markup.inserted'],
340
+ settings: {
341
+ foreground: '#C3E88D',
342
+ },
343
+ },
344
+ {
345
+ scope: ['markup.deleted'],
346
+ settings: {
347
+ foreground: '#FF5370',
348
+ },
349
+ },
350
+ {
351
+ scope: ['markup.changed'],
352
+ settings: {
353
+ foreground: '#C792EA',
354
+ },
355
+ },
356
+ {
357
+ scope: ['string.regexp'],
358
+ settings: {
359
+ foreground: '#89DDFF',
360
+ },
361
+ },
362
+ {
363
+ scope: ['constant.character.escape'],
364
+ settings: {
365
+ foreground: '#89DDFF',
366
+ },
367
+ },
368
+ {
369
+ scope: ['*url*', '*link*', '*uri*'],
370
+ settings: {
371
+ fontStyle: 'underline',
372
+ },
373
+ },
374
+ {
375
+ scope: [
376
+ 'tag.decorator.js entity.name.tag.js',
377
+ 'tag.decorator.js punctuation.definition.tag.js',
378
+ ],
379
+ settings: {
380
+ fontStyle: 'italic',
381
+ foreground: '#82AAFF',
382
+ },
383
+ },
384
+ {
385
+ scope: ['source.js constant.other.object.key.js string.unquoted.label.js'],
386
+ settings: {
387
+ fontStyle: 'italic',
388
+ foreground: '#FF5370',
389
+ },
390
+ },
391
+ {
392
+ scope: ['source.json meta.structure.dictionary.json support.type.property-name.json'],
393
+ settings: {
394
+ foreground: '#C792EA',
395
+ },
396
+ },
397
+ {
398
+ scope: [
399
+ 'source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json',
400
+ ],
401
+ settings: {
402
+ foreground: '#FFCB6B',
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 support.type.property-name.json',
408
+ ],
409
+ settings: {
410
+ foreground: '#F78C6C',
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 support.type.property-name.json',
416
+ ],
417
+ settings: {
418
+ foreground: '#FF5370',
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 support.type.property-name.json',
424
+ ],
425
+ settings: {
426
+ foreground: '#C17E70',
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 support.type.property-name.json',
432
+ ],
433
+ settings: {
434
+ foreground: '#82AAFF',
435
+ },
436
+ },
437
+ {
438
+ scope: [
439
+ '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',
440
+ ],
441
+ settings: {
442
+ foreground: '#f07178',
443
+ },
444
+ },
445
+ {
446
+ scope: [
447
+ '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',
448
+ ],
449
+ settings: {
450
+ foreground: '#C792EA',
451
+ },
452
+ },
453
+ {
454
+ scope: [
455
+ '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',
456
+ ],
457
+ settings: {
458
+ foreground: '#C3E88D',
459
+ },
460
+ },
461
+ {
462
+ scope: ['text.html.markdown', 'punctuation.definition.list_item.markdown'],
463
+ settings: {
464
+ foreground: '#EEFFFF',
465
+ },
466
+ },
467
+ {
468
+ scope: ['text.html.markdown markup.inline.raw.markdown'],
469
+ settings: {
470
+ foreground: '#C792EA',
471
+ },
472
+ },
473
+ {
474
+ scope: ['text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown'],
475
+ settings: {
476
+ foreground: '#65737E',
477
+ },
478
+ },
479
+ {
480
+ scope: [
481
+ 'markdown.heading',
482
+ 'markup.heading | markup.heading entity.name',
483
+ 'markup.heading.markdown punctuation.definition.heading.markdown',
484
+ ],
485
+ settings: {
486
+ foreground: '#C3E88D',
487
+ },
488
+ },
489
+ {
490
+ scope: ['markup.italic'],
491
+ settings: {
492
+ fontStyle: 'italic',
493
+ foreground: '#f07178',
494
+ },
495
+ },
496
+ {
497
+ scope: ['markup.bold', 'markup.bold string'],
498
+ settings: {
499
+ fontStyle: 'bold',
500
+ foreground: '#f07178',
501
+ },
502
+ },
503
+ {
504
+ scope: [
505
+ 'markup.bold markup.italic',
506
+ 'markup.italic markup.bold',
507
+ 'markup.quote markup.bold',
508
+ 'markup.bold markup.italic string',
509
+ 'markup.italic markup.bold string',
510
+ 'markup.quote markup.bold string',
511
+ ],
512
+ settings: {
513
+ fontStyle: 'bold',
514
+ foreground: '#f07178',
515
+ },
516
+ },
517
+ {
518
+ scope: ['markup.underline'],
519
+ settings: {
520
+ fontStyle: 'underline',
521
+ foreground: '#F78C6C',
522
+ },
523
+ },
524
+ {
525
+ scope: ['markup.quote punctuation.definition.blockquote.markdown'],
526
+ settings: {
527
+ foreground: '#65737E',
528
+ },
529
+ },
530
+ {
531
+ scope: ['markup.quote'],
532
+ settings: {
533
+ fontStyle: 'italic',
534
+ },
535
+ },
536
+ {
537
+ scope: ['string.other.link.title.markdown'],
538
+ settings: {
539
+ foreground: '#82AAFF',
540
+ },
541
+ },
542
+ {
543
+ scope: ['string.other.link.description.title.markdown'],
544
+ settings: {
545
+ foreground: '#C792EA',
546
+ },
547
+ },
548
+ {
549
+ scope: ['constant.other.reference.link.markdown'],
550
+ settings: {
551
+ foreground: '#FFCB6B',
552
+ },
553
+ },
554
+ {
555
+ scope: ['markup.raw.block'],
556
+ settings: {
557
+ foreground: '#C792EA',
558
+ },
559
+ },
560
+ {
561
+ scope: ['markup.raw.block.fenced.markdown'],
562
+ settings: {
563
+ foreground: '#00000050',
564
+ },
565
+ },
566
+ {
567
+ scope: ['punctuation.definition.fenced.markdown'],
568
+ settings: {
569
+ foreground: '#00000050',
570
+ },
571
+ },
572
+ {
573
+ scope: [
574
+ 'markup.raw.block.fenced.markdown',
575
+ 'variable.language.fenced.markdown',
576
+ 'punctuation.section.class.end',
577
+ ],
578
+ settings: {
579
+ foreground: '#EEFFFF',
580
+ },
581
+ },
582
+ {
583
+ scope: ['variable.language.fenced.markdown'],
584
+ settings: {
585
+ foreground: '#65737E',
586
+ },
587
+ },
588
+ {
589
+ scope: ['meta.separator'],
590
+ settings: {
591
+ fontStyle: 'bold',
592
+ foreground: '#65737E',
593
+ },
594
+ },
595
+ {
596
+ scope: ['markup.table'],
597
+ settings: {
598
+ foreground: '#EEFFFF',
599
+ },
600
+ },
601
+ ],
602
+ type: 'dark',
603
+ }