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