@brimveyn/aimux-config 0.4.0 → 0.4.2

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 (74) hide show
  1. package/package.json +1 -1
  2. package/src/actions.ts +47 -0
  3. package/src/defaults.ts +3 -0
  4. package/src/index.ts +9 -1
  5. package/src/normalize-theme.ts +260 -0
  6. package/src/themes/generated/andromeeda.ts +346 -0
  7. package/src/themes/generated/aurora-x.ts +603 -0
  8. package/src/themes/generated/ayu-dark.ts +817 -0
  9. package/src/themes/generated/ayu-light.ts +817 -0
  10. package/src/themes/generated/ayu-mirage.ts +817 -0
  11. package/src/themes/generated/catppuccin-frappe.ts +2041 -0
  12. package/src/themes/generated/catppuccin-latte.ts +2041 -0
  13. package/src/themes/generated/catppuccin-macchiato.ts +2041 -0
  14. package/src/themes/generated/catppuccin-mocha.ts +2041 -0
  15. package/src/themes/generated/dark-plus.ts +614 -0
  16. package/src/themes/generated/dracula-soft.ts +947 -0
  17. package/src/themes/generated/dracula.ts +947 -0
  18. package/src/themes/generated/everforest-dark.ts +2246 -0
  19. package/src/themes/generated/everforest-light.ts +2246 -0
  20. package/src/themes/generated/github-dark-default.ts +605 -0
  21. package/src/themes/generated/github-dark-dimmed.ts +605 -0
  22. package/src/themes/generated/github-dark-high-contrast.ts +608 -0
  23. package/src/themes/generated/github-dark.ts +519 -0
  24. package/src/themes/generated/github-light-default.ts +602 -0
  25. package/src/themes/generated/github-light-high-contrast.ts +604 -0
  26. package/src/themes/generated/github-light.ts +515 -0
  27. package/src/themes/generated/gruvbox-dark-hard.ts +1124 -0
  28. package/src/themes/generated/gruvbox-dark-medium.ts +1124 -0
  29. package/src/themes/generated/gruvbox-dark-soft.ts +1124 -0
  30. package/src/themes/generated/gruvbox-light-hard.ts +1124 -0
  31. package/src/themes/generated/gruvbox-light-medium.ts +1124 -0
  32. package/src/themes/generated/gruvbox-light-soft.ts +1124 -0
  33. package/src/themes/generated/horizon-bright.ts +420 -0
  34. package/src/themes/generated/horizon.ts +418 -0
  35. package/src/themes/generated/houston.ts +1819 -0
  36. package/src/themes/generated/index.ts +140 -0
  37. package/src/themes/generated/kanagawa-dragon.ts +753 -0
  38. package/src/themes/generated/kanagawa-lotus.ts +753 -0
  39. package/src/themes/generated/kanagawa-wave.ts +753 -0
  40. package/src/themes/generated/laserwave.ts +489 -0
  41. package/src/themes/generated/light-plus.ts +639 -0
  42. package/src/themes/generated/material-theme-darker.ts +759 -0
  43. package/src/themes/generated/material-theme-lighter.ts +759 -0
  44. package/src/themes/generated/material-theme-ocean.ts +759 -0
  45. package/src/themes/generated/material-theme-palenight.ts +759 -0
  46. package/src/themes/generated/material-theme.ts +759 -0
  47. package/src/themes/generated/min-dark.ts +326 -0
  48. package/src/themes/generated/min-light.ts +331 -0
  49. package/src/themes/generated/monokai.ts +463 -0
  50. package/src/themes/generated/night-owl-light.ts +1526 -0
  51. package/src/themes/generated/night-owl.ts +1628 -0
  52. package/src/themes/generated/nord.ts +1277 -0
  53. package/src/themes/generated/one-dark-pro.ts +1920 -0
  54. package/src/themes/generated/one-light.ts +1599 -0
  55. package/src/themes/generated/plastic.ts +315 -0
  56. package/src/themes/generated/poimandres.ts +1233 -0
  57. package/src/themes/generated/red.ts +395 -0
  58. package/src/themes/generated/rose-pine-dawn.ts +696 -0
  59. package/src/themes/generated/rose-pine-moon.ts +696 -0
  60. package/src/themes/generated/rose-pine.ts +696 -0
  61. package/src/themes/generated/slack-dark.ts +594 -0
  62. package/src/themes/generated/slack-ochin.ts +461 -0
  63. package/src/themes/generated/snazzy-light.ts +1254 -0
  64. package/src/themes/generated/solarized-dark.ts +387 -0
  65. package/src/themes/generated/solarized-light.ts +379 -0
  66. package/src/themes/generated/synthwave-84.ts +751 -0
  67. package/src/themes/generated/tokyo-night.ts +1420 -0
  68. package/src/themes/generated/vesper.ts +578 -0
  69. package/src/themes/generated/vitesse-black.ts +629 -0
  70. package/src/themes/generated/vitesse-dark.ts +629 -0
  71. package/src/themes/generated/vitesse-light.ts +627 -0
  72. package/src/themes.ts +57 -10
  73. package/src/types.ts +29 -4
  74. package/src/themes.generated.ts +0 -59794
@@ -0,0 +1,614 @@
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
+ }