@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,629 @@
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: '#000',
8
+ colors: {
9
+ 'activityBar.activeBorder': '#4d9375',
10
+ 'activityBar.background': '#000',
11
+ 'activityBar.border': '#191919',
12
+ 'activityBar.foreground': '#dbd7ca',
13
+ 'activityBar.inactiveForeground': '#dedcd5',
14
+ 'activityBarBadge.background': '#bfbaaa',
15
+ 'activityBarBadge.foreground': '#000',
16
+ 'badge.background': '#dedcd5',
17
+ 'badge.foreground': '#000',
18
+ 'breadcrumb.activeSelectionForeground': '#eeeeee',
19
+ 'breadcrumb.background': '#121212',
20
+ 'breadcrumb.focusForeground': '#dbd7ca',
21
+ 'breadcrumb.foreground': '#959da5',
22
+ 'breadcrumbPicker.background': '#000',
23
+ 'button.background': '#4d9375',
24
+ 'button.foreground': '#000',
25
+ 'button.hoverBackground': '#4d9375',
26
+ 'checkbox.background': '#121212',
27
+ 'checkbox.border': '#2f363d',
28
+ 'contrastBorder': '#191919',
29
+ 'debugToolBar.background': '#000',
30
+ 'descriptionForeground': '#dedcd5',
31
+ 'diffEditor.insertedLineBackground': '#0e1a15',
32
+ 'diffEditor.insertedTextBackground': '#4d9375',
33
+ 'diffEditor.removedLineBackground': '#251515',
34
+ 'diffEditor.removedTextBackground': '#ab5959',
35
+ 'dropdown.background': '#000',
36
+ 'dropdown.border': '#191919',
37
+ 'dropdown.foreground': '#dbd7ca',
38
+ 'dropdown.listBackground': '#121212',
39
+ 'editor.background': '#000',
40
+ 'editor.findMatchBackground': '#e6cc77',
41
+ 'editor.findMatchHighlightBackground': '#e6cc77',
42
+ 'editor.focusedStackFrameHighlightBackground': '#b80',
43
+ 'editor.foldBackground': '#eeeeee',
44
+ 'editor.foreground': '#dbd7ca',
45
+ 'editor.inactiveSelectionBackground': '#eeeeee',
46
+ 'editor.lineHighlightBackground': '#121212',
47
+ 'editor.selectionBackground': '#eeeeee',
48
+ 'editor.selectionHighlightBackground': '#eeeeee',
49
+ 'editor.stackFrameHighlightBackground': '#a70',
50
+ 'editor.wordHighlightBackground': '#1c6b48',
51
+ 'editor.wordHighlightStrongBackground': '#1c6b48',
52
+ 'editorBracketHighlight.foreground1': '#5eaab5',
53
+ 'editorBracketHighlight.foreground2': '#4d9375',
54
+ 'editorBracketHighlight.foreground3': '#d4976c',
55
+ 'editorBracketHighlight.foreground4': '#d9739f',
56
+ 'editorBracketHighlight.foreground5': '#e6cc77',
57
+ 'editorBracketHighlight.foreground6': '#6394bf',
58
+ 'editorBracketMatch.background': '#4d9375',
59
+ 'editorCursor.foreground': '#dbd7ca',
60
+ 'editorError.foreground': '#cb7676',
61
+ 'editorGroup.border': '#191919',
62
+ 'editorGroupHeader.tabsBackground': '#000',
63
+ 'editorGroupHeader.tabsBorder': '#191919',
64
+ 'editorGutter.addedBackground': '#4d9375',
65
+ 'editorGutter.commentRangeForeground': '#dedcd5',
66
+ 'editorGutter.deletedBackground': '#cb7676',
67
+ 'editorGutter.foldingControlForeground': '#dedcd5',
68
+ 'editorGutter.modifiedBackground': '#6394bf',
69
+ 'editorHint.foreground': '#4d9375',
70
+ 'editorIndentGuide.activeBackground': '#ffffff',
71
+ 'editorIndentGuide.background': '#ffffff',
72
+ 'editorInfo.foreground': '#6394bf',
73
+ 'editorInlayHint.background': '#121212',
74
+ 'editorInlayHint.foreground': '#444444',
75
+ 'editorLineNumber.activeForeground': '#bfbaaa',
76
+ 'editorLineNumber.foreground': '#dedcd5',
77
+ 'editorOverviewRuler.border': '#111',
78
+ 'editorStickyScroll.background': '#121212',
79
+ 'editorStickyScrollHover.background': '#121212',
80
+ 'editorWarning.foreground': '#d4976c',
81
+ 'editorWhitespace.foreground': '#ffffff',
82
+ 'editorWidget.background': '#000',
83
+ 'errorForeground': '#cb7676',
84
+ 'focusBorder': '#000000',
85
+ 'foreground': '#dbd7ca',
86
+ 'gitDecoration.addedResourceForeground': '#4d9375',
87
+ 'gitDecoration.conflictingResourceForeground': '#d4976c',
88
+ 'gitDecoration.deletedResourceForeground': '#cb7676',
89
+ 'gitDecoration.ignoredResourceForeground': '#dedcd5',
90
+ 'gitDecoration.modifiedResourceForeground': '#6394bf',
91
+ 'gitDecoration.submoduleResourceForeground': '#dedcd5',
92
+ 'gitDecoration.untrackedResourceForeground': '#5eaab5',
93
+ 'input.background': '#121212',
94
+ 'input.border': '#191919',
95
+ 'input.foreground': '#dbd7ca',
96
+ 'input.placeholderForeground': '#dedcd5',
97
+ 'inputOption.activeBackground': '#dedcd5',
98
+ 'list.activeSelectionBackground': '#121212',
99
+ 'list.activeSelectionForeground': '#dbd7ca',
100
+ 'list.focusBackground': '#121212',
101
+ 'list.highlightForeground': '#4d9375',
102
+ 'list.hoverBackground': '#121212',
103
+ 'list.hoverForeground': '#dbd7ca',
104
+ 'list.inactiveFocusBackground': '#000',
105
+ 'list.inactiveSelectionBackground': '#121212',
106
+ 'list.inactiveSelectionForeground': '#dbd7ca',
107
+ 'menu.separatorBackground': '#191919',
108
+ 'notificationCenterHeader.background': '#000',
109
+ 'notificationCenterHeader.foreground': '#959da5',
110
+ 'notifications.background': '#000',
111
+ 'notifications.border': '#191919',
112
+ 'notifications.foreground': '#dbd7ca',
113
+ 'notificationsErrorIcon.foreground': '#cb7676',
114
+ 'notificationsInfoIcon.foreground': '#6394bf',
115
+ 'notificationsWarningIcon.foreground': '#d4976c',
116
+ 'panel.background': '#000',
117
+ 'panel.border': '#191919',
118
+ 'panelInput.border': '#2f363d',
119
+ 'panelTitle.activeBorder': '#4d9375',
120
+ 'panelTitle.activeForeground': '#dbd7ca',
121
+ 'panelTitle.inactiveForeground': '#959da5',
122
+ 'peekViewEditor.background': '#000',
123
+ 'peekViewEditor.matchHighlightBackground': '#ffd33d',
124
+ 'peekViewResult.background': '#000',
125
+ 'peekViewResult.matchHighlightBackground': '#ffd33d',
126
+ 'pickerGroup.border': '#191919',
127
+ 'pickerGroup.foreground': '#dbd7ca',
128
+ 'problemsErrorIcon.foreground': '#cb7676',
129
+ 'problemsInfoIcon.foreground': '#6394bf',
130
+ 'problemsWarningIcon.foreground': '#d4976c',
131
+ 'progressBar.background': '#4d9375',
132
+ 'quickInput.background': '#000',
133
+ 'quickInput.foreground': '#dbd7ca',
134
+ 'quickInputList.focusBackground': '#121212',
135
+ 'scrollbar.shadow': '#000',
136
+ 'scrollbarSlider.activeBackground': '#dedcd5',
137
+ 'scrollbarSlider.background': '#dedcd5',
138
+ 'scrollbarSlider.hoverBackground': '#dedcd5',
139
+ 'settings.headerForeground': '#dbd7ca',
140
+ 'settings.modifiedItemIndicator': '#4d9375',
141
+ 'sideBar.background': '#000',
142
+ 'sideBar.border': '#191919',
143
+ 'sideBar.foreground': '#bfbaaa',
144
+ 'sideBarSectionHeader.background': '#000',
145
+ 'sideBarSectionHeader.border': '#191919',
146
+ 'sideBarSectionHeader.foreground': '#dbd7ca',
147
+ 'sideBarTitle.foreground': '#dbd7ca',
148
+ 'statusBar.background': '#000',
149
+ 'statusBar.border': '#191919',
150
+ 'statusBar.debuggingBackground': '#121212',
151
+ 'statusBar.debuggingForeground': '#bfbaaa',
152
+ 'statusBar.foreground': '#bfbaaa',
153
+ 'statusBar.noFolderBackground': '#000',
154
+ 'statusBarItem.prominentBackground': '#121212',
155
+ 'tab.activeBackground': '#000',
156
+ 'tab.activeBorder': '#191919',
157
+ 'tab.activeBorderTop': '#dedcd5',
158
+ 'tab.activeForeground': '#dbd7ca',
159
+ 'tab.border': '#191919',
160
+ 'tab.hoverBackground': '#121212',
161
+ 'tab.inactiveBackground': '#000',
162
+ 'tab.inactiveForeground': '#959da5',
163
+ 'tab.unfocusedActiveBorder': '#191919',
164
+ 'tab.unfocusedActiveBorderTop': '#191919',
165
+ 'tab.unfocusedHoverBackground': '#000',
166
+ 'terminal.ansiBlack': '#393a34',
167
+ 'terminal.ansiBlue': '#6394bf',
168
+ 'terminal.ansiBrightBlack': '#777777',
169
+ 'terminal.ansiBrightBlue': '#6394bf',
170
+ 'terminal.ansiBrightCyan': '#5eaab5',
171
+ 'terminal.ansiBrightGreen': '#4d9375',
172
+ 'terminal.ansiBrightMagenta': '#d9739f',
173
+ 'terminal.ansiBrightRed': '#cb7676',
174
+ 'terminal.ansiBrightWhite': '#ffffff',
175
+ 'terminal.ansiBrightYellow': '#e6cc77',
176
+ 'terminal.ansiCyan': '#5eaab5',
177
+ 'terminal.ansiGreen': '#4d9375',
178
+ 'terminal.ansiMagenta': '#d9739f',
179
+ 'terminal.ansiRed': '#cb7676',
180
+ 'terminal.ansiWhite': '#dbd7ca',
181
+ 'terminal.ansiYellow': '#e6cc77',
182
+ 'terminal.foreground': '#dbd7ca',
183
+ 'terminal.selectionBackground': '#eeeeee',
184
+ 'textBlockQuote.background': '#000',
185
+ 'textBlockQuote.border': '#191919',
186
+ 'textCodeBlock.background': '#000',
187
+ 'textLink.activeForeground': '#4d9375',
188
+ 'textLink.foreground': '#4d9375',
189
+ 'textPreformat.foreground': '#d1d5da',
190
+ 'textSeparator.foreground': '#586069',
191
+ 'titleBar.activeBackground': '#000',
192
+ 'titleBar.activeForeground': '#bfbaaa',
193
+ 'titleBar.border': '#121212',
194
+ 'titleBar.inactiveBackground': '#000',
195
+ 'titleBar.inactiveForeground': '#959da5',
196
+ 'tree.indentGuidesStroke': '#2f363d',
197
+ 'welcomePage.buttonBackground': '#2f363d',
198
+ 'welcomePage.buttonHoverBackground': '#444d56',
199
+ },
200
+ displayName: 'Vitesse Black',
201
+ fg: '#dbd7ca',
202
+ name: 'vitesse-black',
203
+ semanticHighlighting: true,
204
+ semanticTokenColors: {
205
+ class: '#6872ab',
206
+ interface: '#5d99a9',
207
+ namespace: '#db889a',
208
+ property: '#b8a965',
209
+ type: '#5d99a9',
210
+ },
211
+ settings: [
212
+ {
213
+ settings: {
214
+ background: '#000',
215
+ foreground: '#dbd7cacc',
216
+ },
217
+ },
218
+ {
219
+ scope: ['comment', 'punctuation.definition.comment', 'string.comment'],
220
+ settings: {
221
+ foreground: '#758575dd',
222
+ },
223
+ },
224
+ {
225
+ scope: [
226
+ 'delimiter.bracket',
227
+ 'delimiter',
228
+ 'invalid.illegal.character-not-allowed-here.html',
229
+ 'keyword.operator.rest',
230
+ 'keyword.operator.spread',
231
+ 'keyword.operator.type.annotation',
232
+ 'keyword.operator.relational',
233
+ 'keyword.operator.assignment',
234
+ 'keyword.operator.type',
235
+ 'meta.brace',
236
+ 'meta.tag.block.any.html',
237
+ 'meta.tag.inline.any.html',
238
+ 'meta.tag.structure.input.void.html',
239
+ 'meta.type.annotation',
240
+ 'meta.embedded.block.github-actions-expression',
241
+ 'storage.type.function.arrow',
242
+ 'meta.objectliteral.ts',
243
+ 'punctuation',
244
+ 'punctuation.definition.string.begin.html.vue',
245
+ 'punctuation.definition.string.end.html.vue',
246
+ ],
247
+ settings: {
248
+ foreground: '#444444',
249
+ },
250
+ },
251
+ {
252
+ scope: ['constant', 'entity.name.constant', 'variable.language', 'meta.definition.variable'],
253
+ settings: {
254
+ foreground: '#c99076',
255
+ },
256
+ },
257
+ {
258
+ scope: ['entity', 'entity.name'],
259
+ settings: {
260
+ foreground: '#80a665',
261
+ },
262
+ },
263
+ {
264
+ scope: 'variable.parameter.function',
265
+ settings: {
266
+ foreground: '#dbd7cacc',
267
+ },
268
+ },
269
+ {
270
+ scope: ['entity.name.tag', 'tag.html'],
271
+ settings: {
272
+ foreground: '#4d9375',
273
+ },
274
+ },
275
+ {
276
+ scope: 'entity.name.function',
277
+ settings: {
278
+ foreground: '#80a665',
279
+ },
280
+ },
281
+ {
282
+ scope: ['keyword', 'storage.type.class.jsdoc', 'punctuation.definition.template-expression'],
283
+ settings: {
284
+ foreground: '#4d9375',
285
+ },
286
+ },
287
+ {
288
+ scope: [
289
+ 'storage',
290
+ 'storage.type',
291
+ 'support.type.builtin',
292
+ 'constant.language.undefined',
293
+ 'constant.language.null',
294
+ 'constant.language.import-export-all.ts',
295
+ ],
296
+ settings: {
297
+ foreground: '#cb7676',
298
+ },
299
+ },
300
+ {
301
+ scope: [
302
+ 'text.html.derivative',
303
+ 'storage.modifier.package',
304
+ 'storage.modifier.import',
305
+ 'storage.type.java',
306
+ ],
307
+ settings: {
308
+ foreground: '#dbd7cacc',
309
+ },
310
+ },
311
+ {
312
+ scope: ['string', 'string punctuation.section.embedded source', 'attribute.value'],
313
+ settings: {
314
+ foreground: '#c98a7d',
315
+ },
316
+ },
317
+ {
318
+ scope: ['punctuation.definition.string'],
319
+ settings: {
320
+ foreground: '#c98a7d77',
321
+ },
322
+ },
323
+ {
324
+ scope: ['punctuation.support.type.property-name'],
325
+ settings: {
326
+ foreground: '#b8a96577',
327
+ },
328
+ },
329
+ {
330
+ scope: 'support',
331
+ settings: {
332
+ foreground: '#b8a965',
333
+ },
334
+ },
335
+ {
336
+ scope: [
337
+ 'property',
338
+ 'meta.property-name',
339
+ 'meta.object-literal.key',
340
+ 'entity.name.tag.yaml',
341
+ 'attribute.name',
342
+ ],
343
+ settings: {
344
+ foreground: '#b8a965',
345
+ },
346
+ },
347
+ {
348
+ scope: ['entity.other.attribute-name', 'invalid.deprecated.entity.other.attribute-name.html'],
349
+ settings: {
350
+ foreground: '#bd976a',
351
+ },
352
+ },
353
+ {
354
+ scope: ['variable', 'identifier'],
355
+ settings: {
356
+ foreground: '#bd976a',
357
+ },
358
+ },
359
+ {
360
+ scope: ['support.type.primitive', 'entity.name.type'],
361
+ settings: {
362
+ foreground: '#5DA994',
363
+ },
364
+ },
365
+ {
366
+ scope: 'namespace',
367
+ settings: {
368
+ foreground: '#db889a',
369
+ },
370
+ },
371
+ {
372
+ scope: ['keyword.operator', 'keyword.operator.assignment.compound', 'meta.var.expr.ts'],
373
+ settings: {
374
+ foreground: '#cb7676',
375
+ },
376
+ },
377
+ {
378
+ scope: 'invalid.broken',
379
+ settings: {
380
+ fontStyle: 'italic',
381
+ foreground: '#fdaeb7',
382
+ },
383
+ },
384
+ {
385
+ scope: 'invalid.deprecated',
386
+ settings: {
387
+ fontStyle: 'italic',
388
+ foreground: '#fdaeb7',
389
+ },
390
+ },
391
+ {
392
+ scope: 'invalid.illegal',
393
+ settings: {
394
+ fontStyle: 'italic',
395
+ foreground: '#fdaeb7',
396
+ },
397
+ },
398
+ {
399
+ scope: 'invalid.unimplemented',
400
+ settings: {
401
+ fontStyle: 'italic',
402
+ foreground: '#fdaeb7',
403
+ },
404
+ },
405
+ {
406
+ scope: 'carriage-return',
407
+ settings: {
408
+ background: '#f97583',
409
+ content: '^M',
410
+ fontStyle: 'italic underline',
411
+ foreground: '#24292e',
412
+ },
413
+ },
414
+ {
415
+ scope: 'message.error',
416
+ settings: {
417
+ foreground: '#fdaeb7',
418
+ },
419
+ },
420
+ {
421
+ scope: 'string variable',
422
+ settings: {
423
+ foreground: '#c98a7d',
424
+ },
425
+ },
426
+ {
427
+ scope: ['source.regexp', 'string.regexp'],
428
+ settings: {
429
+ foreground: '#c4704f',
430
+ },
431
+ },
432
+ {
433
+ scope: [
434
+ 'string.regexp.character-class',
435
+ 'string.regexp constant.character.escape',
436
+ 'string.regexp source.ruby.embedded',
437
+ 'string.regexp string.regexp.arbitrary-repitition',
438
+ ],
439
+ settings: {
440
+ foreground: '#c98a7d',
441
+ },
442
+ },
443
+ {
444
+ scope: 'string.regexp constant.character.escape',
445
+ settings: {
446
+ foreground: '#e6cc77',
447
+ },
448
+ },
449
+ {
450
+ scope: ['support.constant'],
451
+ settings: {
452
+ foreground: '#c99076',
453
+ },
454
+ },
455
+ {
456
+ scope: ['keyword.operator.quantifier.regexp', 'constant.numeric', 'number'],
457
+ settings: {
458
+ foreground: '#4C9A91',
459
+ },
460
+ },
461
+ {
462
+ scope: ['keyword.other.unit'],
463
+ settings: {
464
+ foreground: '#cb7676',
465
+ },
466
+ },
467
+ {
468
+ scope: ['constant.language.boolean', 'constant.language'],
469
+ settings: {
470
+ foreground: '#4d9375',
471
+ },
472
+ },
473
+ {
474
+ scope: 'meta.module-reference',
475
+ settings: {
476
+ foreground: '#4d9375',
477
+ },
478
+ },
479
+ {
480
+ scope: 'punctuation.definition.list.begin.markdown',
481
+ settings: {
482
+ foreground: '#d4976c',
483
+ },
484
+ },
485
+ {
486
+ scope: ['markup.heading', 'markup.heading entity.name'],
487
+ settings: {
488
+ fontStyle: 'bold',
489
+ foreground: '#4d9375',
490
+ },
491
+ },
492
+ {
493
+ scope: 'markup.quote',
494
+ settings: {
495
+ foreground: '#5d99a9',
496
+ },
497
+ },
498
+ {
499
+ scope: 'markup.italic',
500
+ settings: {
501
+ fontStyle: 'italic',
502
+ foreground: '#dbd7cacc',
503
+ },
504
+ },
505
+ {
506
+ scope: 'markup.bold',
507
+ settings: {
508
+ fontStyle: 'bold',
509
+ foreground: '#dbd7cacc',
510
+ },
511
+ },
512
+ {
513
+ scope: 'markup.raw',
514
+ settings: {
515
+ foreground: '#4d9375',
516
+ },
517
+ },
518
+ {
519
+ scope: ['markup.deleted', 'meta.diff.header.from-file', 'punctuation.definition.deleted'],
520
+ settings: {
521
+ background: '#86181d',
522
+ foreground: '#fdaeb7',
523
+ },
524
+ },
525
+ {
526
+ scope: ['markup.inserted', 'meta.diff.header.to-file', 'punctuation.definition.inserted'],
527
+ settings: {
528
+ background: '#144620',
529
+ foreground: '#85e89d',
530
+ },
531
+ },
532
+ {
533
+ scope: ['markup.changed', 'punctuation.definition.changed'],
534
+ settings: {
535
+ background: '#c24e00',
536
+ foreground: '#ffab70',
537
+ },
538
+ },
539
+ {
540
+ scope: ['markup.ignored', 'markup.untracked'],
541
+ settings: {
542
+ background: '#79b8ff',
543
+ foreground: '#2f363d',
544
+ },
545
+ },
546
+ {
547
+ scope: 'meta.diff.range',
548
+ settings: {
549
+ fontStyle: 'bold',
550
+ foreground: '#b392f0',
551
+ },
552
+ },
553
+ {
554
+ scope: 'meta.diff.header',
555
+ settings: {
556
+ foreground: '#79b8ff',
557
+ },
558
+ },
559
+ {
560
+ scope: 'meta.separator',
561
+ settings: {
562
+ fontStyle: 'bold',
563
+ foreground: '#79b8ff',
564
+ },
565
+ },
566
+ {
567
+ scope: 'meta.output',
568
+ settings: {
569
+ foreground: '#79b8ff',
570
+ },
571
+ },
572
+ {
573
+ scope: [
574
+ 'brackethighlighter.tag',
575
+ 'brackethighlighter.curly',
576
+ 'brackethighlighter.round',
577
+ 'brackethighlighter.square',
578
+ 'brackethighlighter.angle',
579
+ 'brackethighlighter.quote',
580
+ ],
581
+ settings: {
582
+ foreground: '#d1d5da',
583
+ },
584
+ },
585
+ {
586
+ scope: 'brackethighlighter.unmatched',
587
+ settings: {
588
+ foreground: '#fdaeb7',
589
+ },
590
+ },
591
+ {
592
+ scope: [
593
+ 'constant.other.reference.link',
594
+ 'string.other.link',
595
+ 'punctuation.definition.string.begin.markdown',
596
+ 'punctuation.definition.string.end.markdown',
597
+ ],
598
+ settings: {
599
+ foreground: '#c98a7d',
600
+ },
601
+ },
602
+ {
603
+ scope: ['markup.underline.link.markdown', 'markup.underline.link.image.markdown'],
604
+ settings: {
605
+ fontStyle: 'underline',
606
+ foreground: '#dedcd590',
607
+ },
608
+ },
609
+ {
610
+ scope: ['type.identifier', 'constant.other.character-class.regexp'],
611
+ settings: {
612
+ foreground: '#6872ab',
613
+ },
614
+ },
615
+ {
616
+ scope: ['entity.other.attribute-name.html.vue'],
617
+ settings: {
618
+ foreground: '#80a665',
619
+ },
620
+ },
621
+ {
622
+ scope: ['invalid.illegal.unrecognized-tag.html'],
623
+ settings: {
624
+ fontStyle: 'normal',
625
+ },
626
+ },
627
+ ],
628
+ type: 'dark',
629
+ }