@brimveyn/aimux-config 0.4.3 → 0.4.5

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 +42 -130
  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,753 +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: '#F2ECBC',
8
- colors: {
9
- 'activityBar.background': '#E7DBA0',
10
- 'activityBar.foreground': '#545464',
11
- 'activityBarBadge.background': '#5A7785',
12
- 'activityBarBadge.foreground': '#545464',
13
- 'badge.background': '#E7DBA0',
14
- 'button.background': '#E7DBA0',
15
- 'button.foreground': '#43436C',
16
- 'button.secondaryBackground': '#C7D7E0',
17
- 'button.secondaryForeground': '#545464',
18
- 'checkbox.border': '#C7D7E0',
19
- 'contrastBorder': '#D5CEA3',
20
- 'debugToolBar.background': '#D5CEA3',
21
- 'descriptionForeground': '#545464',
22
- 'diffEditor.insertedLineBackground': '#dadaa8',
23
- 'diffEditor.insertedTextBackground': '#B7D0AE',
24
- 'diffEditor.removedLineBackground': '#eacda9',
25
- 'dropdown.background': '#D5CEA3',
26
- 'dropdown.border': '#D5CEA3',
27
- 'editor.background': '#F2ECBC',
28
- 'editor.findMatchBackground': '#B5CBD2',
29
- 'editor.findMatchBorder': '#E98A00',
30
- 'editor.findMatchHighlightBackground': '#B5CBD2',
31
- 'editor.foreground': '#545464',
32
- 'editor.lineHighlightBackground': '#E4D794',
33
- 'editor.selectionBackground': '#C7D7E0',
34
- 'editor.selectionHighlightBackground': '#E4D794',
35
- 'editor.selectionHighlightBorder': '#766B90',
36
- 'editor.wordHighlightBackground': '#E4D794',
37
- 'editor.wordHighlightBorder': '#766B90',
38
- 'editor.wordHighlightStrongBackground': '#E4D794',
39
- 'editor.wordHighlightStrongBorder': '#766B90',
40
- 'editorBracketHighlight.foreground1': '#624C83',
41
- 'editorBracketHighlight.foreground2': '#CC6D00',
42
- 'editorBracketHighlight.foreground3': '#4D699B',
43
- 'editorBracketHighlight.foreground4': '#B35B79',
44
- 'editorBracketHighlight.foreground5': '#77713F',
45
- 'editorBracketHighlight.foreground6': '#597B75',
46
- 'editorBracketHighlight.unexpectedBracket.foreground': '#D9A594',
47
- 'editorBracketMatch.background': '#D5CEA3',
48
- 'editorBracketMatch.border': '#766B90',
49
- 'editorBracketPairGuide.activeBackground1': '#624C83',
50
- 'editorBracketPairGuide.activeBackground2': '#CC6D00',
51
- 'editorBracketPairGuide.activeBackground3': '#4D699B',
52
- 'editorBracketPairGuide.activeBackground4': '#B35B79',
53
- 'editorBracketPairGuide.activeBackground5': '#77713F',
54
- 'editorBracketPairGuide.activeBackground6': '#597B75',
55
- 'editorCursor.background': '#F2ECBC',
56
- 'editorCursor.foreground': '#545464',
57
- 'editorError.foreground': '#E82424',
58
- 'editorGroup.border': '#D5CEA3',
59
- 'editorGroupHeader.tabsBackground': '#D5CEA3',
60
- 'editorGutter.addedBackground': '#6E915F',
61
- 'editorGutter.deletedBackground': '#D7474B',
62
- 'editorGutter.modifiedBackground': '#DE9800',
63
- 'editorHoverWidget.background': '#F2ECBC',
64
- 'editorHoverWidget.border': '#E7DBA0',
65
- 'editorHoverWidget.highlightForeground': '#5A7785',
66
- 'editorIndentGuide.activeBackground1': '#E4D794',
67
- 'editorIndentGuide.background1': '#E7DBA0',
68
- 'editorInlayHint.background': '#F2ECBC',
69
- 'editorInlayHint.foreground': '#716E61',
70
- 'editorLineNumber.activeForeground': '#CC6D00',
71
- 'editorLineNumber.foreground': '#766B90',
72
- 'editorMarkerNavigation.background': '#E4D794',
73
- 'editorRuler.foreground': '#ff0000',
74
- 'editorSuggestWidget.background': '#C7D7E0',
75
- 'editorSuggestWidget.border': '#C7D7E0',
76
- 'editorSuggestWidget.selectedBackground': '#B5CBD2',
77
- 'editorWarning.foreground': '#E98A00',
78
- 'editorWhitespace.foreground': '#F2ECBC',
79
- 'editorWidget.background': '#F2ECBC',
80
- 'errorForeground': '#E82424',
81
- 'focusBorder': '#C7D7E0',
82
- 'foreground': '#545464',
83
- 'gitDecoration.addedResourceForeground': '#6F894E',
84
- 'gitDecoration.deletedResourceForeground': '#C84053',
85
- 'gitDecoration.ignoredResourceForeground': '#716E61',
86
- 'gitDecoration.modifiedResourceForeground': '#77713F',
87
- 'gitDecoration.untrackedResourceForeground': '#6F894E',
88
- 'input.background': '#D5CEA3',
89
- 'input.border': '#C7D7E0',
90
- 'input.foreground': '#545464',
91
- 'list.activeSelectionBackground': '#E4D794',
92
- 'list.activeSelectionForeground': '#545464',
93
- 'list.focusBackground': '#E7DBA0',
94
- 'list.focusForeground': '#545464',
95
- 'list.highlightForeground': '#4D699B',
96
- 'list.hoverBackground': '#E4D794',
97
- 'list.hoverForeground': '#545464',
98
- 'list.inactiveSelectionBackground': '#E7DBA0',
99
- 'list.inactiveSelectionForeground': '#545464',
100
- 'list.warningForeground': '#E98A00',
101
- 'menu.background': '#E4D794',
102
- 'menu.border': '#D5CEA3',
103
- 'menu.foreground': '#545464',
104
- 'menu.selectionBackground': '#D5CEA3',
105
- 'menu.selectionForeground': '#545464',
106
- 'menu.separatorBackground': '#766B90',
107
- 'menubar.selectionBackground': '#D5CEA3',
108
- 'menubar.selectionForeground': '#545464',
109
- 'minimapGutter.addedBackground': '#6E915F',
110
- 'minimapGutter.deletedBackground': '#D7474B',
111
- 'minimapGutter.modifiedBackground': '#DE9800',
112
- 'panel.background': '#F2ECBC',
113
- 'panel.border': '#D5CEA3',
114
- 'panelSectionHeader.background': '#F2ECBC',
115
- 'peekView.border': '#766B90',
116
- 'peekViewEditor.background': '#E7DBA0',
117
- 'peekViewEditor.matchHighlightBackground': '#B5CBD2',
118
- 'peekViewResult.background': '#E4D794',
119
- 'scrollbar.shadow': '#E4D794',
120
- 'scrollbarSlider.activeBackground': '#E7DBA0',
121
- 'scrollbarSlider.background': '#766B90',
122
- 'scrollbarSlider.hoverBackground': '#766B90',
123
- 'settings.focusedRowBackground': '#E4D794',
124
- 'settings.headerForeground': '#545464',
125
- 'sideBar.background': '#F2ECBC',
126
- 'sideBar.border': '#D5CEA3',
127
- 'sideBar.foreground': '#545464',
128
- 'sideBarSectionHeader.background': '#E4D794',
129
- 'sideBarSectionHeader.foreground': '#545464',
130
- 'statusBar.background': '#D5CEA3',
131
- 'statusBar.debuggingBackground': '#E82424',
132
- 'statusBar.debuggingBorder': '#624C83',
133
- 'statusBar.debuggingForeground': '#545464',
134
- 'statusBar.foreground': '#43436C',
135
- 'statusBar.noFolderBackground': '#F2ECBC',
136
- 'statusBarItem.hoverBackground': '#E4D794',
137
- 'statusBarItem.remoteBackground': '#B5CBD2',
138
- 'statusBarItem.remoteForeground': '#545464',
139
- 'tab.activeBackground': '#E7DBA0',
140
- 'tab.activeForeground': '#4D699B',
141
- 'tab.border': '#E7DBA0',
142
- 'tab.hoverBackground': '#E4D794',
143
- 'tab.inactiveBackground': '#E5DDB0',
144
- 'tab.unfocusedHoverBackground': '#F2ECBC',
145
- 'terminal.ansiBlack': '#1F1F28',
146
- 'terminal.ansiBlue': '#4D699B',
147
- 'terminal.ansiBrightBlack': '#8A8980',
148
- 'terminal.ansiBrightBlue': '#6693BF',
149
- 'terminal.ansiBrightCyan': '#5E857A',
150
- 'terminal.ansiBrightGreen': '#6E915F',
151
- 'terminal.ansiBrightMagenta': '#624C83',
152
- 'terminal.ansiBrightRed': '#D7474B',
153
- 'terminal.ansiBrightWhite': '#43436C',
154
- 'terminal.ansiBrightYellow': '#836F4A',
155
- 'terminal.ansiCyan': '#597B75',
156
- 'terminal.ansiGreen': '#6F894E',
157
- 'terminal.ansiMagenta': '#B35B79',
158
- 'terminal.ansiRed': '#C84053',
159
- 'terminal.ansiWhite': '#545464',
160
- 'terminal.ansiYellow': '#77713F',
161
- 'terminal.background': '#F2ECBC',
162
- 'terminal.border': '#D5CEA3',
163
- 'terminal.foreground': '#545464',
164
- 'terminal.selectionBackground': '#C7D7E0',
165
- 'textBlockQuote.background': '#F2ECBC',
166
- 'textBlockQuote.border': '#D5CEA3',
167
- 'textLink.activeForeground': '#5E857A',
168
- 'textLink.foreground': '#5E857A',
169
- 'textPreformat.foreground': '#E98A00',
170
- 'titleBar.activeBackground': '#E4D794',
171
- 'titleBar.activeForeground': '#545464',
172
- 'titleBar.inactiveBackground': '#F2ECBC',
173
- 'titleBar.inactiveForeground': '#545464',
174
- 'walkThrough.embeddedEditorBackground': '#F2ECBC',
175
- },
176
- displayName: 'Kanagawa Lotus',
177
- fg: '#545464',
178
- name: 'kanagawa-lotus',
179
- semanticHighlighting: true,
180
- semanticTokenColors: {
181
- 'arithmetic': '#836F4A',
182
- 'function': '#4D699B',
183
- 'keyword.controlFlow': {
184
- fontStyle: 'bold',
185
- foreground: '#624C83',
186
- },
187
- 'macro': '#C84053',
188
- 'method': '#6693BF',
189
- 'operator': '#836F4A',
190
- 'parameter': '#5D57A3',
191
- 'parameter.declaration': '#5D57A3',
192
- 'parameter.definition': '#5D57A3',
193
- 'variable': '#545464',
194
- 'variable.readonly': '#545464',
195
- 'variable.readonly.defaultLibrary': '#545464',
196
- 'variable.readonly.local': '#545464',
197
- },
198
- settings: [
199
- {
200
- settings: {
201
- background: '#F2ECBC',
202
- foreground: '#545464',
203
- },
204
- },
205
- {
206
- scope: ['comment', 'punctuation.definition.comment'],
207
- settings: {
208
- foreground: '#716E61',
209
- },
210
- },
211
- {
212
- scope: ['variable', 'string constant.other.placeholder'],
213
- settings: {
214
- foreground: '#545464',
215
- },
216
- },
217
- {
218
- scope: ['constant.other.color'],
219
- settings: {
220
- foreground: '#CC6D00',
221
- },
222
- },
223
- {
224
- scope: ['invalid', 'invalid.illegal'],
225
- settings: {
226
- foreground: '#E82424',
227
- },
228
- },
229
- {
230
- scope: ['storage.type'],
231
- settings: {
232
- foreground: '#624C83',
233
- },
234
- },
235
- {
236
- scope: ['storage.modifier'],
237
- settings: {
238
- foreground: '#624C83',
239
- },
240
- },
241
- {
242
- scope: ['keyword.control.flow', 'keyword.control.conditional', 'keyword.control.loop'],
243
- settings: {
244
- fontStyle: 'bold',
245
- foreground: '#624C83',
246
- },
247
- },
248
- {
249
- scope: [
250
- 'keyword.control',
251
- 'constant.other.color',
252
- 'meta.tag',
253
- 'keyword.other.template',
254
- 'keyword.other.substitution',
255
- 'keyword.other',
256
- ],
257
- settings: {
258
- foreground: '#624C83',
259
- },
260
- },
261
- {
262
- scope: ['keyword.other.definition.ini'],
263
- settings: {
264
- foreground: '#CC6D00',
265
- },
266
- },
267
- {
268
- scope: ['keyword.control.trycatch'],
269
- settings: {
270
- fontStyle: 'bold',
271
- foreground: '#D9A594',
272
- },
273
- },
274
- {
275
- scope: ['keyword.other.unit', 'keyword.operator'],
276
- settings: {
277
- foreground: '#77713F',
278
- },
279
- },
280
- {
281
- scope: [
282
- 'punctuation',
283
- 'punctuation.definition.tag',
284
- 'punctuation.separator.inheritance.php',
285
- 'punctuation.definition.tag.html',
286
- 'punctuation.definition.tag.begin.html',
287
- 'punctuation.definition.tag.end.html',
288
- 'punctuation.section.embedded',
289
- 'meta.brace',
290
- 'keyword.operator.type.annotation',
291
- 'keyword.operator.namespace',
292
- ],
293
- settings: {
294
- foreground: '#4E8CA2',
295
- },
296
- },
297
- {
298
- scope: ['entity.name.tag', 'meta.tag.sgml'],
299
- settings: {
300
- foreground: '#77713F',
301
- },
302
- },
303
- {
304
- scope: [
305
- 'entity.name.function',
306
- 'meta.function-call',
307
- 'variable.function',
308
- 'support.function',
309
- ],
310
- settings: {
311
- foreground: '#4D699B',
312
- },
313
- },
314
- {
315
- scope: ['keyword.other.special-method'],
316
- settings: {
317
- foreground: '#6693BF',
318
- },
319
- },
320
- {
321
- scope: ['entity.name.function.macro'],
322
- settings: {
323
- foreground: '#C84053',
324
- },
325
- },
326
- {
327
- scope: ['meta.block variable.other'],
328
- settings: {
329
- foreground: '#545464',
330
- },
331
- },
332
- {
333
- scope: ['variable.other.enummember'],
334
- settings: {
335
- foreground: '#CC6D00',
336
- },
337
- },
338
- {
339
- scope: ['support.other.variable'],
340
- settings: {
341
- foreground: '#545464',
342
- },
343
- },
344
- {
345
- scope: ['string.other.link'],
346
- settings: {
347
- foreground: '#6693BF',
348
- },
349
- },
350
- {
351
- scope: [
352
- 'constant.numeric',
353
- 'constant.language',
354
- 'support.constant',
355
- 'constant.character',
356
- 'constant.escape',
357
- ],
358
- settings: {
359
- foreground: '#CC6D00',
360
- },
361
- },
362
- {
363
- scope: ['constant.language.boolean'],
364
- settings: {
365
- foreground: '#CC6D00',
366
- },
367
- },
368
- {
369
- scope: ['constant.numeric'],
370
- settings: {
371
- foreground: '#B35B79',
372
- },
373
- },
374
- {
375
- scope: [
376
- 'string',
377
- 'punctuation.definition.string',
378
- 'constant.other.symbol',
379
- 'constant.other.key',
380
- 'entity.other.inherited-class',
381
- 'markup.heading',
382
- 'markup.inserted.git_gutter',
383
- 'meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js',
384
- 'markup.inline.raw.string',
385
- ],
386
- settings: {
387
- foreground: '#6F894E',
388
- },
389
- },
390
- {
391
- scope: [
392
- 'entity.name',
393
- 'support.type',
394
- 'support.class',
395
- 'support.other.namespace.use.php',
396
- 'meta.use.php',
397
- 'support.other.namespace.php',
398
- 'support.type.sys-types',
399
- ],
400
- settings: {
401
- foreground: '#597B75',
402
- },
403
- },
404
- {
405
- scope: ['entity.name.type.module', 'entity.name.namespace'],
406
- settings: {
407
- foreground: '#77713F',
408
- },
409
- },
410
- {
411
- scope: ['entity.name.import.go'],
412
- settings: {
413
- foreground: '#6F894E',
414
- },
415
- },
416
- {
417
- scope: ['keyword.blade'],
418
- settings: {
419
- foreground: '#624C83',
420
- },
421
- },
422
- {
423
- scope: ['variable.other.property'],
424
- settings: {
425
- foreground: '#77713F',
426
- },
427
- },
428
- {
429
- scope: ['keyword.control.import', 'keyword.import', 'meta.import'],
430
- settings: {
431
- foreground: '#CC6D00',
432
- },
433
- },
434
- {
435
- scope: [
436
- 'source.css support.type.property-name',
437
- 'source.sass support.type.property-name',
438
- 'source.scss support.type.property-name',
439
- 'source.less support.type.property-name',
440
- 'source.stylus support.type.property-name',
441
- 'source.postcss support.type.property-name',
442
- ],
443
- settings: {
444
- foreground: '#597B75',
445
- },
446
- },
447
- {
448
- scope: ['entity.name.module.js', 'variable.import.parameter.js', 'variable.other.class.js'],
449
- settings: {
450
- foreground: '#D9A594',
451
- },
452
- },
453
- {
454
- scope: ['variable.language'],
455
- settings: {
456
- foreground: '#D9A594',
457
- },
458
- },
459
- {
460
- scope: ['entity.name.method.js'],
461
- settings: {
462
- foreground: '#6693BF',
463
- },
464
- },
465
- {
466
- scope: ['meta.class-method.js entity.name.function.js', 'variable.function.constructor'],
467
- settings: {
468
- foreground: '#6693BF',
469
- },
470
- },
471
- {
472
- scope: ['entity.other.attribute-name'],
473
- settings: {
474
- foreground: '#624C83',
475
- },
476
- },
477
- {
478
- scope: ['entity.other.attribute-name.class'],
479
- settings: {
480
- foreground: '#77713F',
481
- },
482
- },
483
- {
484
- scope: ['source.sass keyword.control'],
485
- settings: {
486
- foreground: '#6693BF',
487
- },
488
- },
489
- {
490
- scope: ['markup.inserted'],
491
- settings: {
492
- foreground: '#6E915F',
493
- },
494
- },
495
- {
496
- scope: ['markup.deleted'],
497
- settings: {
498
- foreground: '#D7474B',
499
- },
500
- },
501
- {
502
- scope: ['markup.changed'],
503
- settings: {
504
- foreground: '#DE9800',
505
- },
506
- },
507
- {
508
- scope: ['string.regexp'],
509
- settings: {
510
- foreground: '#836F4A',
511
- },
512
- },
513
- {
514
- scope: ['constant.character.escape'],
515
- settings: {
516
- foreground: '#6693BF',
517
- },
518
- },
519
- {
520
- scope: ['*url*', '*link*', '*uri*'],
521
- settings: {
522
- fontStyle: 'underline',
523
- },
524
- },
525
- {
526
- scope: [
527
- 'tag.decorator.js entity.name.tag.js',
528
- 'tag.decorator.js punctuation.definition.tag.js',
529
- ],
530
- settings: {
531
- foreground: '#624C83',
532
- },
533
- },
534
- {
535
- scope: ['source.js constant.other.object.key.js string.unquoted.label.js'],
536
- settings: {
537
- foreground: '#D9A594',
538
- },
539
- },
540
- {
541
- scope: ['source.json meta.structure.dictionary.json support.type.property-name.json'],
542
- settings: {
543
- foreground: '#B35B79',
544
- },
545
- },
546
- {
547
- scope: [
548
- 'source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json',
549
- ],
550
- settings: {
551
- foreground: '#77713F',
552
- },
553
- },
554
- {
555
- scope: [
556
- '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',
557
- ],
558
- settings: {
559
- foreground: '#CC6D00',
560
- },
561
- },
562
- {
563
- scope: [
564
- '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',
565
- ],
566
- settings: {
567
- foreground: '#D9A594',
568
- },
569
- },
570
- {
571
- scope: [
572
- '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',
573
- ],
574
- settings: {
575
- foreground: '#CC6D00',
576
- },
577
- },
578
- {
579
- scope: [
580
- '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',
581
- ],
582
- settings: {
583
- foreground: '#4D699B',
584
- },
585
- },
586
- {
587
- scope: [
588
- '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',
589
- ],
590
- settings: {
591
- foreground: '#B35B79',
592
- },
593
- },
594
- {
595
- scope: [
596
- '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',
597
- ],
598
- settings: {
599
- foreground: '#624C83',
600
- },
601
- },
602
- {
603
- scope: [
604
- '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',
605
- ],
606
- settings: {
607
- foreground: '#6F894E',
608
- },
609
- },
610
- {
611
- scope: ['meta.tag JSXNested', 'meta.jsx.children', 'text.html', 'text.log'],
612
- settings: {
613
- foreground: '#545464',
614
- },
615
- },
616
- {
617
- scope: ['text.html.markdown', 'punctuation.definition.list_item.markdown'],
618
- settings: {
619
- foreground: '#545464',
620
- },
621
- },
622
- {
623
- scope: ['text.html.markdown markup.inline.raw.markdown'],
624
- settings: {
625
- foreground: '#624C83',
626
- },
627
- },
628
- {
629
- scope: ['text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown'],
630
- settings: {
631
- foreground: '#624C83',
632
- },
633
- },
634
- {
635
- scope: ['markdown.heading', 'entity.name.section.markdown', 'markup.heading.markdown'],
636
- settings: {
637
- foreground: '#4D699B',
638
- },
639
- },
640
- {
641
- scope: ['markup.italic'],
642
- settings: {
643
- fontStyle: 'italic',
644
- foreground: '#C84053',
645
- },
646
- },
647
- {
648
- scope: ['markup.bold', 'markup.bold string'],
649
- settings: {
650
- fontStyle: 'bold',
651
- },
652
- },
653
- {
654
- scope: [
655
- 'markup.bold markup.italic',
656
- 'markup.italic markup.bold',
657
- 'markup.quote markup.bold',
658
- 'markup.bold markup.italic string',
659
- 'markup.italic markup.bold string',
660
- 'markup.quote markup.bold string',
661
- ],
662
- settings: {
663
- fontStyle: 'bold',
664
- foreground: '#C84053',
665
- },
666
- },
667
- {
668
- scope: ['markup.underline'],
669
- settings: {
670
- fontStyle: 'underline',
671
- foreground: '#6693BF',
672
- },
673
- },
674
- {
675
- scope: ['markup.quote punctuation.definition.blockquote.markdown'],
676
- settings: {
677
- foreground: '#716E61',
678
- },
679
- },
680
- {
681
- scope: ['markup.quote'],
682
- settings: {
683
- fontStyle: 'italic',
684
- },
685
- },
686
- {
687
- scope: ['string.other.link.title.markdown'],
688
- settings: {
689
- foreground: '#CC6D00',
690
- },
691
- },
692
- {
693
- scope: ['string.other.link.description.title.markdown'],
694
- settings: {
695
- foreground: '#624C83',
696
- },
697
- },
698
- {
699
- scope: ['constant.other.reference.link.markdown'],
700
- settings: {
701
- foreground: '#77713F',
702
- },
703
- },
704
- {
705
- scope: ['markup.raw.block'],
706
- settings: {
707
- foreground: '#624C83',
708
- },
709
- },
710
- {
711
- scope: ['markup.raw.block.fenced.markdown'],
712
- settings: {
713
- foreground: '#716E61',
714
- },
715
- },
716
- {
717
- scope: ['punctuation.definition.fenced.markdown'],
718
- settings: {
719
- foreground: '#716E61',
720
- },
721
- },
722
- {
723
- scope: [
724
- 'markup.raw.block.fenced.markdown',
725
- 'variable.language.fenced.markdown',
726
- 'punctuation.section.class.end',
727
- ],
728
- settings: {
729
- foreground: '#545464',
730
- },
731
- },
732
- {
733
- scope: ['variable.language.fenced.markdown'],
734
- settings: {
735
- foreground: '#716E61',
736
- },
737
- },
738
- {
739
- scope: ['meta.separator'],
740
- settings: {
741
- fontStyle: 'bold',
742
- foreground: '#4E8CA2',
743
- },
744
- },
745
- {
746
- scope: ['markup.table'],
747
- settings: {
748
- foreground: '#545464',
749
- },
750
- },
751
- ],
752
- type: 'light',
753
- }