@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,515 +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: '#fff',
8
- colors: {
9
- 'activityBar.activeBorder': '#f9826c',
10
- 'activityBar.background': '#fff',
11
- 'activityBar.border': '#e1e4e8',
12
- 'activityBar.foreground': '#2f363d',
13
- 'activityBar.inactiveForeground': '#959da5',
14
- 'activityBarBadge.background': '#2188ff',
15
- 'activityBarBadge.foreground': '#fff',
16
- 'badge.background': '#dbedff',
17
- 'badge.foreground': '#005cc5',
18
- 'breadcrumb.activeSelectionForeground': '#586069',
19
- 'breadcrumb.focusForeground': '#2f363d',
20
- 'breadcrumb.foreground': '#6a737d',
21
- 'breadcrumbPicker.background': '#fafbfc',
22
- 'button.background': '#159739',
23
- 'button.foreground': '#fff',
24
- 'button.hoverBackground': '#138934',
25
- 'button.secondaryBackground': '#e1e4e8',
26
- 'button.secondaryForeground': '#1b1f23',
27
- 'button.secondaryHoverBackground': '#d1d5da',
28
- 'checkbox.background': '#fafbfc',
29
- 'checkbox.border': '#d1d5da',
30
- 'contrastBorder': '#e1e4e8',
31
- 'debugToolBar.background': '#fff',
32
- 'descriptionForeground': '#6a737d',
33
- 'diffEditor.insertedLineBackground': '#d8efde',
34
- 'diffEditor.insertedTextBackground': '#34d058',
35
- 'diffEditor.removedLineBackground': '#f8dcde',
36
- 'diffEditor.removedTextBackground': '#d73a49',
37
- 'dropdown.background': '#fafbfc',
38
- 'dropdown.border': '#e1e4e8',
39
- 'dropdown.foreground': '#2f363d',
40
- 'dropdown.listBackground': '#fff',
41
- 'editor.background': '#fff',
42
- 'editor.findMatchBackground': '#ffdf5d',
43
- 'editor.findMatchHighlightBackground': '#ffdf5d',
44
- 'editor.focusedStackFrameHighlightBackground': '#28a745',
45
- 'editor.foldBackground': '#d1d5da',
46
- 'editor.foreground': '#24292e',
47
- 'editor.inactiveSelectionBackground': '#0366d6',
48
- 'editor.lineHighlightBackground': '#f6f8fa',
49
- 'editor.linkedEditingBackground': '#0366d6',
50
- 'editor.selectionBackground': '#0366d6',
51
- 'editor.selectionHighlightBackground': '#34d058',
52
- 'editor.selectionHighlightBorder': '#34d058',
53
- 'editor.stackFrameHighlightBackground': '#ffd33d',
54
- 'editor.wordHighlightBackground': '#34d058',
55
- 'editor.wordHighlightBorder': '#24943e',
56
- 'editor.wordHighlightStrongBackground': '#34d058',
57
- 'editor.wordHighlightStrongBorder': '#24943e',
58
- 'editorBracketHighlight.foreground1': '#005cc5',
59
- 'editorBracketHighlight.foreground2': '#e36209',
60
- 'editorBracketHighlight.foreground3': '#5a32a3',
61
- 'editorBracketHighlight.foreground4': '#005cc5',
62
- 'editorBracketHighlight.foreground5': '#e36209',
63
- 'editorBracketHighlight.foreground6': '#5a32a3',
64
- 'editorBracketMatch.background': '#34d058',
65
- 'editorBracketMatch.border': '#34d058',
66
- 'editorCursor.foreground': '#044289',
67
- 'editorError.foreground': '#cb2431',
68
- 'editorGroup.border': '#e1e4e8',
69
- 'editorGroupHeader.tabsBackground': '#f6f8fa',
70
- 'editorGroupHeader.tabsBorder': '#e1e4e8',
71
- 'editorGutter.addedBackground': '#28a745',
72
- 'editorGutter.deletedBackground': '#d73a49',
73
- 'editorGutter.modifiedBackground': '#2188ff',
74
- 'editorIndentGuide.activeBackground': '#d7dbe0',
75
- 'editorIndentGuide.background': '#eff2f6',
76
- 'editorLineNumber.activeForeground': '#24292e',
77
- 'editorLineNumber.foreground': '#1b1f23',
78
- 'editorOverviewRuler.border': '#fff',
79
- 'editorWarning.foreground': '#f9c513',
80
- 'editorWhitespace.foreground': '#d1d5da',
81
- 'editorWidget.background': '#f6f8fa',
82
- 'errorForeground': '#cb2431',
83
- 'focusBorder': '#2188ff',
84
- 'foreground': '#444d56',
85
- 'gitDecoration.addedResourceForeground': '#28a745',
86
- 'gitDecoration.conflictingResourceForeground': '#e36209',
87
- 'gitDecoration.deletedResourceForeground': '#d73a49',
88
- 'gitDecoration.ignoredResourceForeground': '#959da5',
89
- 'gitDecoration.modifiedResourceForeground': '#005cc5',
90
- 'gitDecoration.submoduleResourceForeground': '#959da5',
91
- 'gitDecoration.untrackedResourceForeground': '#28a745',
92
- 'input.background': '#fafbfc',
93
- 'input.border': '#e1e4e8',
94
- 'input.foreground': '#2f363d',
95
- 'input.placeholderForeground': '#959da5',
96
- 'list.activeSelectionBackground': '#e2e5e9',
97
- 'list.activeSelectionForeground': '#2f363d',
98
- 'list.focusBackground': '#cce5ff',
99
- 'list.hoverBackground': '#ebf0f4',
100
- 'list.hoverForeground': '#2f363d',
101
- 'list.inactiveFocusBackground': '#dbedff',
102
- 'list.inactiveSelectionBackground': '#e8eaed',
103
- 'list.inactiveSelectionForeground': '#2f363d',
104
- 'notificationCenterHeader.background': '#e1e4e8',
105
- 'notificationCenterHeader.foreground': '#6a737d',
106
- 'notifications.background': '#fafbfc',
107
- 'notifications.border': '#e1e4e8',
108
- 'notifications.foreground': '#2f363d',
109
- 'notificationsErrorIcon.foreground': '#d73a49',
110
- 'notificationsInfoIcon.foreground': '#005cc5',
111
- 'notificationsWarningIcon.foreground': '#e36209',
112
- 'panel.background': '#f6f8fa',
113
- 'panel.border': '#e1e4e8',
114
- 'panelInput.border': '#e1e4e8',
115
- 'panelTitle.activeBorder': '#f9826c',
116
- 'panelTitle.activeForeground': '#2f363d',
117
- 'panelTitle.inactiveForeground': '#6a737d',
118
- 'pickerGroup.border': '#e1e4e8',
119
- 'pickerGroup.foreground': '#2f363d',
120
- 'progressBar.background': '#2188ff',
121
- 'quickInput.background': '#fafbfc',
122
- 'quickInput.foreground': '#2f363d',
123
- 'scrollbar.shadow': '#6a737d',
124
- 'scrollbarSlider.activeBackground': '#959da5',
125
- 'scrollbarSlider.background': '#959da5',
126
- 'scrollbarSlider.hoverBackground': '#959da5',
127
- 'settings.headerForeground': '#2f363d',
128
- 'settings.modifiedItemIndicator': '#2188ff',
129
- 'sideBar.background': '#f6f8fa',
130
- 'sideBar.border': '#e1e4e8',
131
- 'sideBar.foreground': '#586069',
132
- 'sideBarSectionHeader.background': '#f6f8fa',
133
- 'sideBarSectionHeader.border': '#e1e4e8',
134
- 'sideBarSectionHeader.foreground': '#2f363d',
135
- 'sideBarTitle.foreground': '#2f363d',
136
- 'statusBar.background': '#fff',
137
- 'statusBar.border': '#e1e4e8',
138
- 'statusBar.debuggingBackground': '#f9826c',
139
- 'statusBar.debuggingForeground': '#fff',
140
- 'statusBar.foreground': '#586069',
141
- 'statusBar.noFolderBackground': '#fff',
142
- 'statusBarItem.prominentBackground': '#e8eaed',
143
- 'statusBarItem.remoteBackground': '#fff',
144
- 'statusBarItem.remoteForeground': '#586069',
145
- 'tab.activeBackground': '#fff',
146
- 'tab.activeBorder': '#fff',
147
- 'tab.activeBorderTop': '#f9826c',
148
- 'tab.activeForeground': '#2f363d',
149
- 'tab.border': '#e1e4e8',
150
- 'tab.hoverBackground': '#fff',
151
- 'tab.inactiveBackground': '#f6f8fa',
152
- 'tab.inactiveForeground': '#6a737d',
153
- 'tab.unfocusedActiveBorder': '#fff',
154
- 'tab.unfocusedActiveBorderTop': '#e1e4e8',
155
- 'tab.unfocusedHoverBackground': '#fff',
156
- 'terminal.ansiBlack': '#24292e',
157
- 'terminal.ansiBlue': '#0366d6',
158
- 'terminal.ansiBrightBlack': '#959da5',
159
- 'terminal.ansiBrightBlue': '#005cc5',
160
- 'terminal.ansiBrightCyan': '#3192aa',
161
- 'terminal.ansiBrightGreen': '#22863a',
162
- 'terminal.ansiBrightMagenta': '#5a32a3',
163
- 'terminal.ansiBrightRed': '#cb2431',
164
- 'terminal.ansiBrightWhite': '#d1d5da',
165
- 'terminal.ansiBrightYellow': '#b08800',
166
- 'terminal.ansiCyan': '#1b7c83',
167
- 'terminal.ansiGreen': '#28a745',
168
- 'terminal.ansiMagenta': '#5a32a3',
169
- 'terminal.ansiRed': '#d73a49',
170
- 'terminal.ansiWhite': '#6a737d',
171
- 'terminal.ansiYellow': '#dbab09',
172
- 'terminal.foreground': '#586069',
173
- 'terminal.tab.activeBorder': '#f9826c',
174
- 'terminalCursor.background': '#d1d5da',
175
- 'terminalCursor.foreground': '#005cc5',
176
- 'textBlockQuote.background': '#fafbfc',
177
- 'textBlockQuote.border': '#e1e4e8',
178
- 'textCodeBlock.background': '#f6f8fa',
179
- 'textLink.activeForeground': '#005cc5',
180
- 'textLink.foreground': '#0366d6',
181
- 'textPreformat.foreground': '#586069',
182
- 'textSeparator.foreground': '#d1d5da',
183
- 'titleBar.activeBackground': '#fff',
184
- 'titleBar.activeForeground': '#2f363d',
185
- 'titleBar.border': '#e1e4e8',
186
- 'titleBar.inactiveBackground': '#f6f8fa',
187
- 'titleBar.inactiveForeground': '#6a737d',
188
- 'tree.indentGuidesStroke': '#e1e4e8',
189
- 'welcomePage.buttonBackground': '#f6f8fa',
190
- 'welcomePage.buttonHoverBackground': '#e1e4e8',
191
- },
192
- displayName: 'GitHub Light',
193
- fg: '#24292e',
194
- name: 'github-light',
195
- semanticHighlighting: true,
196
- settings: [
197
- {
198
- settings: {
199
- background: '#fff',
200
- foreground: '#24292e',
201
- },
202
- },
203
- {
204
- scope: ['comment', 'punctuation.definition.comment', 'string.comment'],
205
- settings: {
206
- foreground: '#6a737d',
207
- },
208
- },
209
- {
210
- scope: [
211
- 'constant',
212
- 'entity.name.constant',
213
- 'variable.other.constant',
214
- 'variable.other.enummember',
215
- 'variable.language',
216
- ],
217
- settings: {
218
- foreground: '#005cc5',
219
- },
220
- },
221
- {
222
- scope: ['entity', 'entity.name'],
223
- settings: {
224
- foreground: '#6f42c1',
225
- },
226
- },
227
- {
228
- scope: 'variable.parameter.function',
229
- settings: {
230
- foreground: '#24292e',
231
- },
232
- },
233
- {
234
- scope: 'entity.name.tag',
235
- settings: {
236
- foreground: '#22863a',
237
- },
238
- },
239
- {
240
- scope: 'keyword',
241
- settings: {
242
- foreground: '#d73a49',
243
- },
244
- },
245
- {
246
- scope: ['storage', 'storage.type'],
247
- settings: {
248
- foreground: '#d73a49',
249
- },
250
- },
251
- {
252
- scope: ['storage.modifier.package', 'storage.modifier.import', 'storage.type.java'],
253
- settings: {
254
- foreground: '#24292e',
255
- },
256
- },
257
- {
258
- scope: [
259
- 'string',
260
- 'punctuation.definition.string',
261
- 'string punctuation.section.embedded source',
262
- ],
263
- settings: {
264
- foreground: '#032f62',
265
- },
266
- },
267
- {
268
- scope: 'support',
269
- settings: {
270
- foreground: '#005cc5',
271
- },
272
- },
273
- {
274
- scope: 'meta.property-name',
275
- settings: {
276
- foreground: '#005cc5',
277
- },
278
- },
279
- {
280
- scope: 'variable',
281
- settings: {
282
- foreground: '#e36209',
283
- },
284
- },
285
- {
286
- scope: 'variable.other',
287
- settings: {
288
- foreground: '#24292e',
289
- },
290
- },
291
- {
292
- scope: 'invalid.broken',
293
- settings: {
294
- fontStyle: 'italic',
295
- foreground: '#b31d28',
296
- },
297
- },
298
- {
299
- scope: 'invalid.deprecated',
300
- settings: {
301
- fontStyle: 'italic',
302
- foreground: '#b31d28',
303
- },
304
- },
305
- {
306
- scope: 'invalid.illegal',
307
- settings: {
308
- fontStyle: 'italic',
309
- foreground: '#b31d28',
310
- },
311
- },
312
- {
313
- scope: 'invalid.unimplemented',
314
- settings: {
315
- fontStyle: 'italic',
316
- foreground: '#b31d28',
317
- },
318
- },
319
- {
320
- scope: 'carriage-return',
321
- settings: {
322
- background: '#d73a49',
323
- content: '^M',
324
- fontStyle: 'italic underline',
325
- foreground: '#fafbfc',
326
- },
327
- },
328
- {
329
- scope: 'message.error',
330
- settings: {
331
- foreground: '#b31d28',
332
- },
333
- },
334
- {
335
- scope: 'string variable',
336
- settings: {
337
- foreground: '#005cc5',
338
- },
339
- },
340
- {
341
- scope: ['source.regexp', 'string.regexp'],
342
- settings: {
343
- foreground: '#032f62',
344
- },
345
- },
346
- {
347
- scope: [
348
- 'string.regexp.character-class',
349
- 'string.regexp constant.character.escape',
350
- 'string.regexp source.ruby.embedded',
351
- 'string.regexp string.regexp.arbitrary-repitition',
352
- ],
353
- settings: {
354
- foreground: '#032f62',
355
- },
356
- },
357
- {
358
- scope: 'string.regexp constant.character.escape',
359
- settings: {
360
- fontStyle: 'bold',
361
- foreground: '#22863a',
362
- },
363
- },
364
- {
365
- scope: 'support.constant',
366
- settings: {
367
- foreground: '#005cc5',
368
- },
369
- },
370
- {
371
- scope: 'support.variable',
372
- settings: {
373
- foreground: '#005cc5',
374
- },
375
- },
376
- {
377
- scope: 'meta.module-reference',
378
- settings: {
379
- foreground: '#005cc5',
380
- },
381
- },
382
- {
383
- scope: 'punctuation.definition.list.begin.markdown',
384
- settings: {
385
- foreground: '#e36209',
386
- },
387
- },
388
- {
389
- scope: ['markup.heading', 'markup.heading entity.name'],
390
- settings: {
391
- fontStyle: 'bold',
392
- foreground: '#005cc5',
393
- },
394
- },
395
- {
396
- scope: 'markup.quote',
397
- settings: {
398
- foreground: '#22863a',
399
- },
400
- },
401
- {
402
- scope: 'markup.italic',
403
- settings: {
404
- fontStyle: 'italic',
405
- foreground: '#24292e',
406
- },
407
- },
408
- {
409
- scope: 'markup.bold',
410
- settings: {
411
- fontStyle: 'bold',
412
- foreground: '#24292e',
413
- },
414
- },
415
- {
416
- scope: ['markup.underline'],
417
- settings: {
418
- fontStyle: 'underline',
419
- },
420
- },
421
- {
422
- scope: ['markup.strikethrough'],
423
- settings: {
424
- fontStyle: 'strikethrough',
425
- },
426
- },
427
- {
428
- scope: 'markup.inline.raw',
429
- settings: {
430
- foreground: '#005cc5',
431
- },
432
- },
433
- {
434
- scope: ['markup.deleted', 'meta.diff.header.from-file', 'punctuation.definition.deleted'],
435
- settings: {
436
- background: '#ffeef0',
437
- foreground: '#b31d28',
438
- },
439
- },
440
- {
441
- scope: ['markup.inserted', 'meta.diff.header.to-file', 'punctuation.definition.inserted'],
442
- settings: {
443
- background: '#f0fff4',
444
- foreground: '#22863a',
445
- },
446
- },
447
- {
448
- scope: ['markup.changed', 'punctuation.definition.changed'],
449
- settings: {
450
- background: '#ffebda',
451
- foreground: '#e36209',
452
- },
453
- },
454
- {
455
- scope: ['markup.ignored', 'markup.untracked'],
456
- settings: {
457
- background: '#005cc5',
458
- foreground: '#f6f8fa',
459
- },
460
- },
461
- {
462
- scope: 'meta.diff.range',
463
- settings: {
464
- fontStyle: 'bold',
465
- foreground: '#6f42c1',
466
- },
467
- },
468
- {
469
- scope: 'meta.diff.header',
470
- settings: {
471
- foreground: '#005cc5',
472
- },
473
- },
474
- {
475
- scope: 'meta.separator',
476
- settings: {
477
- fontStyle: 'bold',
478
- foreground: '#005cc5',
479
- },
480
- },
481
- {
482
- scope: 'meta.output',
483
- settings: {
484
- foreground: '#005cc5',
485
- },
486
- },
487
- {
488
- scope: [
489
- 'brackethighlighter.tag',
490
- 'brackethighlighter.curly',
491
- 'brackethighlighter.round',
492
- 'brackethighlighter.square',
493
- 'brackethighlighter.angle',
494
- 'brackethighlighter.quote',
495
- ],
496
- settings: {
497
- foreground: '#586069',
498
- },
499
- },
500
- {
501
- scope: 'brackethighlighter.unmatched',
502
- settings: {
503
- foreground: '#b31d28',
504
- },
505
- },
506
- {
507
- scope: ['constant.other.reference.link', 'string.other.link'],
508
- settings: {
509
- fontStyle: 'underline',
510
- foreground: '#032f62',
511
- },
512
- },
513
- ],
514
- type: 'light',
515
- }