@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.
- package/package.json +1 -1
- package/src/actions.ts +47 -0
- package/src/defaults.ts +3 -0
- package/src/index.ts +9 -1
- package/src/normalize-theme.ts +260 -0
- package/src/themes/generated/andromeeda.ts +346 -0
- package/src/themes/generated/aurora-x.ts +603 -0
- package/src/themes/generated/ayu-dark.ts +817 -0
- package/src/themes/generated/ayu-light.ts +817 -0
- package/src/themes/generated/ayu-mirage.ts +817 -0
- package/src/themes/generated/catppuccin-frappe.ts +2041 -0
- package/src/themes/generated/catppuccin-latte.ts +2041 -0
- package/src/themes/generated/catppuccin-macchiato.ts +2041 -0
- package/src/themes/generated/catppuccin-mocha.ts +2041 -0
- package/src/themes/generated/dark-plus.ts +614 -0
- package/src/themes/generated/dracula-soft.ts +947 -0
- package/src/themes/generated/dracula.ts +947 -0
- package/src/themes/generated/everforest-dark.ts +2246 -0
- package/src/themes/generated/everforest-light.ts +2246 -0
- package/src/themes/generated/github-dark-default.ts +605 -0
- package/src/themes/generated/github-dark-dimmed.ts +605 -0
- package/src/themes/generated/github-dark-high-contrast.ts +608 -0
- package/src/themes/generated/github-dark.ts +519 -0
- package/src/themes/generated/github-light-default.ts +602 -0
- package/src/themes/generated/github-light-high-contrast.ts +604 -0
- package/src/themes/generated/github-light.ts +515 -0
- package/src/themes/generated/gruvbox-dark-hard.ts +1124 -0
- package/src/themes/generated/gruvbox-dark-medium.ts +1124 -0
- package/src/themes/generated/gruvbox-dark-soft.ts +1124 -0
- package/src/themes/generated/gruvbox-light-hard.ts +1124 -0
- package/src/themes/generated/gruvbox-light-medium.ts +1124 -0
- package/src/themes/generated/gruvbox-light-soft.ts +1124 -0
- package/src/themes/generated/horizon-bright.ts +420 -0
- package/src/themes/generated/horizon.ts +418 -0
- package/src/themes/generated/houston.ts +1819 -0
- package/src/themes/generated/index.ts +140 -0
- package/src/themes/generated/kanagawa-dragon.ts +753 -0
- package/src/themes/generated/kanagawa-lotus.ts +753 -0
- package/src/themes/generated/kanagawa-wave.ts +753 -0
- package/src/themes/generated/laserwave.ts +489 -0
- package/src/themes/generated/light-plus.ts +639 -0
- package/src/themes/generated/material-theme-darker.ts +759 -0
- package/src/themes/generated/material-theme-lighter.ts +759 -0
- package/src/themes/generated/material-theme-ocean.ts +759 -0
- package/src/themes/generated/material-theme-palenight.ts +759 -0
- package/src/themes/generated/material-theme.ts +759 -0
- package/src/themes/generated/min-dark.ts +326 -0
- package/src/themes/generated/min-light.ts +331 -0
- package/src/themes/generated/monokai.ts +463 -0
- package/src/themes/generated/night-owl-light.ts +1526 -0
- package/src/themes/generated/night-owl.ts +1628 -0
- package/src/themes/generated/nord.ts +1277 -0
- package/src/themes/generated/one-dark-pro.ts +1920 -0
- package/src/themes/generated/one-light.ts +1599 -0
- package/src/themes/generated/plastic.ts +315 -0
- package/src/themes/generated/poimandres.ts +1233 -0
- package/src/themes/generated/red.ts +395 -0
- package/src/themes/generated/rose-pine-dawn.ts +696 -0
- package/src/themes/generated/rose-pine-moon.ts +696 -0
- package/src/themes/generated/rose-pine.ts +696 -0
- package/src/themes/generated/slack-dark.ts +594 -0
- package/src/themes/generated/slack-ochin.ts +461 -0
- package/src/themes/generated/snazzy-light.ts +1254 -0
- package/src/themes/generated/solarized-dark.ts +387 -0
- package/src/themes/generated/solarized-light.ts +379 -0
- package/src/themes/generated/synthwave-84.ts +751 -0
- package/src/themes/generated/tokyo-night.ts +1420 -0
- package/src/themes/generated/vesper.ts +578 -0
- package/src/themes/generated/vitesse-black.ts +629 -0
- package/src/themes/generated/vitesse-dark.ts +629 -0
- package/src/themes/generated/vitesse-light.ts +627 -0
- package/src/themes.ts +57 -10
- package/src/types.ts +29 -4
- package/src/themes.generated.ts +0 -59794
|
@@ -0,0 +1,489 @@
|
|
|
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: '#27212e',
|
|
8
|
+
colors: {
|
|
9
|
+
'activityBar.activeBorder': '#EB64B9',
|
|
10
|
+
'activityBar.background': '#27212e',
|
|
11
|
+
'activityBar.foreground': '#ddd',
|
|
12
|
+
'activityBarBadge.background': '#EB64B9',
|
|
13
|
+
'button.background': '#EB64B9',
|
|
14
|
+
'contrastBorder': '#5a5461',
|
|
15
|
+
'descriptionForeground': '#88858c',
|
|
16
|
+
'diffEditor.border': '#b4dce7',
|
|
17
|
+
'diffEditor.insertedLineBackground': '#354349',
|
|
18
|
+
'diffEditor.insertedTextBackground': '#74dfc4',
|
|
19
|
+
'diffEditor.removedLineBackground': '#403249',
|
|
20
|
+
'diffEditor.removedTextBackground': '#eb64b9',
|
|
21
|
+
'editor.background': '#27212e',
|
|
22
|
+
'editor.findMatchBackground': '#40b4c4',
|
|
23
|
+
'editor.findMatchHighlightBackground': '#40b4c4',
|
|
24
|
+
'editor.foreground': '#ffffff',
|
|
25
|
+
'editor.lineHighlightBackground': '#2f2936',
|
|
26
|
+
'editor.selectionBackground': '#eb64b9',
|
|
27
|
+
'editor.selectionHighlightBackground': '#eb64b9',
|
|
28
|
+
'editor.wordHighlightBackground': '#eb64b9',
|
|
29
|
+
'editorCursor.foreground': '#ffffff',
|
|
30
|
+
'editorError.foreground': '#ff3e7b',
|
|
31
|
+
'editorGroup.border': '#4d4754',
|
|
32
|
+
'editorGroupHeader.tabsBackground': '#242029',
|
|
33
|
+
'editorGutter.addedBackground': '#74dfc4',
|
|
34
|
+
'editorGutter.deletedBackground': '#eb64B9',
|
|
35
|
+
'editorGutter.modifiedBackground': '#40b4c4',
|
|
36
|
+
'editorLineNumber.foreground': '#88858c',
|
|
37
|
+
'editorSuggestWidget.border': '#b4dce7',
|
|
38
|
+
'editorWarning.foreground': '#ffe261',
|
|
39
|
+
'editorWidget.background': '#27212e',
|
|
40
|
+
'errorForeground': '#ff3e7b',
|
|
41
|
+
'focusBorder': '#EB64B9',
|
|
42
|
+
'foreground': '#ffffff',
|
|
43
|
+
'gitDecoration.addedResourceForeground': '#74dfc4',
|
|
44
|
+
'gitDecoration.conflictingResourceForeground': '#EB64B9',
|
|
45
|
+
'gitDecoration.deletedResourceForeground': '#b381c5',
|
|
46
|
+
'gitDecoration.ignoredResourceForeground': '#92889d',
|
|
47
|
+
'gitDecoration.modifiedResourceForeground': '#74dfc4',
|
|
48
|
+
'gitDecoration.untrackedResourceForeground': '#40b4c4',
|
|
49
|
+
'input.background': '#3a3242',
|
|
50
|
+
'input.border': '#964c7b',
|
|
51
|
+
'input.foreground': '#ffffff',
|
|
52
|
+
'inputOption.activeBorder': '#EB64B9',
|
|
53
|
+
'list.activeSelectionBackground': '#eb64b9',
|
|
54
|
+
'list.activeSelectionForeground': '#eee',
|
|
55
|
+
'list.dropBackground': '#74dfc4',
|
|
56
|
+
'list.errorForeground': '#ff3e7b',
|
|
57
|
+
'list.focusBackground': '#eb64ba',
|
|
58
|
+
'list.highlightForeground': '#eb64b9',
|
|
59
|
+
'list.hoverBackground': '#91889b',
|
|
60
|
+
'list.hoverForeground': '#eee',
|
|
61
|
+
'list.inactiveSelectionBackground': '#eb64b9',
|
|
62
|
+
'list.inactiveSelectionForeground': '#ddd',
|
|
63
|
+
'list.invalidItemForeground': '#fff',
|
|
64
|
+
'menu.background': '#27212e',
|
|
65
|
+
'merge.currentContentBackground': '#74dfc4',
|
|
66
|
+
'merge.currentHeaderBackground': '#74dfc4',
|
|
67
|
+
'merge.incomingContentBackground': '#40b4c4',
|
|
68
|
+
'merge.incomingHeaderBackground': '#40b4c4',
|
|
69
|
+
'notifications.background': '#3e3549',
|
|
70
|
+
'panel.background': '#27212e',
|
|
71
|
+
'panel.border': '#4d4754',
|
|
72
|
+
'peekView.border': '#40b4c4',
|
|
73
|
+
'peekViewEditor.background': '#40b5c4',
|
|
74
|
+
'peekViewEditor.matchHighlightBackground': '#40b5c4',
|
|
75
|
+
'peekViewResult.matchHighlightBackground': '#27212e',
|
|
76
|
+
'peekViewResult.selectionBackground': '#40b4c4',
|
|
77
|
+
'progressBar.background': '#40b4c4',
|
|
78
|
+
'sideBar.background': '#27212e',
|
|
79
|
+
'sideBar.foreground': '#ddd',
|
|
80
|
+
'sideBarSectionHeader.background': '#27212e',
|
|
81
|
+
'sideBarSectionHeader.foreground': '#ddd',
|
|
82
|
+
'sideBarTitle.foreground': '#EB64B9',
|
|
83
|
+
'statusBar.background': '#EB64B9',
|
|
84
|
+
'statusBar.debuggingBackground': '#74dfc4',
|
|
85
|
+
'statusBar.foreground': '#27212e',
|
|
86
|
+
'statusBar.noFolderBackground': '#EB64B9',
|
|
87
|
+
'tab.activeBorder': '#EB64B9',
|
|
88
|
+
'tab.inactiveBackground': '#242029',
|
|
89
|
+
'terminal.ansiBlue': '#40b4c4',
|
|
90
|
+
'terminal.ansiCyan': '#b4dce7',
|
|
91
|
+
'terminal.ansiGreen': '#74dfc4',
|
|
92
|
+
'terminal.ansiMagenta': '#b381c5',
|
|
93
|
+
'terminal.ansiRed': '#EB64B9',
|
|
94
|
+
'terminal.ansiYellow': '#ffe261',
|
|
95
|
+
'textLink.activeForeground': '#40b4c4',
|
|
96
|
+
'textLink.foreground': '#40b4c4',
|
|
97
|
+
'titleBar.activeBackground': '#27212e',
|
|
98
|
+
'titleBar.inactiveBackground': '#27212e',
|
|
99
|
+
'tree.indentGuidesStroke': '#ffffff',
|
|
100
|
+
},
|
|
101
|
+
displayName: 'LaserWave',
|
|
102
|
+
fg: '#ffffff',
|
|
103
|
+
name: 'laserwave',
|
|
104
|
+
settings: [
|
|
105
|
+
{
|
|
106
|
+
settings: {
|
|
107
|
+
background: '#27212e',
|
|
108
|
+
foreground: '#ffffff',
|
|
109
|
+
},
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
scope: [
|
|
113
|
+
'keyword.other',
|
|
114
|
+
'keyword.control',
|
|
115
|
+
'storage.type.class.js',
|
|
116
|
+
'keyword.control.module.js',
|
|
117
|
+
'storage.type.extends.js',
|
|
118
|
+
'variable.language.this.js',
|
|
119
|
+
'keyword.control.switch.js',
|
|
120
|
+
'keyword.control.loop.js',
|
|
121
|
+
'keyword.control.conditional.js',
|
|
122
|
+
'keyword.control.flow.js',
|
|
123
|
+
'keyword.operator.accessor.js',
|
|
124
|
+
'keyword.other.important.css',
|
|
125
|
+
'keyword.control.at-rule.media.scss',
|
|
126
|
+
'entity.name.tag.reference.scss',
|
|
127
|
+
'meta.class.python',
|
|
128
|
+
'storage.type.function.python',
|
|
129
|
+
'keyword.control.flow.python',
|
|
130
|
+
'storage.type.function.js',
|
|
131
|
+
'keyword.control.export.ts',
|
|
132
|
+
'keyword.control.flow.ts',
|
|
133
|
+
'keyword.control.from.ts',
|
|
134
|
+
'keyword.control.import.ts',
|
|
135
|
+
'storage.type.class.ts',
|
|
136
|
+
'keyword.control.loop.ts',
|
|
137
|
+
'keyword.control.ruby',
|
|
138
|
+
'keyword.control.module.ruby',
|
|
139
|
+
'keyword.control.class.ruby',
|
|
140
|
+
'keyword.other.special-method.ruby',
|
|
141
|
+
'keyword.control.def.ruby',
|
|
142
|
+
'markup.heading',
|
|
143
|
+
'keyword.other.import.java',
|
|
144
|
+
'keyword.other.package.java',
|
|
145
|
+
'storage.modifier.java',
|
|
146
|
+
'storage.modifier.extends.java',
|
|
147
|
+
'storage.modifier.implements.java',
|
|
148
|
+
'storage.modifier.cs',
|
|
149
|
+
'storage.modifier.js',
|
|
150
|
+
'storage.modifier.dart',
|
|
151
|
+
'keyword.declaration.dart',
|
|
152
|
+
'keyword.package.go',
|
|
153
|
+
'keyword.import.go',
|
|
154
|
+
'keyword.fsharp',
|
|
155
|
+
'variable.parameter.function-call.python',
|
|
156
|
+
],
|
|
157
|
+
settings: {
|
|
158
|
+
foreground: '#40b4c4',
|
|
159
|
+
},
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
scope: [
|
|
163
|
+
'binding.fsharp',
|
|
164
|
+
'support.function',
|
|
165
|
+
'meta.function-call',
|
|
166
|
+
'entity.name.function',
|
|
167
|
+
'support.function.misc.scss',
|
|
168
|
+
'meta.method.declaration.ts',
|
|
169
|
+
'entity.name.function.method.js',
|
|
170
|
+
],
|
|
171
|
+
settings: {
|
|
172
|
+
foreground: '#EB64B9',
|
|
173
|
+
},
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
scope: ['string', 'string.quoted', 'string.unquoted', 'string.other.link.title.markdown'],
|
|
177
|
+
settings: {
|
|
178
|
+
foreground: '#b4dce7',
|
|
179
|
+
},
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
scope: ['constant.numeric'],
|
|
183
|
+
settings: {
|
|
184
|
+
foreground: '#b381c5',
|
|
185
|
+
},
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
scope: [
|
|
189
|
+
'meta.brace',
|
|
190
|
+
'punctuation',
|
|
191
|
+
'punctuation.bracket',
|
|
192
|
+
'punctuation.section',
|
|
193
|
+
'punctuation.separator',
|
|
194
|
+
'punctuation.comma.dart',
|
|
195
|
+
'punctuation.terminator',
|
|
196
|
+
'punctuation.definition',
|
|
197
|
+
'punctuation.parenthesis',
|
|
198
|
+
'meta.delimiter.comma.js',
|
|
199
|
+
'meta.brace.curly.litobj.js',
|
|
200
|
+
'punctuation.definition.tag',
|
|
201
|
+
'puncatuation.other.comma.go',
|
|
202
|
+
'punctuation.section.embedded',
|
|
203
|
+
'punctuation.definition.string',
|
|
204
|
+
'punctuation.definition.tag.jsx',
|
|
205
|
+
'punctuation.definition.tag.end',
|
|
206
|
+
'punctuation.definition.markdown',
|
|
207
|
+
'punctuation.terminator.rule.css',
|
|
208
|
+
'punctuation.definition.block.ts',
|
|
209
|
+
'punctuation.definition.tag.html',
|
|
210
|
+
'punctuation.section.class.end.js',
|
|
211
|
+
'punctuation.definition.tag.begin',
|
|
212
|
+
'punctuation.squarebracket.open.cs',
|
|
213
|
+
'punctuation.separator.dict.python',
|
|
214
|
+
'punctuation.section.function.scss',
|
|
215
|
+
'punctuation.section.class.begin.js',
|
|
216
|
+
'punctuation.section.array.end.ruby',
|
|
217
|
+
'punctuation.separator.key-value.js',
|
|
218
|
+
'meta.method-call.with-arguments.js',
|
|
219
|
+
'punctuation.section.scope.end.ruby',
|
|
220
|
+
'punctuation.squarebracket.close.cs',
|
|
221
|
+
'punctuation.separator.key-value.css',
|
|
222
|
+
'punctuation.definition.constant.css',
|
|
223
|
+
'punctuation.section.array.begin.ruby',
|
|
224
|
+
'punctuation.section.scope.begin.ruby',
|
|
225
|
+
'punctuation.definition.string.end.js',
|
|
226
|
+
'punctuation.definition.parameters.ruby',
|
|
227
|
+
'punctuation.definition.string.begin.js',
|
|
228
|
+
'punctuation.section.class.begin.python',
|
|
229
|
+
'storage.modifier.array.bracket.square.c',
|
|
230
|
+
'punctuation.separator.parameters.python',
|
|
231
|
+
'punctuation.section.group.end.powershell',
|
|
232
|
+
'punctuation.definition.parameters.end.ts',
|
|
233
|
+
'punctuation.section.braces.end.powershell',
|
|
234
|
+
'punctuation.section.function.begin.python',
|
|
235
|
+
'punctuation.definition.parameters.begin.ts',
|
|
236
|
+
'punctuation.section.bracket.end.powershell',
|
|
237
|
+
'punctuation.section.group.begin.powershell',
|
|
238
|
+
'punctuation.section.braces.begin.powershell',
|
|
239
|
+
'punctuation.definition.parameters.end.python',
|
|
240
|
+
'punctuation.definition.typeparameters.end.cs',
|
|
241
|
+
'punctuation.section.bracket.begin.powershell',
|
|
242
|
+
'punctuation.definition.arguments.begin.python',
|
|
243
|
+
'punctuation.definition.parameters.begin.python',
|
|
244
|
+
'punctuation.definition.typeparameters.begin.cs',
|
|
245
|
+
'punctuation.section.block.begin.bracket.curly.c',
|
|
246
|
+
'punctuation.definition.map.begin.bracket.round.scss',
|
|
247
|
+
'punctuation.section.property-list.end.bracket.curly.css',
|
|
248
|
+
'punctuation.definition.parameters.end.bracket.round.java',
|
|
249
|
+
'punctuation.section.property-list.begin.bracket.curly.css',
|
|
250
|
+
'punctuation.definition.parameters.begin.bracket.round.java',
|
|
251
|
+
],
|
|
252
|
+
settings: {
|
|
253
|
+
foreground: '#7b6995',
|
|
254
|
+
},
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
scope: [
|
|
258
|
+
'keyword.operator',
|
|
259
|
+
'meta.decorator.ts',
|
|
260
|
+
'entity.name.type.ts',
|
|
261
|
+
'punctuation.dot.dart',
|
|
262
|
+
'keyword.symbol.fsharp',
|
|
263
|
+
'punctuation.accessor.ts',
|
|
264
|
+
'punctuation.accessor.cs',
|
|
265
|
+
'keyword.operator.logical',
|
|
266
|
+
'meta.tag.inline.any.html',
|
|
267
|
+
'punctuation.separator.java',
|
|
268
|
+
'keyword.operator.comparison',
|
|
269
|
+
'keyword.operator.arithmetic',
|
|
270
|
+
'keyword.operator.assignment',
|
|
271
|
+
'keyword.operator.ternary.js',
|
|
272
|
+
'keyword.operator.other.ruby',
|
|
273
|
+
'keyword.operator.logical.js',
|
|
274
|
+
'punctuation.other.period.go',
|
|
275
|
+
'keyword.operator.increment.ts',
|
|
276
|
+
'keyword.operator.increment.js',
|
|
277
|
+
'storage.type.function.arrow.js',
|
|
278
|
+
'storage.type.function.arrow.ts',
|
|
279
|
+
'keyword.operator.relational.js',
|
|
280
|
+
'keyword.operator.relational.ts',
|
|
281
|
+
'keyword.operator.arithmetic.js',
|
|
282
|
+
'keyword.operator.assignment.js',
|
|
283
|
+
'storage.type.function.arrow.tsx',
|
|
284
|
+
'keyword.operator.logical.python',
|
|
285
|
+
'punctuation.separator.period.java',
|
|
286
|
+
'punctuation.separator.method.ruby',
|
|
287
|
+
'keyword.operator.assignment.python',
|
|
288
|
+
'keyword.operator.arithmetic.python',
|
|
289
|
+
'keyword.operator.increment-decrement.java',
|
|
290
|
+
],
|
|
291
|
+
settings: {
|
|
292
|
+
foreground: '#74dfc4',
|
|
293
|
+
},
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
scope: ['comment', 'punctuation.definition.comment'],
|
|
297
|
+
settings: {
|
|
298
|
+
foreground: '#91889b',
|
|
299
|
+
},
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
scope: [
|
|
303
|
+
'meta.tag.sgml',
|
|
304
|
+
'entity.name.tag',
|
|
305
|
+
'entity.name.tag.open.jsx',
|
|
306
|
+
'entity.name.tag.close.jsx',
|
|
307
|
+
'entity.name.tag.inline.any.html',
|
|
308
|
+
'entity.name.tag.structure.any.html',
|
|
309
|
+
],
|
|
310
|
+
settings: {
|
|
311
|
+
foreground: '#74dfc4',
|
|
312
|
+
},
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
scope: [
|
|
316
|
+
'variable.other.enummember',
|
|
317
|
+
'entity.other.attribute-name',
|
|
318
|
+
'entity.other.attribute-name.jsx',
|
|
319
|
+
'entity.other.attribute-name.html',
|
|
320
|
+
'entity.other.attribute-name.id.css',
|
|
321
|
+
'entity.other.attribute-name.id.html',
|
|
322
|
+
'entity.other.attribute-name.class.css',
|
|
323
|
+
],
|
|
324
|
+
settings: {
|
|
325
|
+
foreground: '#EB64B9',
|
|
326
|
+
},
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
scope: [
|
|
330
|
+
'variable.other.property',
|
|
331
|
+
'variable.parameter.fsharp',
|
|
332
|
+
'support.variable.property.js',
|
|
333
|
+
'support.type.property-name.css',
|
|
334
|
+
'support.type.property-name.json',
|
|
335
|
+
'support.variable.property.dom.js',
|
|
336
|
+
],
|
|
337
|
+
settings: {
|
|
338
|
+
foreground: '#40b4c4',
|
|
339
|
+
},
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
scope: [
|
|
343
|
+
'constant.language',
|
|
344
|
+
'constant.other.elm',
|
|
345
|
+
'constant.language.c',
|
|
346
|
+
'variable.language.dart',
|
|
347
|
+
'variable.language.this',
|
|
348
|
+
'support.class.builtin.js',
|
|
349
|
+
'support.constant.json.ts',
|
|
350
|
+
'support.class.console.ts',
|
|
351
|
+
'support.class.console.js',
|
|
352
|
+
'variable.language.this.js',
|
|
353
|
+
'variable.language.this.ts',
|
|
354
|
+
'entity.name.section.fsharp',
|
|
355
|
+
'support.type.object.dom.js',
|
|
356
|
+
'variable.other.constant.js',
|
|
357
|
+
'variable.language.self.ruby',
|
|
358
|
+
'variable.other.constant.ruby',
|
|
359
|
+
'support.type.object.console.js',
|
|
360
|
+
'constant.language.undefined.js',
|
|
361
|
+
'support.function.builtin.python',
|
|
362
|
+
'constant.language.boolean.true.js',
|
|
363
|
+
'constant.language.boolean.false.js',
|
|
364
|
+
'variable.language.special.self.python',
|
|
365
|
+
'support.constant.automatic.powershell',
|
|
366
|
+
],
|
|
367
|
+
settings: {
|
|
368
|
+
foreground: '#ffe261',
|
|
369
|
+
},
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
scope: [
|
|
373
|
+
'variable.other',
|
|
374
|
+
'variable.scss',
|
|
375
|
+
'meta.function-call.c',
|
|
376
|
+
'variable.parameter.ts',
|
|
377
|
+
'variable.parameter.dart',
|
|
378
|
+
'variable.other.class.js',
|
|
379
|
+
'variable.other.object.js',
|
|
380
|
+
'variable.other.object.ts',
|
|
381
|
+
'support.function.json.ts',
|
|
382
|
+
'variable.name.source.dart',
|
|
383
|
+
'variable.other.source.dart',
|
|
384
|
+
'variable.other.readwrite.js',
|
|
385
|
+
'variable.other.readwrite.ts',
|
|
386
|
+
'support.function.console.ts',
|
|
387
|
+
'entity.name.type.instance.js',
|
|
388
|
+
'meta.function-call.arguments',
|
|
389
|
+
'variable.other.property.dom.ts',
|
|
390
|
+
'support.variable.property.dom.ts',
|
|
391
|
+
'variable.other.readwrite.powershell',
|
|
392
|
+
],
|
|
393
|
+
settings: {
|
|
394
|
+
foreground: '#fff',
|
|
395
|
+
},
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
scope: [
|
|
399
|
+
'storage.type.annotation',
|
|
400
|
+
'punctuation.definition.annotation',
|
|
401
|
+
'support.function.attribute.fsharp',
|
|
402
|
+
],
|
|
403
|
+
settings: {
|
|
404
|
+
foreground: '#74dfc4',
|
|
405
|
+
},
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
scope: [
|
|
409
|
+
'entity.name.type',
|
|
410
|
+
'storage.type',
|
|
411
|
+
'keyword.var.go',
|
|
412
|
+
'keyword.type.go',
|
|
413
|
+
'keyword.type.js',
|
|
414
|
+
'storage.type.js',
|
|
415
|
+
'storage.type.ts',
|
|
416
|
+
'keyword.type.cs',
|
|
417
|
+
'keyword.const.go',
|
|
418
|
+
'keyword.struct.go',
|
|
419
|
+
'support.class.dart',
|
|
420
|
+
'storage.modifier.c',
|
|
421
|
+
'storage.modifier.ts',
|
|
422
|
+
'keyword.function.go',
|
|
423
|
+
'keyword.operator.new.ts',
|
|
424
|
+
'meta.type.annotation.ts',
|
|
425
|
+
'entity.name.type.fsharp',
|
|
426
|
+
'meta.type.annotation.tsx',
|
|
427
|
+
'storage.modifier.async.js',
|
|
428
|
+
'punctuation.definition.variable.ruby',
|
|
429
|
+
'punctuation.definition.constant.ruby',
|
|
430
|
+
],
|
|
431
|
+
settings: {
|
|
432
|
+
foreground: '#a96bc0',
|
|
433
|
+
},
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
scope: ['markup.bold', 'markup.italic'],
|
|
437
|
+
settings: {
|
|
438
|
+
foreground: '#EB64B9',
|
|
439
|
+
},
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
scope: ['meta.object-literal.key.js', 'constant.other.object.key.js'],
|
|
443
|
+
settings: {
|
|
444
|
+
foreground: '#40b4c4',
|
|
445
|
+
},
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
scope: [],
|
|
449
|
+
settings: {
|
|
450
|
+
foreground: '#ffb85b',
|
|
451
|
+
},
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
scope: ['meta.diff', 'meta.diff.header'],
|
|
455
|
+
settings: {
|
|
456
|
+
foreground: '#40b4c4',
|
|
457
|
+
},
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
scope: ['meta.diff.range.unified'],
|
|
461
|
+
settings: {
|
|
462
|
+
foreground: '#b381c5',
|
|
463
|
+
},
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
scope: [
|
|
467
|
+
'markup.deleted',
|
|
468
|
+
'punctuation.definition.deleted.diff',
|
|
469
|
+
'punctuation.definition.from-file.diff',
|
|
470
|
+
'meta.diff.header.from-file',
|
|
471
|
+
],
|
|
472
|
+
settings: {
|
|
473
|
+
foreground: '#eb64b9',
|
|
474
|
+
},
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
scope: [
|
|
478
|
+
'markup.inserted',
|
|
479
|
+
'punctuation.definition.inserted.diff',
|
|
480
|
+
'punctuation.definition.to-file.diff',
|
|
481
|
+
'meta.diff.header.to-file',
|
|
482
|
+
],
|
|
483
|
+
settings: {
|
|
484
|
+
foreground: '#74dfc4',
|
|
485
|
+
},
|
|
486
|
+
},
|
|
487
|
+
],
|
|
488
|
+
type: 'dark',
|
|
489
|
+
}
|