@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,614 +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: '#1E1E1E',
8
- colors: {
9
- 'actionBar.toggledBackground': '#383a49',
10
- 'activityBarBadge.background': '#007ACC',
11
- 'checkbox.border': '#6B6B6B',
12
- 'contrastBorder': '#515151',
13
- 'descriptionForeground': '#707070',
14
- 'diffEditor.insertedLineBackground': '#323f3d',
15
- 'diffEditor.removedLineBackground': '#443237',
16
- 'editor.background': '#1E1E1E',
17
- 'editor.foreground': '#D4D4D4',
18
- 'editor.inactiveSelectionBackground': '#3A3D41',
19
- 'editor.lineHighlightBackground': '#262626',
20
- 'editor.selectionBackground': '#383838',
21
- 'editor.selectionHighlightBackground': '#ADD6FF',
22
- 'editorCursor.foreground': '#D4D4D4',
23
- 'editorError.foreground': '#f38ba8',
24
- 'editorGroup.border': '#444444',
25
- 'editorGroupHeader.tabsBackground': '#141414',
26
- 'editorIndentGuide.activeBackground1': '#707070',
27
- 'editorIndentGuide.background1': '#404040',
28
- 'editorLineNumber.foreground': '#707070',
29
- 'editorWarning.foreground': '#f6c177',
30
- 'editorWidget.background': '#1E1E1E',
31
- 'errorForeground': '#f38ba8',
32
- 'focusBorder': '#D4D4D4',
33
- 'foreground': '#D4D4D4',
34
- 'gitDecoration.addedResourceForeground': '#8bd5ca',
35
- 'gitDecoration.deletedResourceForeground': '#f38ba8',
36
- 'gitDecoration.modifiedResourceForeground': '#f6c177',
37
- 'gitDecoration.untrackedResourceForeground': '#8bd5ca',
38
- 'input.background': '#141414',
39
- 'input.border': '#444444',
40
- 'input.foreground': '#D4D4D4',
41
- 'input.placeholderForeground': '#A6A6A6',
42
- 'list.activeSelectionBackground': '#383838',
43
- 'list.activeSelectionForeground': '#D4D4D4',
44
- 'list.activeSelectionIconForeground': '#FFF',
45
- 'list.dropBackground': '#383B3D',
46
- 'list.hoverBackground': '#2b2b2b',
47
- 'menu.background': '#252526',
48
- 'menu.border': '#454545',
49
- 'menu.foreground': '#CCCCCC',
50
- 'menu.selectionBackground': '#0078d4',
51
- 'menu.separatorBackground': '#454545',
52
- 'panel.background': '#1E1E1E',
53
- 'panel.border': '#444444',
54
- 'ports.iconRunningProcessForeground': '#369432',
55
- 'sideBar.background': '#141414',
56
- 'sideBar.foreground': '#D4D4D4',
57
- 'sideBarSectionHeader.background': '#000',
58
- 'sideBarSectionHeader.border': '#ccc',
59
- 'sideBarSectionHeader.foreground': '#949494',
60
- 'sideBarTitle.foreground': '#BBBBBB',
61
- 'statusBarItem.remoteBackground': '#16825D',
62
- 'statusBarItem.remoteForeground': '#FFF',
63
- 'tab.lastPinnedBorder': '#ccc',
64
- 'tab.selectedBackground': '#222222',
65
- 'tab.selectedForeground': '#ffffff',
66
- 'terminal.ansiBlue': '#7cd1b8',
67
- 'terminal.ansiCyan': '#7cd1b8',
68
- 'terminal.ansiGreen': '#8bd5ca',
69
- 'terminal.ansiMagenta': '#D4D4D4',
70
- 'terminal.ansiRed': '#f38ba8',
71
- 'terminal.ansiYellow': '#f6c177',
72
- 'terminal.inactiveSelectionBackground': '#3A3D41',
73
- 'textLink.activeForeground': '#D4D4D4',
74
- 'textLink.foreground': '#D4D4D4',
75
- 'widget.border': '#303031',
76
- },
77
- displayName: 'Dark Plus',
78
- fg: '#D4D4D4',
79
- name: 'dark-plus',
80
- semanticHighlighting: true,
81
- semanticTokenColors: {
82
- customLiteral: '#DCDCAA',
83
- newOperator: '#C586C0',
84
- numberLiteral: '#b5cea8',
85
- stringLiteral: '#ce9178',
86
- },
87
- settings: [
88
- {
89
- settings: {
90
- background: '#1E1E1E',
91
- foreground: '#D4D4D4',
92
- },
93
- },
94
- {
95
- scope: [
96
- 'meta.embedded',
97
- 'source.groovy.embedded',
98
- 'string meta.image.inline.markdown',
99
- 'variable.legacy.builtin.python',
100
- ],
101
- settings: {
102
- foreground: '#D4D4D4',
103
- },
104
- },
105
- {
106
- scope: 'emphasis',
107
- settings: {
108
- fontStyle: 'italic',
109
- },
110
- },
111
- {
112
- scope: 'strong',
113
- settings: {
114
- fontStyle: 'bold',
115
- },
116
- },
117
- {
118
- scope: 'header',
119
- settings: {
120
- foreground: '#000080',
121
- },
122
- },
123
- {
124
- scope: 'comment',
125
- settings: {
126
- foreground: '#6A9955',
127
- },
128
- },
129
- {
130
- scope: 'constant.language',
131
- settings: {
132
- foreground: '#569cd6',
133
- },
134
- },
135
- {
136
- scope: [
137
- 'constant.numeric',
138
- 'variable.other.enummember',
139
- 'keyword.operator.plus.exponent',
140
- 'keyword.operator.minus.exponent',
141
- ],
142
- settings: {
143
- foreground: '#b5cea8',
144
- },
145
- },
146
- {
147
- scope: 'constant.regexp',
148
- settings: {
149
- foreground: '#646695',
150
- },
151
- },
152
- {
153
- scope: 'entity.name.tag',
154
- settings: {
155
- foreground: '#569cd6',
156
- },
157
- },
158
- {
159
- scope: ['entity.name.tag.css', 'entity.name.tag.less'],
160
- settings: {
161
- foreground: '#d7ba7d',
162
- },
163
- },
164
- {
165
- scope: 'entity.other.attribute-name',
166
- settings: {
167
- foreground: '#9cdcfe',
168
- },
169
- },
170
- {
171
- scope: [
172
- 'entity.other.attribute-name.class.css',
173
- 'source.css entity.other.attribute-name.class',
174
- 'entity.other.attribute-name.id.css',
175
- 'entity.other.attribute-name.parent-selector.css',
176
- 'entity.other.attribute-name.parent.less',
177
- 'source.css entity.other.attribute-name.pseudo-class',
178
- 'entity.other.attribute-name.pseudo-element.css',
179
- 'source.css.less entity.other.attribute-name.id',
180
- 'entity.other.attribute-name.scss',
181
- ],
182
- settings: {
183
- foreground: '#d7ba7d',
184
- },
185
- },
186
- {
187
- scope: 'invalid',
188
- settings: {
189
- foreground: '#f44747',
190
- },
191
- },
192
- {
193
- scope: 'markup.underline',
194
- settings: {
195
- fontStyle: 'underline',
196
- },
197
- },
198
- {
199
- scope: 'markup.bold',
200
- settings: {
201
- fontStyle: 'bold',
202
- foreground: '#569cd6',
203
- },
204
- },
205
- {
206
- scope: 'markup.heading',
207
- settings: {
208
- fontStyle: 'bold',
209
- foreground: '#569cd6',
210
- },
211
- },
212
- {
213
- scope: 'markup.italic',
214
- settings: {
215
- fontStyle: 'italic',
216
- },
217
- },
218
- {
219
- scope: 'markup.strikethrough',
220
- settings: {
221
- fontStyle: 'strikethrough',
222
- },
223
- },
224
- {
225
- scope: 'markup.inserted',
226
- settings: {
227
- foreground: '#b5cea8',
228
- },
229
- },
230
- {
231
- scope: 'markup.deleted',
232
- settings: {
233
- foreground: '#ce9178',
234
- },
235
- },
236
- {
237
- scope: 'markup.changed',
238
- settings: {
239
- foreground: '#569cd6',
240
- },
241
- },
242
- {
243
- scope: 'punctuation.definition.quote.begin.markdown',
244
- settings: {
245
- foreground: '#6A9955',
246
- },
247
- },
248
- {
249
- scope: 'punctuation.definition.list.begin.markdown',
250
- settings: {
251
- foreground: '#6796e6',
252
- },
253
- },
254
- {
255
- scope: 'markup.inline.raw',
256
- settings: {
257
- foreground: '#ce9178',
258
- },
259
- },
260
- {
261
- scope: 'punctuation.definition.tag',
262
- settings: {
263
- foreground: '#808080',
264
- },
265
- },
266
- {
267
- scope: ['meta.preprocessor', 'entity.name.function.preprocessor'],
268
- settings: {
269
- foreground: '#569cd6',
270
- },
271
- },
272
- {
273
- scope: 'meta.preprocessor.string',
274
- settings: {
275
- foreground: '#ce9178',
276
- },
277
- },
278
- {
279
- scope: 'meta.preprocessor.numeric',
280
- settings: {
281
- foreground: '#b5cea8',
282
- },
283
- },
284
- {
285
- scope: 'meta.structure.dictionary.key.python',
286
- settings: {
287
- foreground: '#9cdcfe',
288
- },
289
- },
290
- {
291
- scope: 'meta.diff.header',
292
- settings: {
293
- foreground: '#569cd6',
294
- },
295
- },
296
- {
297
- scope: 'storage',
298
- settings: {
299
- foreground: '#569cd6',
300
- },
301
- },
302
- {
303
- scope: 'storage.type',
304
- settings: {
305
- foreground: '#569cd6',
306
- },
307
- },
308
- {
309
- scope: ['storage.modifier', 'keyword.operator.noexcept'],
310
- settings: {
311
- foreground: '#569cd6',
312
- },
313
- },
314
- {
315
- scope: ['string', 'meta.embedded.assembly'],
316
- settings: {
317
- foreground: '#ce9178',
318
- },
319
- },
320
- {
321
- scope: 'string.tag',
322
- settings: {
323
- foreground: '#ce9178',
324
- },
325
- },
326
- {
327
- scope: 'string.value',
328
- settings: {
329
- foreground: '#ce9178',
330
- },
331
- },
332
- {
333
- scope: 'string.regexp',
334
- settings: {
335
- foreground: '#d16969',
336
- },
337
- },
338
- {
339
- scope: [
340
- 'punctuation.definition.template-expression.begin',
341
- 'punctuation.definition.template-expression.end',
342
- 'punctuation.section.embedded',
343
- ],
344
- settings: {
345
- foreground: '#569cd6',
346
- },
347
- },
348
- {
349
- scope: ['meta.template.expression'],
350
- settings: {
351
- foreground: '#d4d4d4',
352
- },
353
- },
354
- {
355
- scope: [
356
- 'support.type.vendored.property-name',
357
- 'support.type.property-name',
358
- 'source.css variable',
359
- 'source.coffee.embedded',
360
- ],
361
- settings: {
362
- foreground: '#9cdcfe',
363
- },
364
- },
365
- {
366
- scope: 'keyword',
367
- settings: {
368
- foreground: '#569cd6',
369
- },
370
- },
371
- {
372
- scope: 'keyword.control',
373
- settings: {
374
- foreground: '#569cd6',
375
- },
376
- },
377
- {
378
- scope: 'keyword.operator',
379
- settings: {
380
- foreground: '#d4d4d4',
381
- },
382
- },
383
- {
384
- scope: [
385
- 'keyword.operator.new',
386
- 'keyword.operator.expression',
387
- 'keyword.operator.cast',
388
- 'keyword.operator.sizeof',
389
- 'keyword.operator.alignof',
390
- 'keyword.operator.typeid',
391
- 'keyword.operator.alignas',
392
- 'keyword.operator.instanceof',
393
- 'keyword.operator.logical.python',
394
- 'keyword.operator.wordlike',
395
- ],
396
- settings: {
397
- foreground: '#569cd6',
398
- },
399
- },
400
- {
401
- scope: 'keyword.other.unit',
402
- settings: {
403
- foreground: '#b5cea8',
404
- },
405
- },
406
- {
407
- scope: ['punctuation.section.embedded.begin.php', 'punctuation.section.embedded.end.php'],
408
- settings: {
409
- foreground: '#569cd6',
410
- },
411
- },
412
- {
413
- scope: 'support.function.git-rebase',
414
- settings: {
415
- foreground: '#9cdcfe',
416
- },
417
- },
418
- {
419
- scope: 'constant.sha.git-rebase',
420
- settings: {
421
- foreground: '#b5cea8',
422
- },
423
- },
424
- {
425
- scope: [
426
- 'storage.modifier.import.java',
427
- 'variable.language.wildcard.java',
428
- 'storage.modifier.package.java',
429
- ],
430
- settings: {
431
- foreground: '#d4d4d4',
432
- },
433
- },
434
- {
435
- scope: 'variable.language',
436
- settings: {
437
- foreground: '#569cd6',
438
- },
439
- },
440
- {
441
- scope: [
442
- 'entity.name.function',
443
- 'support.function',
444
- 'support.constant.handlebars',
445
- 'source.powershell variable.other.member',
446
- 'entity.name.operator.custom-literal',
447
- ],
448
- settings: {
449
- foreground: '#DCDCAA',
450
- },
451
- },
452
- {
453
- scope: [
454
- 'support.class',
455
- 'support.type',
456
- 'entity.name.type',
457
- 'entity.name.namespace',
458
- 'entity.other.attribute',
459
- 'entity.name.scope-resolution',
460
- 'entity.name.class',
461
- 'storage.type.numeric.go',
462
- 'storage.type.byte.go',
463
- 'storage.type.boolean.go',
464
- 'storage.type.string.go',
465
- 'storage.type.uintptr.go',
466
- 'storage.type.error.go',
467
- 'storage.type.rune.go',
468
- 'storage.type.cs',
469
- 'storage.type.generic.cs',
470
- 'storage.type.modifier.cs',
471
- 'storage.type.variable.cs',
472
- 'storage.type.annotation.java',
473
- 'storage.type.generic.java',
474
- 'storage.type.java',
475
- 'storage.type.object.array.java',
476
- 'storage.type.primitive.array.java',
477
- 'storage.type.primitive.java',
478
- 'storage.type.token.java',
479
- 'storage.type.groovy',
480
- 'storage.type.annotation.groovy',
481
- 'storage.type.parameters.groovy',
482
- 'storage.type.generic.groovy',
483
- 'storage.type.object.array.groovy',
484
- 'storage.type.primitive.array.groovy',
485
- 'storage.type.primitive.groovy',
486
- ],
487
- settings: {
488
- foreground: '#4EC9B0',
489
- },
490
- },
491
- {
492
- scope: [
493
- 'meta.type.cast.expr',
494
- 'meta.type.new.expr',
495
- 'support.constant.math',
496
- 'support.constant.dom',
497
- 'support.constant.json',
498
- 'entity.other.inherited-class',
499
- 'punctuation.separator.namespace.ruby',
500
- ],
501
- settings: {
502
- foreground: '#4EC9B0',
503
- },
504
- },
505
- {
506
- scope: [
507
- 'keyword.control',
508
- 'source.cpp keyword.operator.new',
509
- 'keyword.operator.delete',
510
- 'keyword.other.using',
511
- 'keyword.other.directive.using',
512
- 'keyword.other.operator',
513
- 'entity.name.operator',
514
- ],
515
- settings: {
516
- foreground: '#C586C0',
517
- },
518
- },
519
- {
520
- scope: [
521
- 'variable',
522
- 'meta.definition.variable.name',
523
- 'support.variable',
524
- 'entity.name.variable',
525
- 'constant.other.placeholder',
526
- ],
527
- settings: {
528
- foreground: '#9CDCFE',
529
- },
530
- },
531
- {
532
- scope: ['variable.other.constant', 'variable.other.enummember'],
533
- settings: {
534
- foreground: '#4FC1FF',
535
- },
536
- },
537
- {
538
- scope: ['meta.object-literal.key'],
539
- settings: {
540
- foreground: '#9CDCFE',
541
- },
542
- },
543
- {
544
- scope: [
545
- 'support.constant.property-value',
546
- 'support.constant.font-name',
547
- 'support.constant.media-type',
548
- 'support.constant.media',
549
- 'constant.other.color.rgb-value',
550
- 'constant.other.rgb-value',
551
- 'support.constant.color',
552
- ],
553
- settings: {
554
- foreground: '#CE9178',
555
- },
556
- },
557
- {
558
- scope: [
559
- 'punctuation.definition.group.regexp',
560
- 'punctuation.definition.group.assertion.regexp',
561
- 'punctuation.definition.character-class.regexp',
562
- 'punctuation.character.set.begin.regexp',
563
- 'punctuation.character.set.end.regexp',
564
- 'keyword.operator.negation.regexp',
565
- 'support.other.parenthesis.regexp',
566
- ],
567
- settings: {
568
- foreground: '#CE9178',
569
- },
570
- },
571
- {
572
- scope: [
573
- 'constant.character.character-class.regexp',
574
- 'constant.other.character-class.set.regexp',
575
- 'constant.other.character-class.regexp',
576
- 'constant.character.set.regexp',
577
- ],
578
- settings: {
579
- foreground: '#d16969',
580
- },
581
- },
582
- {
583
- scope: ['keyword.operator.or.regexp', 'keyword.control.anchor.regexp'],
584
- settings: {
585
- foreground: '#DCDCAA',
586
- },
587
- },
588
- {
589
- scope: 'keyword.operator.quantifier.regexp',
590
- settings: {
591
- foreground: '#d7ba7d',
592
- },
593
- },
594
- {
595
- scope: ['constant.character', 'constant.other.option'],
596
- settings: {
597
- foreground: '#569cd6',
598
- },
599
- },
600
- {
601
- scope: 'constant.character.escape',
602
- settings: {
603
- foreground: '#d7ba7d',
604
- },
605
- },
606
- {
607
- scope: 'entity.name.label',
608
- settings: {
609
- foreground: '#C8C8C8',
610
- },
611
- },
612
- ],
613
- type: 'dark',
614
- }