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