@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.
- package/package.json +1 -1
- package/src/actions.ts +11 -8
- package/src/defaults.ts +3 -2
- package/src/house-themes.ts +44 -302
- package/src/index.ts +20 -16
- package/src/palette-to-shiki.ts +134 -0
- package/src/palette-utils.ts +92 -0
- package/src/resolver.ts +0 -1
- package/src/themes/opencode.ts +1460 -0
- package/src/themes.ts +18 -88
- package/src/types.ts +46 -131
- package/src/normalize-theme.ts +0 -260
- package/src/themes/generated/andromeeda.ts +0 -346
- package/src/themes/generated/aurora-x.ts +0 -603
- package/src/themes/generated/ayu-dark.ts +0 -817
- package/src/themes/generated/ayu-light.ts +0 -817
- package/src/themes/generated/ayu-mirage.ts +0 -817
- package/src/themes/generated/catppuccin-frappe.ts +0 -2041
- package/src/themes/generated/catppuccin-latte.ts +0 -2041
- package/src/themes/generated/catppuccin-macchiato.ts +0 -2041
- package/src/themes/generated/catppuccin-mocha.ts +0 -2041
- package/src/themes/generated/dark-plus.ts +0 -614
- package/src/themes/generated/dracula-soft.ts +0 -947
- package/src/themes/generated/dracula.ts +0 -947
- package/src/themes/generated/everforest-dark.ts +0 -2246
- package/src/themes/generated/everforest-light.ts +0 -2246
- package/src/themes/generated/github-dark-default.ts +0 -605
- package/src/themes/generated/github-dark-dimmed.ts +0 -605
- package/src/themes/generated/github-dark-high-contrast.ts +0 -608
- package/src/themes/generated/github-dark.ts +0 -519
- package/src/themes/generated/github-light-default.ts +0 -602
- package/src/themes/generated/github-light-high-contrast.ts +0 -604
- package/src/themes/generated/github-light.ts +0 -515
- package/src/themes/generated/gruvbox-dark-hard.ts +0 -1124
- package/src/themes/generated/gruvbox-dark-medium.ts +0 -1124
- package/src/themes/generated/gruvbox-dark-soft.ts +0 -1124
- package/src/themes/generated/gruvbox-light-hard.ts +0 -1124
- package/src/themes/generated/gruvbox-light-medium.ts +0 -1124
- package/src/themes/generated/gruvbox-light-soft.ts +0 -1124
- package/src/themes/generated/horizon-bright.ts +0 -420
- package/src/themes/generated/horizon.ts +0 -418
- package/src/themes/generated/houston.ts +0 -1819
- package/src/themes/generated/index.ts +0 -140
- package/src/themes/generated/kanagawa-dragon.ts +0 -753
- package/src/themes/generated/kanagawa-lotus.ts +0 -753
- package/src/themes/generated/kanagawa-wave.ts +0 -753
- package/src/themes/generated/laserwave.ts +0 -489
- package/src/themes/generated/light-plus.ts +0 -639
- package/src/themes/generated/material-theme-darker.ts +0 -759
- package/src/themes/generated/material-theme-lighter.ts +0 -759
- package/src/themes/generated/material-theme-ocean.ts +0 -759
- package/src/themes/generated/material-theme-palenight.ts +0 -759
- package/src/themes/generated/material-theme.ts +0 -759
- package/src/themes/generated/min-dark.ts +0 -326
- package/src/themes/generated/min-light.ts +0 -331
- package/src/themes/generated/monokai.ts +0 -463
- package/src/themes/generated/night-owl-light.ts +0 -1526
- package/src/themes/generated/night-owl.ts +0 -1628
- package/src/themes/generated/nord.ts +0 -1277
- package/src/themes/generated/one-dark-pro.ts +0 -1920
- package/src/themes/generated/one-light.ts +0 -1599
- package/src/themes/generated/plastic.ts +0 -315
- package/src/themes/generated/poimandres.ts +0 -1233
- package/src/themes/generated/red.ts +0 -395
- package/src/themes/generated/rose-pine-dawn.ts +0 -696
- package/src/themes/generated/rose-pine-moon.ts +0 -696
- package/src/themes/generated/rose-pine.ts +0 -696
- package/src/themes/generated/slack-dark.ts +0 -594
- package/src/themes/generated/slack-ochin.ts +0 -461
- package/src/themes/generated/snazzy-light.ts +0 -1254
- package/src/themes/generated/solarized-dark.ts +0 -387
- package/src/themes/generated/solarized-light.ts +0 -379
- package/src/themes/generated/synthwave-84.ts +0 -751
- package/src/themes/generated/tokyo-night.ts +0 -1420
- package/src/themes/generated/vesper.ts +0 -578
- package/src/themes/generated/vitesse-black.ts +0 -629
- package/src/themes/generated/vitesse-dark.ts +0 -629
- package/src/themes/generated/vitesse-light.ts +0 -627
|
@@ -1,346 +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: '#23262E',
|
|
8
|
-
colors: {
|
|
9
|
-
'activityBar.background': '#23262E',
|
|
10
|
-
'activityBar.dropBackground': '#3a404e',
|
|
11
|
-
'activityBar.foreground': '#BAAFC0',
|
|
12
|
-
'activityBarBadge.background': '#00b0ff',
|
|
13
|
-
'activityBarBadge.foreground': '#20232B',
|
|
14
|
-
'badge.background': '#00b0ff',
|
|
15
|
-
'badge.foreground': '#20232B',
|
|
16
|
-
'button.background': '#00e8c5',
|
|
17
|
-
'button.hoverBackground': '#07d4b6',
|
|
18
|
-
'contrastBorder': '#565961',
|
|
19
|
-
'debugExceptionWidget.background': '#FF9F2E',
|
|
20
|
-
'debugExceptionWidget.border': '#FF9F2E',
|
|
21
|
-
'debugToolBar.background': '#20232A',
|
|
22
|
-
'descriptionForeground': '#746f77',
|
|
23
|
-
'diffEditor.insertedLineBackground': '#38473a',
|
|
24
|
-
'diffEditor.insertedTextBackground': '#29BF12',
|
|
25
|
-
'diffEditor.removedLineBackground': '#483032',
|
|
26
|
-
'diffEditor.removedTextBackground': '#F21B3F',
|
|
27
|
-
'dropdown.background': '#2b303b',
|
|
28
|
-
'dropdown.border': '#363c49',
|
|
29
|
-
'editor.background': '#23262E',
|
|
30
|
-
'editor.findMatchBackground': '#f39d12',
|
|
31
|
-
'editor.findMatchBorder': '#f39d12',
|
|
32
|
-
'editor.findMatchHighlightBackground': '#59b8b3',
|
|
33
|
-
'editor.foreground': '#D5CED9',
|
|
34
|
-
'editor.hoverHighlightBackground': '#373941',
|
|
35
|
-
'editor.lineHighlightBackground': '#2e323d',
|
|
36
|
-
'editor.lineHighlightBorder': '#2e323d',
|
|
37
|
-
'editor.rangeHighlightBackground': '#372F3C',
|
|
38
|
-
'editor.selectionBackground': '#3D4352',
|
|
39
|
-
'editor.selectionHighlightBackground': '#4F4355',
|
|
40
|
-
'editor.wordHighlightBackground': '#4F4355',
|
|
41
|
-
'editor.wordHighlightStrongBackground': '#db45a2',
|
|
42
|
-
'editorBracketMatch.background': '#746f77',
|
|
43
|
-
'editorBracketMatch.border': '#746f77',
|
|
44
|
-
'editorCodeLens.foreground': '#746f77',
|
|
45
|
-
'editorCursor.foreground': '#FFF',
|
|
46
|
-
'editorError.foreground': '#FC644D',
|
|
47
|
-
'editorGroup.background': '#23262E',
|
|
48
|
-
'editorGroup.border': '#1B1D23',
|
|
49
|
-
'editorGroup.dropBackground': '#495061',
|
|
50
|
-
'editorGroupHeader.tabsBackground': '#23262E',
|
|
51
|
-
'editorGutter.addedBackground': '#9BC53D',
|
|
52
|
-
'editorGutter.deletedBackground': '#FC644D',
|
|
53
|
-
'editorGutter.modifiedBackground': '#5BC0EB',
|
|
54
|
-
'editorHoverWidget.background': '#373941',
|
|
55
|
-
'editorHoverWidget.border': '#00e8c5',
|
|
56
|
-
'editorIndentGuide.activeBackground': '#585C66',
|
|
57
|
-
'editorIndentGuide.background': '#333844',
|
|
58
|
-
'editorLineNumber.foreground': '#746f77',
|
|
59
|
-
'editorLink.activeForeground': '#3B79C7',
|
|
60
|
-
'editorOverviewRuler.border': '#1B1D23',
|
|
61
|
-
'editorRuler.foreground': '#4F4355',
|
|
62
|
-
'editorSuggestWidget.background': '#20232A',
|
|
63
|
-
'editorSuggestWidget.border': '#372F3C',
|
|
64
|
-
'editorSuggestWidget.selectedBackground': '#373941',
|
|
65
|
-
'editorWarning.foreground': '#FF9F2E',
|
|
66
|
-
'editorWhitespace.foreground': '#333844',
|
|
67
|
-
'editorWidget.background': '#20232A',
|
|
68
|
-
'errorForeground': '#FC644D',
|
|
69
|
-
'extensionButton.prominentBackground': '#07d4b6',
|
|
70
|
-
'extensionButton.prominentHoverBackground': '#07d4b5',
|
|
71
|
-
'focusBorder': '#746f77',
|
|
72
|
-
'foreground': '#D5CED9',
|
|
73
|
-
'gitDecoration.addedResourceForeground': '#96E072',
|
|
74
|
-
'gitDecoration.deletedResourceForeground': '#ee5d43',
|
|
75
|
-
'gitDecoration.ignoredResourceForeground': '#555555',
|
|
76
|
-
'gitDecoration.modifiedResourceForeground': '#FFE66D',
|
|
77
|
-
'gitDecoration.untrackedResourceForeground': '#96E072',
|
|
78
|
-
'input.background': '#2b303b',
|
|
79
|
-
'input.border': '#746f77',
|
|
80
|
-
'input.foreground': '#D5CED9',
|
|
81
|
-
'input.placeholderForeground': '#746f77',
|
|
82
|
-
'inputOption.activeBorder': '#C668BA',
|
|
83
|
-
'inputValidation.errorBackground': '#D65343',
|
|
84
|
-
'inputValidation.errorBorder': '#D65343',
|
|
85
|
-
'inputValidation.infoBackground': '#3A6395',
|
|
86
|
-
'inputValidation.infoBorder': '#3A6395',
|
|
87
|
-
'inputValidation.warningBackground': '#DE9237',
|
|
88
|
-
'inputValidation.warningBorder': '#DE9237',
|
|
89
|
-
'list.activeSelectionBackground': '#23262E',
|
|
90
|
-
'list.activeSelectionForeground': '#00e8c6',
|
|
91
|
-
'list.dropBackground': '#3a404e',
|
|
92
|
-
'list.focusBackground': '#282b35',
|
|
93
|
-
'list.focusForeground': '#eee',
|
|
94
|
-
'list.hoverBackground': '#23262E',
|
|
95
|
-
'list.hoverForeground': '#eee',
|
|
96
|
-
'list.inactiveSelectionBackground': '#23262E',
|
|
97
|
-
'list.inactiveSelectionForeground': '#00e8c6',
|
|
98
|
-
'merge.currentContentBackground': '#F92672',
|
|
99
|
-
'merge.currentHeaderBackground': '#F92672',
|
|
100
|
-
'merge.incomingContentBackground': '#3B79C7',
|
|
101
|
-
'merge.incomingHeaderBackground': '#3B79C7',
|
|
102
|
-
'minimapSlider.activeBackground': '#606980',
|
|
103
|
-
'minimapSlider.background': '#586074',
|
|
104
|
-
'minimapSlider.hoverBackground': '#606980',
|
|
105
|
-
'notification.background': '#2d313b',
|
|
106
|
-
'notification.buttonBackground': '#00e8c5',
|
|
107
|
-
'notification.buttonHoverBackground': '#07d4b5',
|
|
108
|
-
'notification.errorBackground': '#FC644D',
|
|
109
|
-
'notification.infoBackground': '#00b0ff',
|
|
110
|
-
'notification.warningBackground': '#FF9F2E',
|
|
111
|
-
'panel.background': '#23262E',
|
|
112
|
-
'panel.border': '#1B1D23',
|
|
113
|
-
'panelTitle.activeBorder': '#23262E',
|
|
114
|
-
'panelTitle.inactiveForeground': '#746f77',
|
|
115
|
-
'peekView.border': '#23262E',
|
|
116
|
-
'peekViewEditor.background': '#1A1C22',
|
|
117
|
-
'peekViewEditor.matchHighlightBackground': '#FF9F2E',
|
|
118
|
-
'peekViewResult.background': '#1A1C22',
|
|
119
|
-
'peekViewResult.matchHighlightBackground': '#FF9F2E',
|
|
120
|
-
'peekViewResult.selectionBackground': '#23262E',
|
|
121
|
-
'peekViewTitle.background': '#1A1C22',
|
|
122
|
-
'peekViewTitleDescription.foreground': '#746f77',
|
|
123
|
-
'pickerGroup.border': '#4F4355',
|
|
124
|
-
'pickerGroup.foreground': '#746f77',
|
|
125
|
-
'progressBar.background': '#C668BA',
|
|
126
|
-
'scrollbar.shadow': '#23262E',
|
|
127
|
-
'scrollbarSlider.activeBackground': '#3A3F4C',
|
|
128
|
-
'scrollbarSlider.background': '#3A3F4C',
|
|
129
|
-
'scrollbarSlider.hoverBackground': '#3A3F4C',
|
|
130
|
-
'selection.background': '#746f77',
|
|
131
|
-
'sideBar.background': '#23262E',
|
|
132
|
-
'sideBar.foreground': '#999999',
|
|
133
|
-
'sideBarSectionHeader.background': '#23262E',
|
|
134
|
-
'sideBarSectionHeader.foreground': '#999999',
|
|
135
|
-
'sideBarTitle.foreground': '#00e8c6',
|
|
136
|
-
'statusBar.background': '#23262E',
|
|
137
|
-
'statusBar.debuggingBackground': '#FC644D',
|
|
138
|
-
'statusBar.noFolderBackground': '#23262E',
|
|
139
|
-
'statusBarItem.activeBackground': '#00e8c5',
|
|
140
|
-
'statusBarItem.hoverBackground': '#07d4b5',
|
|
141
|
-
'statusBarItem.prominentBackground': '#07d4b5',
|
|
142
|
-
'statusBarItem.prominentHoverBackground': '#00e8c5',
|
|
143
|
-
'tab.activeBackground': '#23262e',
|
|
144
|
-
'tab.activeBorder': '#00e8c6',
|
|
145
|
-
'tab.activeForeground': '#00e8c6',
|
|
146
|
-
'tab.inactiveBackground': '#23262E',
|
|
147
|
-
'tab.inactiveForeground': '#746f77',
|
|
148
|
-
'terminal.ansiBlue': '#7cb7ff',
|
|
149
|
-
'terminal.ansiBrightBlue': '#7cb7ff',
|
|
150
|
-
'terminal.ansiBrightCyan': '#00e8c6',
|
|
151
|
-
'terminal.ansiBrightGreen': '#96E072',
|
|
152
|
-
'terminal.ansiBrightMagenta': '#ff00aa',
|
|
153
|
-
'terminal.ansiBrightRed': '#ee5d43',
|
|
154
|
-
'terminal.ansiBrightYellow': '#FFE66D',
|
|
155
|
-
'terminal.ansiCyan': '#00e8c6',
|
|
156
|
-
'terminal.ansiGreen': '#96E072',
|
|
157
|
-
'terminal.ansiMagenta': '#ff00aa',
|
|
158
|
-
'terminal.ansiRed': '#ee5d43',
|
|
159
|
-
'terminal.ansiYellow': '#FFE66D',
|
|
160
|
-
'terminalCursor.background': '#23262E',
|
|
161
|
-
'terminalCursor.foreground': '#FFE66D',
|
|
162
|
-
'textLink.activeForeground': '#7cb7ff',
|
|
163
|
-
'textLink.foreground': '#3B79C7',
|
|
164
|
-
'titleBar.activeBackground': '#23262E',
|
|
165
|
-
'walkThrough.embeddedEditorBackground': '#23262E',
|
|
166
|
-
'widget.shadow': '#14151A',
|
|
167
|
-
},
|
|
168
|
-
displayName: 'Andromeeda',
|
|
169
|
-
fg: '#D5CED9',
|
|
170
|
-
name: 'andromeeda',
|
|
171
|
-
semanticTokenColors: {
|
|
172
|
-
'property.declaration:javascript': '#D5CED9',
|
|
173
|
-
'variable.defaultLibrary:javascript': '#f39c12',
|
|
174
|
-
},
|
|
175
|
-
settings: [
|
|
176
|
-
{
|
|
177
|
-
settings: {
|
|
178
|
-
background: '#23262E',
|
|
179
|
-
foreground: '#D5CED9',
|
|
180
|
-
},
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
scope: ['comment', 'markup.quote.markdown', 'meta.diff', 'meta.diff.header'],
|
|
184
|
-
settings: {
|
|
185
|
-
foreground: '#A0A1A7cc',
|
|
186
|
-
},
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
scope: [
|
|
190
|
-
'meta.template.expression.js',
|
|
191
|
-
'constant.name.attribute.tag.jade',
|
|
192
|
-
'punctuation.definition.metadata.markdown',
|
|
193
|
-
'punctuation.definition.string.end.markdown',
|
|
194
|
-
'punctuation.definition.string.begin.markdown',
|
|
195
|
-
'string.unquoted.cmake',
|
|
196
|
-
],
|
|
197
|
-
settings: {
|
|
198
|
-
foreground: '#D5CED9',
|
|
199
|
-
},
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
scope: [
|
|
203
|
-
'variable',
|
|
204
|
-
'support.variable',
|
|
205
|
-
'entity.name.tag.yaml',
|
|
206
|
-
'constant.character.entity.html',
|
|
207
|
-
'source.css entity.name.tag.reference',
|
|
208
|
-
'beginning.punctuation.definition.list.markdown',
|
|
209
|
-
'source.css entity.other.attribute-name.parent-selector',
|
|
210
|
-
'meta.structure.dictionary.json support.type.property-name',
|
|
211
|
-
],
|
|
212
|
-
settings: {
|
|
213
|
-
foreground: '#00e8c6',
|
|
214
|
-
},
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
scope: [
|
|
218
|
-
'markup.bold',
|
|
219
|
-
'constant.numeric',
|
|
220
|
-
'meta.group.regexp',
|
|
221
|
-
'constant.other.php',
|
|
222
|
-
'support.constant.ext.php',
|
|
223
|
-
'constant.other.class.php',
|
|
224
|
-
'support.constant.core.php',
|
|
225
|
-
'fenced_code.block.language',
|
|
226
|
-
'constant.other.caps.python',
|
|
227
|
-
'entity.other.attribute-name',
|
|
228
|
-
'support.type.exception.python',
|
|
229
|
-
'source.css keyword.other.unit',
|
|
230
|
-
'variable.other.object.property.js.jsx',
|
|
231
|
-
'variable.other.object.js',
|
|
232
|
-
],
|
|
233
|
-
settings: {
|
|
234
|
-
foreground: '#f39c12',
|
|
235
|
-
},
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
scope: [
|
|
239
|
-
'markup.list',
|
|
240
|
-
'text.xml string',
|
|
241
|
-
'entity.name.type',
|
|
242
|
-
'support.function',
|
|
243
|
-
'entity.other.attribute-name',
|
|
244
|
-
'meta.at-rule.extend',
|
|
245
|
-
'entity.name.function',
|
|
246
|
-
'entity.other.inherited-class',
|
|
247
|
-
'entity.other.keyframe-offset.css',
|
|
248
|
-
'text.html.markdown string.quoted',
|
|
249
|
-
'meta.function-call.generic.python',
|
|
250
|
-
'meta.at-rule.extend support.constant',
|
|
251
|
-
'entity.other.attribute-name.class.jade',
|
|
252
|
-
'source.css entity.other.attribute-name',
|
|
253
|
-
'text.xml punctuation.definition.string',
|
|
254
|
-
],
|
|
255
|
-
settings: {
|
|
256
|
-
foreground: '#FFE66D',
|
|
257
|
-
},
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
scope: [
|
|
261
|
-
'markup.heading',
|
|
262
|
-
'variable.language.this.js',
|
|
263
|
-
'variable.language.special.self.python',
|
|
264
|
-
],
|
|
265
|
-
settings: {
|
|
266
|
-
foreground: '#ff00aa',
|
|
267
|
-
},
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
scope: [
|
|
271
|
-
'punctuation.definition.interpolation',
|
|
272
|
-
'punctuation.section.embedded.end.php',
|
|
273
|
-
'punctuation.section.embedded.end.ruby',
|
|
274
|
-
'punctuation.section.embedded.begin.php',
|
|
275
|
-
'punctuation.section.embedded.begin.ruby',
|
|
276
|
-
'punctuation.definition.template-expression',
|
|
277
|
-
'entity.name.tag',
|
|
278
|
-
],
|
|
279
|
-
settings: {
|
|
280
|
-
foreground: '#f92672',
|
|
281
|
-
},
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
scope: [
|
|
285
|
-
'storage',
|
|
286
|
-
'keyword',
|
|
287
|
-
'meta.link',
|
|
288
|
-
'meta.image',
|
|
289
|
-
'markup.italic',
|
|
290
|
-
'source.js support.type',
|
|
291
|
-
'support.type',
|
|
292
|
-
],
|
|
293
|
-
settings: {
|
|
294
|
-
foreground: '#c74ded',
|
|
295
|
-
},
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
scope: ['string.regexp', 'markup.changed'],
|
|
299
|
-
settings: {
|
|
300
|
-
foreground: '#7cb7ff',
|
|
301
|
-
},
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
scope: [
|
|
305
|
-
'constant',
|
|
306
|
-
'support.class',
|
|
307
|
-
'keyword.operator',
|
|
308
|
-
'support.constant',
|
|
309
|
-
'text.html.markdown string',
|
|
310
|
-
'source.css support.function',
|
|
311
|
-
'source.php support.function',
|
|
312
|
-
'support.function.magic.python',
|
|
313
|
-
'entity.other.attribute-name.id',
|
|
314
|
-
'markup.deleted',
|
|
315
|
-
],
|
|
316
|
-
settings: {
|
|
317
|
-
foreground: '#ee5d43',
|
|
318
|
-
},
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
scope: [
|
|
322
|
-
'string',
|
|
323
|
-
'text.html.php string',
|
|
324
|
-
'markup.inline.raw',
|
|
325
|
-
'markup.inserted',
|
|
326
|
-
'punctuation.definition.string',
|
|
327
|
-
'punctuation.definition.markdown',
|
|
328
|
-
'text.html meta.embedded source.js string',
|
|
329
|
-
'text.html.php punctuation.definition.string',
|
|
330
|
-
'text.html meta.embedded source.js punctuation.definition.string',
|
|
331
|
-
'text.html punctuation.definition.string',
|
|
332
|
-
'text.html string',
|
|
333
|
-
],
|
|
334
|
-
settings: {
|
|
335
|
-
foreground: '#96E072',
|
|
336
|
-
},
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
scope: ['entity.other.inherited-class'],
|
|
340
|
-
settings: {
|
|
341
|
-
fontStyle: 'underline',
|
|
342
|
-
},
|
|
343
|
-
},
|
|
344
|
-
],
|
|
345
|
-
type: 'dark',
|
|
346
|
-
}
|