@brimveyn/aimux-config 0.4.4 → 0.4.6

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 (78) hide show
  1. package/package.json +1 -1
  2. package/src/actions.ts +11 -8
  3. package/src/defaults.ts +3 -2
  4. package/src/house-themes.ts +44 -302
  5. package/src/index.ts +20 -16
  6. package/src/palette-to-shiki.ts +134 -0
  7. package/src/palette-utils.ts +92 -0
  8. package/src/resolver.ts +0 -1
  9. package/src/themes/opencode.ts +1460 -0
  10. package/src/themes.ts +18 -88
  11. package/src/types.ts +46 -131
  12. package/src/normalize-theme.ts +0 -260
  13. package/src/themes/generated/andromeeda.ts +0 -346
  14. package/src/themes/generated/aurora-x.ts +0 -603
  15. package/src/themes/generated/ayu-dark.ts +0 -817
  16. package/src/themes/generated/ayu-light.ts +0 -817
  17. package/src/themes/generated/ayu-mirage.ts +0 -817
  18. package/src/themes/generated/catppuccin-frappe.ts +0 -2041
  19. package/src/themes/generated/catppuccin-latte.ts +0 -2041
  20. package/src/themes/generated/catppuccin-macchiato.ts +0 -2041
  21. package/src/themes/generated/catppuccin-mocha.ts +0 -2041
  22. package/src/themes/generated/dark-plus.ts +0 -614
  23. package/src/themes/generated/dracula-soft.ts +0 -947
  24. package/src/themes/generated/dracula.ts +0 -947
  25. package/src/themes/generated/everforest-dark.ts +0 -2246
  26. package/src/themes/generated/everforest-light.ts +0 -2246
  27. package/src/themes/generated/github-dark-default.ts +0 -605
  28. package/src/themes/generated/github-dark-dimmed.ts +0 -605
  29. package/src/themes/generated/github-dark-high-contrast.ts +0 -608
  30. package/src/themes/generated/github-dark.ts +0 -519
  31. package/src/themes/generated/github-light-default.ts +0 -602
  32. package/src/themes/generated/github-light-high-contrast.ts +0 -604
  33. package/src/themes/generated/github-light.ts +0 -515
  34. package/src/themes/generated/gruvbox-dark-hard.ts +0 -1124
  35. package/src/themes/generated/gruvbox-dark-medium.ts +0 -1124
  36. package/src/themes/generated/gruvbox-dark-soft.ts +0 -1124
  37. package/src/themes/generated/gruvbox-light-hard.ts +0 -1124
  38. package/src/themes/generated/gruvbox-light-medium.ts +0 -1124
  39. package/src/themes/generated/gruvbox-light-soft.ts +0 -1124
  40. package/src/themes/generated/horizon-bright.ts +0 -420
  41. package/src/themes/generated/horizon.ts +0 -418
  42. package/src/themes/generated/houston.ts +0 -1819
  43. package/src/themes/generated/index.ts +0 -140
  44. package/src/themes/generated/kanagawa-dragon.ts +0 -753
  45. package/src/themes/generated/kanagawa-lotus.ts +0 -753
  46. package/src/themes/generated/kanagawa-wave.ts +0 -753
  47. package/src/themes/generated/laserwave.ts +0 -489
  48. package/src/themes/generated/light-plus.ts +0 -639
  49. package/src/themes/generated/material-theme-darker.ts +0 -759
  50. package/src/themes/generated/material-theme-lighter.ts +0 -759
  51. package/src/themes/generated/material-theme-ocean.ts +0 -759
  52. package/src/themes/generated/material-theme-palenight.ts +0 -759
  53. package/src/themes/generated/material-theme.ts +0 -759
  54. package/src/themes/generated/min-dark.ts +0 -326
  55. package/src/themes/generated/min-light.ts +0 -331
  56. package/src/themes/generated/monokai.ts +0 -463
  57. package/src/themes/generated/night-owl-light.ts +0 -1526
  58. package/src/themes/generated/night-owl.ts +0 -1628
  59. package/src/themes/generated/nord.ts +0 -1277
  60. package/src/themes/generated/one-dark-pro.ts +0 -1920
  61. package/src/themes/generated/one-light.ts +0 -1599
  62. package/src/themes/generated/plastic.ts +0 -315
  63. package/src/themes/generated/poimandres.ts +0 -1233
  64. package/src/themes/generated/red.ts +0 -395
  65. package/src/themes/generated/rose-pine-dawn.ts +0 -696
  66. package/src/themes/generated/rose-pine-moon.ts +0 -696
  67. package/src/themes/generated/rose-pine.ts +0 -696
  68. package/src/themes/generated/slack-dark.ts +0 -594
  69. package/src/themes/generated/slack-ochin.ts +0 -461
  70. package/src/themes/generated/snazzy-light.ts +0 -1254
  71. package/src/themes/generated/solarized-dark.ts +0 -387
  72. package/src/themes/generated/solarized-light.ts +0 -379
  73. package/src/themes/generated/synthwave-84.ts +0 -751
  74. package/src/themes/generated/tokyo-night.ts +0 -1420
  75. package/src/themes/generated/vesper.ts +0 -578
  76. package/src/themes/generated/vitesse-black.ts +0 -629
  77. package/src/themes/generated/vitesse-dark.ts +0 -629
  78. package/src/themes/generated/vitesse-light.ts +0 -627
