@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,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: '#181616',
8
- colors: {
9
- 'activityBar.background': '#282727',
10
- 'activityBar.foreground': '#C5C9C5',
11
- 'activityBarBadge.background': '#658594',
12
- 'activityBarBadge.foreground': '#C5C9C5',
13
- 'badge.background': '#282727',
14
- 'button.background': '#282727',
15
- 'button.foreground': '#C8C093',
16
- 'button.secondaryBackground': '#223249',
17
- 'button.secondaryForeground': '#C5C9C5',
18
- 'checkbox.border': '#223249',
19
- 'contrastBorder': '#0D0C0C',
20
- 'debugToolBar.background': '#0D0C0C',
21
- 'descriptionForeground': '#C5C9C5',
22
- 'diffEditor.insertedLineBackground': '#2d2e28',
23
- 'diffEditor.insertedTextBackground': '#2B3328',
24
- 'diffEditor.removedLineBackground': '#372726',
25
- 'dropdown.background': '#0D0C0C',
26
- 'dropdown.border': '#0D0C0C',
27
- 'editor.background': '#181616',
28
- 'editor.findMatchBackground': '#2D4F67',
29
- 'editor.findMatchBorder': '#FF9E3B',
30
- 'editor.findMatchHighlightBackground': '#2D4F67',
31
- 'editor.foreground': '#C5C9C5',
32
- 'editor.lineHighlightBackground': '#393836',
33
- 'editor.selectionBackground': '#223249',
34
- 'editor.selectionHighlightBackground': '#393836',
35
- 'editor.selectionHighlightBorder': '#625E5A',
36
- 'editor.wordHighlightBackground': '#393836',
37
- 'editor.wordHighlightBorder': '#625E5A',
38
- 'editor.wordHighlightStrongBackground': '#393836',
39
- 'editor.wordHighlightStrongBorder': '#625E5A',
40
- 'editorBracketHighlight.foreground1': '#8992A7',
41
- 'editorBracketHighlight.foreground2': '#B6927B',
42
- 'editorBracketHighlight.foreground3': '#8BA4B0',
43
- 'editorBracketHighlight.foreground4': '#A292A3',
44
- 'editorBracketHighlight.foreground5': '#C4B28A',
45
- 'editorBracketHighlight.foreground6': '#8EA4A2',
46
- 'editorBracketHighlight.unexpectedBracket.foreground': '#C4746E',
47
- 'editorBracketMatch.background': '#0D0C0C',
48
- 'editorBracketMatch.border': '#625E5A',
49
- 'editorBracketPairGuide.activeBackground1': '#8992A7',
50
- 'editorBracketPairGuide.activeBackground2': '#B6927B',
51
- 'editorBracketPairGuide.activeBackground3': '#8BA4B0',
52
- 'editorBracketPairGuide.activeBackground4': '#A292A3',
53
- 'editorBracketPairGuide.activeBackground5': '#C4B28A',
54
- 'editorBracketPairGuide.activeBackground6': '#8EA4A2',
55
- 'editorCursor.background': '#181616',
56
- 'editorCursor.foreground': '#C5C9C5',
57
- 'editorError.foreground': '#E82424',
58
- 'editorGroup.border': '#0D0C0C',
59
- 'editorGroupHeader.tabsBackground': '#0D0C0C',
60
- 'editorGutter.addedBackground': '#76946A',
61
- 'editorGutter.deletedBackground': '#C34043',
62
- 'editorGutter.modifiedBackground': '#DCA561',
63
- 'editorHoverWidget.background': '#181616',
64
- 'editorHoverWidget.border': '#282727',
65
- 'editorHoverWidget.highlightForeground': '#658594',
66
- 'editorIndentGuide.activeBackground1': '#393836',
67
- 'editorIndentGuide.background1': '#282727',
68
- 'editorInlayHint.background': '#181616',
69
- 'editorInlayHint.foreground': '#737C73',
70
- 'editorLineNumber.activeForeground': '#FFA066',
71
- 'editorLineNumber.foreground': '#625E5A',
72
- 'editorMarkerNavigation.background': '#393836',
73
- 'editorRuler.foreground': '#393836',
74
- 'editorSuggestWidget.background': '#223249',
75
- 'editorSuggestWidget.border': '#223249',
76
- 'editorSuggestWidget.selectedBackground': '#2D4F67',
77
- 'editorWarning.foreground': '#FF9E3B',
78
- 'editorWhitespace.foreground': '#181616',
79
- 'editorWidget.background': '#181616',
80
- 'errorForeground': '#E82424',
81
- 'focusBorder': '#223249',
82
- 'foreground': '#C5C9C5',
83
- 'gitDecoration.addedResourceForeground': '#8A9A7B',
84
- 'gitDecoration.deletedResourceForeground': '#C4746E',
85
- 'gitDecoration.ignoredResourceForeground': '#737C73',
86
- 'gitDecoration.modifiedResourceForeground': '#C4B28A',
87
- 'gitDecoration.untrackedResourceForeground': '#8A9A7B',
88
- 'input.background': '#0D0C0C',
89
- 'input.border': '#223249',
90
- 'input.foreground': '#C5C9C5',
91
- 'list.activeSelectionBackground': '#393836',
92
- 'list.activeSelectionForeground': '#C5C9C5',
93
- 'list.focusBackground': '#282727',
94
- 'list.focusForeground': '#C5C9C5',
95
- 'list.highlightForeground': '#8BA4B0',
96
- 'list.hoverBackground': '#393836',
97
- 'list.hoverForeground': '#C5C9C5',
98
- 'list.inactiveSelectionBackground': '#282727',
99
- 'list.inactiveSelectionForeground': '#C5C9C5',
100
- 'list.warningForeground': '#FF9E3B',
101
- 'menu.background': '#393836',
102
- 'menu.border': '#0D0C0C',
103
- 'menu.foreground': '#C5C9C5',
104
- 'menu.selectionBackground': '#0D0C0C',
105
- 'menu.selectionForeground': '#C5C9C5',
106
- 'menu.separatorBackground': '#625E5A',
107
- 'menubar.selectionBackground': '#0D0C0C',
108
- 'menubar.selectionForeground': '#C5C9C5',
109
- 'minimapGutter.addedBackground': '#76946A',
110
- 'minimapGutter.deletedBackground': '#C34043',
111
- 'minimapGutter.modifiedBackground': '#DCA561',
112
- 'panel.background': '#181616',
113
- 'panel.border': '#0D0C0C',
114
- 'panelSectionHeader.background': '#181616',
115
- 'peekView.border': '#625E5A',
116
- 'peekViewEditor.background': '#282727',
117
- 'peekViewEditor.matchHighlightBackground': '#2D4F67',
118
- 'peekViewResult.background': '#393836',
119
- 'scrollbar.shadow': '#393836',
120
- 'scrollbarSlider.activeBackground': '#282727',
121
- 'scrollbarSlider.background': '#625E5A',
122
- 'scrollbarSlider.hoverBackground': '#625E5A',
123
- 'settings.focusedRowBackground': '#393836',
124
- 'settings.headerForeground': '#C5C9C5',
125
- 'sideBar.background': '#181616',
126
- 'sideBar.border': '#0D0C0C',
127
- 'sideBar.foreground': '#C5C9C5',
128
- 'sideBarSectionHeader.background': '#393836',
129
- 'sideBarSectionHeader.foreground': '#C5C9C5',
130
- 'statusBar.background': '#0D0C0C',
131
- 'statusBar.debuggingBackground': '#E82424',
132
- 'statusBar.debuggingBorder': '#8992A7',
133
- 'statusBar.debuggingForeground': '#C5C9C5',
134
- 'statusBar.foreground': '#C8C093',
135
- 'statusBar.noFolderBackground': '#181616',
136
- 'statusBarItem.hoverBackground': '#393836',
137
- 'statusBarItem.remoteBackground': '#2D4F67',
138
- 'statusBarItem.remoteForeground': '#C5C9C5',
139
- 'tab.activeBackground': '#282727',
140
- 'tab.activeForeground': '#8BA4B0',
141
- 'tab.border': '#282727',
142
- 'tab.hoverBackground': '#393836',
143
- 'tab.inactiveBackground': '#1D1C19',
144
- 'tab.unfocusedHoverBackground': '#181616',
145
- 'terminal.ansiBlack': '#0D0C0C',
146
- 'terminal.ansiBlue': '#8BA4B0',
147
- 'terminal.ansiBrightBlack': '#A6A69C',
148
- 'terminal.ansiBrightBlue': '#7FB4CA',
149
- 'terminal.ansiBrightCyan': '#7AA89F',
150
- 'terminal.ansiBrightGreen': '#87A987',
151
- 'terminal.ansiBrightMagenta': '#938AA9',
152
- 'terminal.ansiBrightRed': '#E46876',
153
- 'terminal.ansiBrightWhite': '#C5C9C5',
154
- 'terminal.ansiBrightYellow': '#E6C384',
155
- 'terminal.ansiCyan': '#8EA4A2',
156
- 'terminal.ansiGreen': '#8A9A7B',
157
- 'terminal.ansiMagenta': '#A292A3',
158
- 'terminal.ansiRed': '#C4746E',
159
- 'terminal.ansiWhite': '#C8C093',
160
- 'terminal.ansiYellow': '#C4B28A',
161
- 'terminal.background': '#181616',
162
- 'terminal.border': '#0D0C0C',
163
- 'terminal.foreground': '#C5C9C5',
164
- 'terminal.selectionBackground': '#223249',
165
- 'textBlockQuote.background': '#181616',
166
- 'textBlockQuote.border': '#0D0C0C',
167
- 'textLink.activeForeground': '#6A9589',
168
- 'textLink.foreground': '#6A9589',
169
- 'textPreformat.foreground': '#FF9E3B',
170
- 'titleBar.activeBackground': '#393836',
171
- 'titleBar.activeForeground': '#C5C9C5',
172
- 'titleBar.inactiveBackground': '#181616',
173
- 'titleBar.inactiveForeground': '#C5C9C5',
174
- 'walkThrough.embeddedEditorBackground': '#181616',
175
- },
176
- displayName: 'Kanagawa Dragon',
177
- fg: '#C5C9C5',
178
- name: 'kanagawa-dragon',
179
- semanticHighlighting: true,
180
- semanticTokenColors: {
181
- 'arithmetic': '#B98D7B',
182
- 'function': '#8BA4B0',
183
- 'keyword.controlFlow': {
184
- fontStyle: 'bold',
185
- foreground: '#8992A7',
186
- },
187
- 'macro': '#C4746E',
188
- 'method': '#949FB5',
189
- 'operator': '#B98D7B',
190
- 'parameter': '#A6A69C',
191
- 'parameter.declaration': '#A6A69C',
192
- 'parameter.definition': '#A6A69C',
193
- 'variable': '#C5C9C5',
194
- 'variable.readonly': '#C5C9C5',
195
- 'variable.readonly.defaultLibrary': '#C5C9C5',
196
- 'variable.readonly.local': '#C5C9C5',
197
- },
198
- settings: [
199
- {
200
- settings: {
201
- background: '#181616',
202
- foreground: '#C5C9C5',
203
- },
204
- },
205
- {
206
- scope: ['comment', 'punctuation.definition.comment'],
207
- settings: {
208
- foreground: '#737C73',
209
- },
210
- },
211
- {
212
- scope: ['variable', 'string constant.other.placeholder'],
213
- settings: {
214
- foreground: '#C5C9C5',
215
- },
216
- },
217
- {
218
- scope: ['constant.other.color'],
219
- settings: {
220
- foreground: '#B6927B',
221
- },
222
- },
223
- {
224
- scope: ['invalid', 'invalid.illegal'],
225
- settings: {
226
- foreground: '#E82424',
227
- },
228
- },
229
- {
230
- scope: ['storage.type'],
231
- settings: {
232
- foreground: '#8992A7',
233
- },
234
- },
235
- {
236
- scope: ['storage.modifier'],
237
- settings: {
238
- foreground: '#8992A7',
239
- },
240
- },
241
- {
242
- scope: ['keyword.control.flow', 'keyword.control.conditional', 'keyword.control.loop'],
243
- settings: {
244
- fontStyle: 'bold',
245
- foreground: '#8992A7',
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: '#8992A7',
259
- },
260
- },
261
- {
262
- scope: ['keyword.other.definition.ini'],
263
- settings: {
264
- foreground: '#B6927B',
265
- },
266
- },
267
- {
268
- scope: ['keyword.control.trycatch'],
269
- settings: {
270
- fontStyle: 'bold',
271
- foreground: '#C4746E',
272
- },
273
- },
274
- {
275
- scope: ['keyword.other.unit', 'keyword.operator'],
276
- settings: {
277
- foreground: '#C4B28A',
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: '#9E9B93',
295
- },
296
- },
297
- {
298
- scope: ['entity.name.tag', 'meta.tag.sgml'],
299
- settings: {
300
- foreground: '#C4B28A',
301
- },
302
- },
303
- {
304
- scope: [
305
- 'entity.name.function',
306
- 'meta.function-call',
307
- 'variable.function',
308
- 'support.function',
309
- ],
310
- settings: {
311
- foreground: '#8BA4B0',
312
- },
313
- },
314
- {
315
- scope: ['keyword.other.special-method'],
316
- settings: {
317
- foreground: '#949FB5',
318
- },
319
- },
320
- {
321
- scope: ['entity.name.function.macro'],
322
- settings: {
323
- foreground: '#C4746E',
324
- },
325
- },
326
- {
327
- scope: ['meta.block variable.other'],
328
- settings: {
329
- foreground: '#C5C9C5',
330
- },
331
- },
332
- {
333
- scope: ['variable.other.enummember'],
334
- settings: {
335
- foreground: '#B6927B',
336
- },
337
- },
338
- {
339
- scope: ['support.other.variable'],
340
- settings: {
341
- foreground: '#C5C9C5',
342
- },
343
- },
344
- {
345
- scope: ['string.other.link'],
346
- settings: {
347
- foreground: '#949FB5',
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: '#B6927B',
360
- },
361
- },
362
- {
363
- scope: ['constant.language.boolean'],
364
- settings: {
365
- foreground: '#B6927B',
366
- },
367
- },
368
- {
369
- scope: ['constant.numeric'],
370
- settings: {
371
- foreground: '#A292A3',
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: '#8A9A7B',
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: '#8EA4A2',
402
- },
403
- },
404
- {
405
- scope: ['entity.name.type.module', 'entity.name.namespace'],
406
- settings: {
407
- foreground: '#C4B28A',
408
- },
409
- },
410
- {
411
- scope: ['entity.name.import.go'],
412
- settings: {
413
- foreground: '#8A9A7B',
414
- },
415
- },
416
- {
417
- scope: ['keyword.blade'],
418
- settings: {
419
- foreground: '#8992A7',
420
- },
421
- },
422
- {
423
- scope: ['variable.other.property'],
424
- settings: {
425
- foreground: '#C4B28A',
426
- },
427
- },
428
- {
429
- scope: ['keyword.control.import', 'keyword.import', 'meta.import'],
430
- settings: {
431
- foreground: '#B6927B',
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: '#8EA4A2',
445
- },
446
- },
447
- {
448
- scope: ['entity.name.module.js', 'variable.import.parameter.js', 'variable.other.class.js'],
449
- settings: {
450
- foreground: '#C4746E',
451
- },
452
- },
453
- {
454
- scope: ['variable.language'],
455
- settings: {
456
- foreground: '#C4746E',
457
- },
458
- },
459
- {
460
- scope: ['entity.name.method.js'],
461
- settings: {
462
- foreground: '#949FB5',
463
- },
464
- },
465
- {
466
- scope: ['meta.class-method.js entity.name.function.js', 'variable.function.constructor'],
467
- settings: {
468
- foreground: '#949FB5',
469
- },
470
- },
471
- {
472
- scope: ['entity.other.attribute-name'],
473
- settings: {
474
- foreground: '#8992A7',
475
- },
476
- },
477
- {
478
- scope: ['entity.other.attribute-name.class'],
479
- settings: {
480
- foreground: '#C4B28A',
481
- },
482
- },
483
- {
484
- scope: ['source.sass keyword.control'],
485
- settings: {
486
- foreground: '#949FB5',
487
- },
488
- },
489
- {
490
- scope: ['markup.inserted'],
491
- settings: {
492
- foreground: '#76946A',
493
- },
494
- },
495
- {
496
- scope: ['markup.deleted'],
497
- settings: {
498
- foreground: '#C34043',
499
- },
500
- },
501
- {
502
- scope: ['markup.changed'],
503
- settings: {
504
- foreground: '#DCA561',
505
- },
506
- },
507
- {
508
- scope: ['string.regexp'],
509
- settings: {
510
- foreground: '#B98D7B',
511
- },
512
- },
513
- {
514
- scope: ['constant.character.escape'],
515
- settings: {
516
- foreground: '#949FB5',
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: '#8992A7',
532
- },
533
- },
534
- {
535
- scope: ['source.js constant.other.object.key.js string.unquoted.label.js'],
536
- settings: {
537
- foreground: '#C4746E',
538
- },
539
- },
540
- {
541
- scope: ['source.json meta.structure.dictionary.json support.type.property-name.json'],
542
- settings: {
543
- foreground: '#A292A3',
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: '#C4B28A',
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: '#B6927B',
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: '#C4746E',
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: '#B6927B',
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: '#8BA4B0',
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: '#A292A3',
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: '#8992A7',
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: '#8A9A7B',
608
- },
609
- },
610
- {
611
- scope: ['meta.tag JSXNested', 'meta.jsx.children', 'text.html', 'text.log'],
612
- settings: {
613
- foreground: '#C5C9C5',
614
- },
615
- },
616
- {
617
- scope: ['text.html.markdown', 'punctuation.definition.list_item.markdown'],
618
- settings: {
619
- foreground: '#C5C9C5',
620
- },
621
- },
622
- {
623
- scope: ['text.html.markdown markup.inline.raw.markdown'],
624
- settings: {
625
- foreground: '#8992A7',
626
- },
627
- },
628
- {
629
- scope: ['text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown'],
630
- settings: {
631
- foreground: '#8992A7',
632
- },
633
- },
634
- {
635
- scope: ['markdown.heading', 'entity.name.section.markdown', 'markup.heading.markdown'],
636
- settings: {
637
- foreground: '#8BA4B0',
638
- },
639
- },
640
- {
641
- scope: ['markup.italic'],
642
- settings: {
643
- fontStyle: 'italic',
644
- foreground: '#C4746E',
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: '#C4746E',
665
- },
666
- },
667
- {
668
- scope: ['markup.underline'],
669
- settings: {
670
- fontStyle: 'underline',
671
- foreground: '#949FB5',
672
- },
673
- },
674
- {
675
- scope: ['markup.quote punctuation.definition.blockquote.markdown'],
676
- settings: {
677
- foreground: '#737C73',
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: '#B6927B',
690
- },
691
- },
692
- {
693
- scope: ['string.other.link.description.title.markdown'],
694
- settings: {
695
- foreground: '#8992A7',
696
- },
697
- },
698
- {
699
- scope: ['constant.other.reference.link.markdown'],
700
- settings: {
701
- foreground: '#C4B28A',
702
- },
703
- },
704
- {
705
- scope: ['markup.raw.block'],
706
- settings: {
707
- foreground: '#8992A7',
708
- },
709
- },
710
- {
711
- scope: ['markup.raw.block.fenced.markdown'],
712
- settings: {
713
- foreground: '#737C73',
714
- },
715
- },
716
- {
717
- scope: ['punctuation.definition.fenced.markdown'],
718
- settings: {
719
- foreground: '#737C73',
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: '#C5C9C5',
730
- },
731
- },
732
- {
733
- scope: ['variable.language.fenced.markdown'],
734
- settings: {
735
- foreground: '#737C73',
736
- },
737
- },
738
- {
739
- scope: ['meta.separator'],
740
- settings: {
741
- fontStyle: 'bold',
742
- foreground: '#9E9B93',
743
- },
744
- },
745
- {
746
- scope: ['markup.table'],
747
- settings: {
748
- foreground: '#C5C9C5',
749
- },
750
- },
751
- ],
752
- type: 'dark',
753
- }