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