@@ -1,604 +0,0 @@
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: '#ffffff',
8
- colors: {
9
- 'activityBar.activeBorder': '#ef5b48',
10
- 'activityBar.background': '#ffffff',
11
- 'activityBar.border': '#20252c',
12
- 'activityBar.foreground': '#0e1116',
13
- 'activityBar.inactiveForeground': '#0e1116',
14
- 'activityBarBadge.background': '#0349b4',
15
- 'activityBarBadge.foreground': '#ffffff',
16
- 'badge.background': '#0349b4',
17
- 'badge.foreground': '#ffffff',
18
- 'breadcrumb.activeSelectionForeground': '#0e1116',
19
- 'breadcrumb.focusForeground': '#0e1116',
20
- 'breadcrumb.foreground': '#0e1116',
21
- 'breadcrumbPicker.background': '#ffffff',
22
- 'button.background': '#055d20',
23
- 'button.foreground': '#ffffff',
24
- 'button.hoverBackground': '#024c1a',
25
- 'button.secondaryBackground': '#acb6c0',
26
- 'button.secondaryForeground': '#0e1116',
27
- 'button.secondaryHoverBackground': '#ced5dc',
28
- 'checkbox.background': '#e7ecf0',
29
- 'checkbox.border': '#20252c',
30
- 'contrastBorder': '#20252c',
31
- 'debugConsole.errorForeground': '#a0111f',
32
- 'debugConsole.infoForeground': '#4b535d',
33
- 'debugConsole.sourceForeground': '#744500',
34
- 'debugConsole.warningForeground': '#603700',
35
- 'debugConsoleInputIcon.foreground': '#512598',
36
- 'debugIcon.breakpointForeground': '#a0111f',
37
- 'debugTokenExpression.boolean': '#024c1a',
38
- 'debugTokenExpression.error': '#86061d',
39
- 'debugTokenExpression.name': '#023b95',
40
- 'debugTokenExpression.number': '#024c1a',
41
- 'debugTokenExpression.string': '#032563',
42
- 'debugTokenExpression.value': '#032563',
43
- 'debugToolBar.background': '#ffffff',
44
- 'descriptionForeground': '#0e1116',
45
- 'diffEditor.insertedLineBackground': '#82e596',
46
- 'diffEditor.insertedTextBackground': '#43c663',
47
- 'diffEditor.removedLineBackground': '#ffc1bc',
48
- 'diffEditor.removedTextBackground': '#ee5a5d',
49
- 'dropdown.background': '#ffffff',
50
- 'dropdown.border': '#20252c',
51
- 'dropdown.foreground': '#0e1116',
52
- 'dropdown.listBackground': '#ffffff',
53
- 'editor.background': '#ffffff',
54
- 'editor.findMatchBackground': '#744500',
55
- 'editor.findMatchHighlightBackground': '#f0ce53',
56
- 'editor.focusedStackFrameHighlightBackground': '#26a148',
57
- 'editor.foldBackground': '#66707b',
58
- 'editor.foreground': '#0e1116',
59
- 'editor.inactiveSelectionBackground': '#66707b',
60
- 'editor.lineHighlightBackground': '#e7ecf0',
61
- 'editor.linkedEditingBackground': '#0349b4',
62
- 'editor.selectionBackground': '#0e1116',
63
- 'editor.selectionForeground': '#ffffff',
64
- 'editor.selectionHighlightBackground': '#26a148',
65
- 'editor.stackFrameHighlightBackground': '#b58407',
66
- 'editor.wordHighlightBackground': '#e7ecf0',
67
- 'editor.wordHighlightBorder': '#acb6c0',
68
- 'editor.wordHighlightStrongBackground': '#acb6c0',
69
- 'editor.wordHighlightStrongBorder': '#acb6c0',
70
- 'editorBracketHighlight.foreground1': '#0349b4',
71
- 'editorBracketHighlight.foreground2': '#055d20',
72
- 'editorBracketHighlight.foreground3': '#744500',
73
- 'editorBracketHighlight.foreground4': '#a0111f',
74
- 'editorBracketHighlight.foreground5': '#971368',
75
- 'editorBracketHighlight.foreground6': '#622cbc',
76
- 'editorBracketHighlight.unexpectedBracket.foreground': '#0e1116',
77
- 'editorBracketMatch.background': '#26a148',
78
- 'editorBracketMatch.border': '#26a148',
79
- 'editorCursor.foreground': '#0349b4',
80
- 'editorError.foreground': '#a0111f',
81
- 'editorGroup.border': '#20252c',
82
- 'editorGroupHeader.tabsBackground': '#ffffff',
83
- 'editorGroupHeader.tabsBorder': '#20252c',
84
- 'editorGutter.addedBackground': '#26a148',
85
- 'editorGutter.deletedBackground': '#ee5a5d',
86
- 'editorGutter.modifiedBackground': '#b58407',
87
- 'editorIndentGuide.activeBackground': '#0e1116',
88
- 'editorIndentGuide.background': '#0e1116',
89
- 'editorInlayHint.background': '#acb6c0',
90
- 'editorInlayHint.foreground': '#0e1116',
91
- 'editorInlayHint.paramBackground': '#acb6c0',
92
- 'editorInlayHint.paramForeground': '#0e1116',
93
- 'editorInlayHint.typeBackground': '#acb6c0',
94
- 'editorInlayHint.typeForeground': '#0e1116',
95
- 'editorLineNumber.activeForeground': '#0e1116',
96
- 'editorLineNumber.foreground': '#88929d',
97
- 'editorOverviewRuler.border': '#ffffff',
98
- 'editorWarning.foreground': '#3f2200',
99
- 'editorWhitespace.foreground': '#acb6c0',
100
- 'editorWidget.background': '#ffffff',
101
- 'errorForeground': '#a0111f',
102
- 'focusBorder': '#0349b4',
103
- 'foreground': '#0e1116',
104
- 'gitDecoration.addedResourceForeground': '#055d20',
105
- 'gitDecoration.conflictingResourceForeground': '#873800',
106
- 'gitDecoration.deletedResourceForeground': '#a0111f',
107
- 'gitDecoration.ignoredResourceForeground': '#66707b',
108
- 'gitDecoration.modifiedResourceForeground': '#744500',
109
- 'gitDecoration.submoduleResourceForeground': '#0e1116',
110
- 'gitDecoration.untrackedResourceForeground': '#055d20',
111
- 'icon.foreground': '#0e1116',
112
- 'input.background': '#ffffff',
113
- 'input.border': '#20252c',
114
- 'input.foreground': '#0e1116',
115
- 'input.placeholderForeground': '#66707b',
116
- 'keybindingLabel.foreground': '#0e1116',
117
- 'list.activeSelectionBackground': '#acb6c0',
118
- 'list.activeSelectionForeground': '#0e1116',
119
- 'list.focusBackground': '#dff7ff',
120
- 'list.focusForeground': '#0e1116',
121
- 'list.highlightForeground': '#0349b4',
122
- 'list.hoverBackground': '#e7ecf0',
123
- 'list.hoverForeground': '#0e1116',
124
- 'list.inactiveFocusBackground': '#dff7ff',
125
- 'list.inactiveSelectionBackground': '#acb6c0',
126
- 'list.inactiveSelectionForeground': '#0e1116',
127
- 'minimapSlider.activeBackground': '#88929d',
128
- 'minimapSlider.background': '#88929d',
129
- 'minimapSlider.hoverBackground': '#88929d',
130
- 'notificationCenterHeader.background': '#e7ecf0',
131
- 'notificationCenterHeader.foreground': '#0e1116',
132
- 'notifications.background': '#ffffff',
133
- 'notifications.border': '#20252c',
134
- 'notifications.foreground': '#0e1116',
135
- 'notificationsErrorIcon.foreground': '#a0111f',
136
- 'notificationsInfoIcon.foreground': '#0349b4',
137
- 'notificationsWarningIcon.foreground': '#744500',
138
- 'panel.background': '#ffffff',
139
- 'panel.border': '#20252c',
140
- 'panelInput.border': '#20252c',
141
- 'panelTitle.activeBorder': '#ef5b48',
142
- 'panelTitle.activeForeground': '#0e1116',
143
- 'panelTitle.inactiveForeground': '#0e1116',
144
- 'pickerGroup.border': '#20252c',
145
- 'pickerGroup.foreground': '#0e1116',
146
- 'progressBar.background': '#0349b4',
147
- 'quickInput.background': '#ffffff',
148
- 'quickInput.foreground': '#0e1116',
149
- 'scrollbar.shadow': '#66707b',
150
- 'scrollbarSlider.activeBackground': '#88929d',
151
- 'scrollbarSlider.background': '#88929d',
152
- 'scrollbarSlider.hoverBackground': '#88929d',
153
- 'settings.headerForeground': '#0e1116',
154
- 'settings.modifiedItemIndicator': '#b58407',
155
- 'sideBar.background': '#ffffff',
156
- 'sideBar.border': '#20252c',
157
- 'sideBar.foreground': '#0e1116',
158
- 'sideBarSectionHeader.background': '#ffffff',
159
- 'sideBarSectionHeader.border': '#20252c',
160
- 'sideBarSectionHeader.foreground': '#0e1116',
161
- 'sideBarTitle.foreground': '#0e1116',
162
- 'statusBar.background': '#ffffff',
163
- 'statusBar.border': '#20252c',
164
- 'statusBar.debuggingBackground': '#a0111f',
165
- 'statusBar.debuggingForeground': '#ffffff',
166
- 'statusBar.focusBorder': '#0349b4',
167
- 'statusBar.foreground': '#0e1116',
168
- 'statusBar.noFolderBackground': '#ffffff',
169
- 'statusBarItem.activeBackground': '#0e1116',
170
- 'statusBarItem.focusBorder': '#0349b4',
171
- 'statusBarItem.hoverBackground': '#0e1116',
172
- 'statusBarItem.prominentBackground': '#acb6c0',
173
- 'statusBarItem.remoteBackground': '#e7ecf0',
174
- 'statusBarItem.remoteForeground': '#0e1116',
175
- 'symbolIcon.arrayForeground': '#702c00',
176
- 'symbolIcon.booleanForeground': '#023b95',
177
- 'symbolIcon.classForeground': '#702c00',
178
- 'symbolIcon.colorForeground': '#032563',
179
- 'symbolIcon.constantForeground': '#024c1a',
180
- 'symbolIcon.constructorForeground': '#341763',
181
- 'symbolIcon.enumeratorForeground': '#702c00',
182
- 'symbolIcon.enumeratorMemberForeground': '#023b95',
183
- 'symbolIcon.eventForeground': '#4b535d',
184
- 'symbolIcon.fieldForeground': '#702c00',
185
- 'symbolIcon.fileForeground': '#603700',
186
- 'symbolIcon.folderForeground': '#603700',
187
- 'symbolIcon.functionForeground': '#512598',
188
- 'symbolIcon.interfaceForeground': '#702c00',
189
- 'symbolIcon.keyForeground': '#023b95',
190
- 'symbolIcon.keywordForeground': '#86061d',
191
- 'symbolIcon.methodForeground': '#512598',
192
- 'symbolIcon.moduleForeground': '#86061d',
193
- 'symbolIcon.namespaceForeground': '#86061d',
194
- 'symbolIcon.nullForeground': '#023b95',
195
- 'symbolIcon.numberForeground': '#024c1a',
196
- 'symbolIcon.objectForeground': '#702c00',
197
- 'symbolIcon.operatorForeground': '#032563',
198
- 'symbolIcon.packageForeground': '#702c00',
199
- 'symbolIcon.propertyForeground': '#702c00',
200
- 'symbolIcon.referenceForeground': '#023b95',
201
- 'symbolIcon.snippetForeground': '#023b95',
202
- 'symbolIcon.stringForeground': '#032563',
203
- 'symbolIcon.structForeground': '#702c00',
204
- 'symbolIcon.textForeground': '#032563',
205
- 'symbolIcon.typeParameterForeground': '#032563',
206
- 'symbolIcon.unitForeground': '#023b95',
207
- 'symbolIcon.variableForeground': '#702c00',
208
- 'tab.activeBackground': '#ffffff',
209
- 'tab.activeBorder': '#ffffff',
210
- 'tab.activeBorderTop': '#ef5b48',
211
- 'tab.activeForeground': '#0e1116',
212
- 'tab.border': '#20252c',
213
- 'tab.hoverBackground': '#ffffff',
214
- 'tab.inactiveBackground': '#ffffff',
215
- 'tab.inactiveForeground': '#0e1116',
216
- 'tab.unfocusedActiveBorder': '#ffffff',
217
- 'tab.unfocusedActiveBorderTop': '#20252c',
218
- 'tab.unfocusedHoverBackground': '#e7ecf0',
219
- 'terminal.ansiBlack': '#0e1116',
220
- 'terminal.ansiBlue': '#0349b4',
221
- 'terminal.ansiBrightBlack': '#4b535d',
222
- 'terminal.ansiBrightBlue': '#1168e3',
223
- 'terminal.ansiBrightCyan': '#3192aa',
224
- 'terminal.ansiBrightGreen': '#055d20',
225
- 'terminal.ansiBrightMagenta': '#844ae7',
226
- 'terminal.ansiBrightRed': '#86061d',
227
- 'terminal.ansiBrightWhite': '#88929d',
228
- 'terminal.ansiBrightYellow': '#4e2c00',
229
- 'terminal.ansiCyan': '#1b7c83',
230
- 'terminal.ansiGreen': '#024c1a',
231
- 'terminal.ansiMagenta': '#622cbc',
232
- 'terminal.ansiRed': '#a0111f',
233
- 'terminal.ansiWhite': '#66707b',
234
- 'terminal.ansiYellow': '#3f2200',
235
- 'terminal.foreground': '#0e1116',
236
- 'textBlockQuote.background': '#ffffff',
237
- 'textBlockQuote.border': '#20252c',
238
- 'textCodeBlock.background': '#acb6c0',
239
- 'textLink.activeForeground': '#0349b4',
240
- 'textLink.foreground': '#0349b4',
241
- 'textPreformat.background': '#acb6c0',
242
- 'textPreformat.foreground': '#0e1116',
243
- 'textSeparator.foreground': '#88929d',
244
- 'titleBar.activeBackground': '#ffffff',
245
- 'titleBar.activeForeground': '#0e1116',
246
- 'titleBar.border': '#20252c',
247
- 'titleBar.inactiveBackground': '#ffffff',
248
- 'titleBar.inactiveForeground': '#0e1116',
249
- 'tree.indentGuidesStroke': '#88929d',
250
- 'welcomePage.buttonBackground': '#e7ecf0',
251
- 'welcomePage.buttonHoverBackground': '#ced5dc',
252
- },
253
- displayName: 'GitHub Light High Contrast',
254
- fg: '#0e1116',
255
- name: 'github-light-high-contrast',
256
- semanticHighlighting: true,
257
- settings: [
258
- {
259
- settings: {
260
- background: '#ffffff',
261
- foreground: '#0e1116',
262
- },
263
- },
264
- {
265
- scope: ['comment', 'punctuation.definition.comment', 'string.comment'],
266
- settings: {
267
- foreground: '#66707b',
268
- },
269
- },
270
- {
271
- scope: ['constant.other.placeholder', 'constant.character'],
272
- settings: {
273
- foreground: '#a0111f',
274
- },
275
- },
276
- {
277
- scope: [
278
- 'constant',
279
- 'entity.name.constant',
280
- 'variable.other.constant',
281
- 'variable.other.enummember',
282
- 'variable.language',
283
- 'entity',
284
- ],
285
- settings: {
286
- foreground: '#023b95',
287
- },
288
- },
289
- {
290
- scope: ['entity.name', 'meta.export.default', 'meta.definition.variable'],
291
- settings: {
292
- foreground: '#702c00',
293
- },
294
- },
295
- {
296
- scope: [
297
- 'variable.parameter.function',
298
- 'meta.jsx.children',
299
- 'meta.block',
300
- 'meta.tag.attributes',
301
- 'entity.name.constant',
302
- 'meta.object.member',
303
- 'meta.embedded.expression',
304
- ],
305
- settings: {
306
- foreground: '#0e1116',
307
- },
308
- },
309
- {
310
- scope: 'entity.name.function',
311
- settings: {
312
- foreground: '#622cbc',
313
- },
314
- },
315
- {
316
- scope: ['entity.name.tag', 'support.class.component'],
317
- settings: {
318
- foreground: '#024c1a',
319
- },
320
- },
321
- {
322
- scope: 'keyword',
323
- settings: {
324
- foreground: '#a0111f',
325
- },
326
- },
327
- {
328
- scope: ['storage', 'storage.type'],
329
- settings: {
330
- foreground: '#a0111f',
331
- },
332
- },
333
- {
334
- scope: ['storage.modifier.package', 'storage.modifier.import', 'storage.type.java'],
335
- settings: {
336
- foreground: '#0e1116',
337
- },
338
- },
339
- {
340
- scope: ['string', 'string punctuation.section.embedded source'],
341
- settings: {
342
- foreground: '#032563',
343
- },
344
- },
345
- {
346
- scope: 'support',
347
- settings: {
348
- foreground: '#023b95',
349
- },
350
- },
351
- {
352
- scope: 'meta.property-name',
353
- settings: {
354
- foreground: '#023b95',
355
- },
356
- },
357
- {
358
- scope: 'variable',
359
- settings: {
360
- foreground: '#702c00',
361
- },
362
- },
363
- {
364
- scope: 'variable.other',
365
- settings: {
366
- foreground: '#0e1116',
367
- },
368
- },
369
- {
370
- scope: 'invalid.broken',
371
- settings: {
372
- fontStyle: 'italic',
373
- foreground: '#6e011a',
374
- },
375
- },
376
- {
377
- scope: 'invalid.deprecated',
378
- settings: {
379
- fontStyle: 'italic',
380
- foreground: '#6e011a',
381
- },
382
- },
383
- {
384
- scope: 'invalid.illegal',
385
- settings: {
386
- fontStyle: 'italic',
387
- foreground: '#6e011a',
388
- },
389
- },
390
- {
391
- scope: 'invalid.unimplemented',
392
- settings: {
393
- fontStyle: 'italic',
394
- foreground: '#6e011a',
395
- },
396
- },
397
- {
398
- scope: 'carriage-return',
399
- settings: {
400
- background: '#a0111f',
401
- content: '^M',
402
- fontStyle: 'italic underline',
403
- foreground: '#ffffff',
404
- },
405
- },
406
- {
407
- scope: 'message.error',
408
- settings: {
409
- foreground: '#6e011a',
410
- },
411
- },
412
- {
413
- scope: 'string variable',
414
- settings: {
415
- foreground: '#023b95',
416
- },
417
- },
418
- {
419
- scope: ['source.regexp', 'string.regexp'],
420
- settings: {
421
- foreground: '#032563',
422
- },
423
- },
424
- {
425
- scope: [
426
- 'string.regexp.character-class',
427
- 'string.regexp constant.character.escape',
428
- 'string.regexp source.ruby.embedded',
429
- 'string.regexp string.regexp.arbitrary-repitition',
430
- ],
431
- settings: {
432
- foreground: '#032563',
433
- },
434
- },
435
- {
436
- scope: 'string.regexp constant.character.escape',
437
- settings: {
438
- fontStyle: 'bold',
439
- foreground: '#024c1a',
440
- },
441
- },
442
- {
443
- scope: 'support.constant',
444
- settings: {
445
- foreground: '#023b95',
446
- },
447
- },
448
- {
449
- scope: 'support.variable',
450
- settings: {
451
- foreground: '#023b95',
452
- },
453
- },
454
- {
455
- scope: 'support.type.property-name.json',
456
- settings: {
457
- foreground: '#024c1a',
458
- },
459
- },
460
- {
461
- scope: 'meta.module-reference',
462
- settings: {
463
- foreground: '#023b95',
464
- },
465
- },
466
- {
467
- scope: 'punctuation.definition.list.begin.markdown',
468
- settings: {
469
- foreground: '#702c00',
470
- },
471
- },
472
- {
473
- scope: ['markup.heading', 'markup.heading entity.name'],
474
- settings: {
475
- fontStyle: 'bold',
476
- foreground: '#023b95',
477
- },
478
- },
479
- {
480
- scope: 'markup.quote',
481
- settings: {
482
- foreground: '#024c1a',
483
- },
484
- },
485
- {
486
- scope: 'markup.italic',
487
- settings: {
488
- fontStyle: 'italic',
489
- foreground: '#0e1116',
490
- },
491
- },
492
- {
493
- scope: 'markup.bold',
494
- settings: {
495
- fontStyle: 'bold',
496
- foreground: '#0e1116',
497
- },
498
- },
499
- {
500
- scope: ['markup.underline'],
501
- settings: {
502
- fontStyle: 'underline',
503
- },
504
- },
505
- {
506
- scope: ['markup.strikethrough'],
507
- settings: {
508
- fontStyle: 'strikethrough',
509
- },
510
- },
511
- {
512
- scope: 'markup.inline.raw',
513
- settings: {
514
- foreground: '#023b95',
515
- },
516
- },
517
- {
518
- scope: ['markup.deleted', 'meta.diff.header.from-file', 'punctuation.definition.deleted'],
519
- settings: {
520
- background: '#fff0ee',
521
- foreground: '#6e011a',
522
- },
523
- },
524
- {
525
- scope: ['punctuation.section.embedded'],
526
- settings: {
527
- foreground: '#a0111f',
528
- },
529
- },
530
- {
531
- scope: ['markup.inserted', 'meta.diff.header.to-file', 'punctuation.definition.inserted'],
532
- settings: {
533
- background: '#d2fedb',
534
- foreground: '#024c1a',
535
- },
536
- },
537
- {
538
- scope: ['markup.changed', 'punctuation.definition.changed'],
539
- settings: {
540
- background: '#ffc67b',
541
- foreground: '#702c00',
542
- },
543
- },
544
- {
545
- scope: ['markup.ignored', 'markup.untracked'],
546
- settings: {
547
- background: '#023b95',
548
- foreground: '#e7ecf0',
549
- },
550
- },
551
- {
552
- scope: 'meta.diff.range',
553
- settings: {
554
- fontStyle: 'bold',
555
- foreground: '#622cbc',
556
- },
557
- },
558
- {
559
- scope: 'meta.diff.header',
560
- settings: {
561
- foreground: '#023b95',
562
- },
563
- },
564
- {
565
- scope: 'meta.separator',
566
- settings: {
567
- fontStyle: 'bold',
568
- foreground: '#023b95',
569
- },
570
- },
571
- {
572
- scope: 'meta.output',
573
- settings: {
574
- foreground: '#023b95',
575
- },
576
- },
577
- {
578
- scope: [
579
- 'brackethighlighter.tag',
580
- 'brackethighlighter.curly',
581
- 'brackethighlighter.round',
582
- 'brackethighlighter.square',
583
- 'brackethighlighter.angle',
584
- 'brackethighlighter.quote',
585
- ],
586
- settings: {
587
- foreground: '#4b535d',
588
- },
589
- },
590
- {
591
- scope: 'brackethighlighter.unmatched',
592
- settings: {
593
- foreground: '#6e011a',
594
- },
595
- },
596
- {
597
- scope: ['constant.other.reference.link', 'string.other.link'],
598
- settings: {
599
- foreground: '#032563',
600
- },
601
- },
602
- ],
603
- type: 'light',
604
- }