@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,1254 @@
|
|
|
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: '#FAFBFC',
|
|
8
|
+
colors: {
|
|
9
|
+
'activityBar.background': '#E7E8E6',
|
|
10
|
+
'activityBar.foreground': '#2DAE58',
|
|
11
|
+
'activityBar.inactiveForeground': '#686968',
|
|
12
|
+
'activityBarBadge.background': '#09A1ED',
|
|
13
|
+
'badge.background': '#09A1ED',
|
|
14
|
+
'badge.foreground': '#ffffff',
|
|
15
|
+
'button.background': '#2DAE58',
|
|
16
|
+
'contrastBorder': '#ffffff',
|
|
17
|
+
'debugExceptionWidget.background': '#FFAEAC',
|
|
18
|
+
'debugExceptionWidget.border': '#FF5C57',
|
|
19
|
+
'debugToolBar.border': '#E9EAEB',
|
|
20
|
+
'descriptionForeground': '#9194A2',
|
|
21
|
+
'diffEditor.insertedLineBackground': '#d5edde',
|
|
22
|
+
'diffEditor.insertedTextBackground': '#2DAE58',
|
|
23
|
+
'diffEditor.removedLineBackground': '#fbdede',
|
|
24
|
+
'diffEditor.removedTextBackground': '#FFAEAC',
|
|
25
|
+
'dropdown.border': '#E9EAEB',
|
|
26
|
+
'editor.background': '#FAFBFC',
|
|
27
|
+
'editor.findMatchBackground': '#00E6E0',
|
|
28
|
+
'editor.findMatchHighlightBackground': '#00E6E0',
|
|
29
|
+
'editor.findRangeHighlightBackground': '#F5B900',
|
|
30
|
+
'editor.focusedStackFrameHighlightBackground': '#2DAE58',
|
|
31
|
+
'editor.foreground': '#565869',
|
|
32
|
+
'editor.hoverHighlightBackground': '#00E6E0',
|
|
33
|
+
'editor.lineHighlightBackground': '#ffffff',
|
|
34
|
+
'editor.rangeHighlightBackground': '#F5B900',
|
|
35
|
+
'editor.selectionBackground': '#2DAE58',
|
|
36
|
+
'editor.snippetTabstopHighlightBackground': '#ADB1C2',
|
|
37
|
+
'editor.stackFrameHighlightBackground': '#F5B900',
|
|
38
|
+
'editor.wordHighlightBackground': '#ADB1C2',
|
|
39
|
+
'editorCursor.foreground': '#565869',
|
|
40
|
+
'editorError.foreground': '#FF5C56',
|
|
41
|
+
'editorGroup.border': '#ffffff',
|
|
42
|
+
'editorGroup.emptyBackground': '#F3F4F5',
|
|
43
|
+
'editorGroupHeader.tabsBackground': '#F3F4F5',
|
|
44
|
+
'editorGutter.addedBackground': '#2DAE58',
|
|
45
|
+
'editorGutter.deletedBackground': '#FF5C57',
|
|
46
|
+
'editorGutter.modifiedBackground': '#00A39F',
|
|
47
|
+
'editorInlayHint.background': '#E9EAEB',
|
|
48
|
+
'editorInlayHint.foreground': '#565869',
|
|
49
|
+
'editorLineNumber.activeForeground': '#35CF68',
|
|
50
|
+
'editorLineNumber.foreground': '#9194A2',
|
|
51
|
+
'editorLink.activeForeground': '#35CF68',
|
|
52
|
+
'editorOverviewRuler.addedForeground': '#2DAE58',
|
|
53
|
+
'editorOverviewRuler.deletedForeground': '#FF5C57',
|
|
54
|
+
'editorOverviewRuler.errorForeground': '#FF5C56',
|
|
55
|
+
'editorOverviewRuler.findMatchForeground': '#13BBB7',
|
|
56
|
+
'editorOverviewRuler.modifiedForeground': '#00A39F',
|
|
57
|
+
'editorOverviewRuler.warningForeground': '#CF9C00',
|
|
58
|
+
'editorOverviewRuler.wordHighlightForeground': '#ADB1C2',
|
|
59
|
+
'editorOverviewRuler.wordHighlightStrongForeground': '#35CF68',
|
|
60
|
+
'editorWarning.foreground': '#CF9C00',
|
|
61
|
+
'editorWhitespace.foreground': '#ADB1C2',
|
|
62
|
+
'editorWidget.background': '#F3F4F5',
|
|
63
|
+
'errorForeground': '#FF5C56',
|
|
64
|
+
'extensionButton.prominentBackground': '#2DAE58',
|
|
65
|
+
'extensionButton.prominentHoverBackground': '#238744',
|
|
66
|
+
'focusBorder': '#09A1ED',
|
|
67
|
+
'foreground': '#686968',
|
|
68
|
+
'gitDecoration.addedResourceForeground': '#2DAE58',
|
|
69
|
+
'gitDecoration.deletedResourceForeground': '#FF5C57',
|
|
70
|
+
'gitDecoration.modifiedResourceForeground': '#00A39F',
|
|
71
|
+
'gitDecoration.untrackedResourceForeground': '#2DAE58',
|
|
72
|
+
'input.background': '#f0f1f2',
|
|
73
|
+
'input.border': '#E9EAEB',
|
|
74
|
+
'input.foreground': '#565869',
|
|
75
|
+
'list.activeSelectionBackground': '#09A1ED',
|
|
76
|
+
'list.activeSelectionForeground': '#ffffff',
|
|
77
|
+
'list.errorForeground': '#FF5C56',
|
|
78
|
+
'list.focusBackground': '#BCE7FC',
|
|
79
|
+
'list.focusForeground': '#11658F',
|
|
80
|
+
'list.hoverBackground': '#E9EAEB',
|
|
81
|
+
'list.inactiveSelectionBackground': '#89B5CB',
|
|
82
|
+
'list.warningForeground': '#B38700',
|
|
83
|
+
'menu.background': '#FAFBFC',
|
|
84
|
+
'menu.selectionBackground': '#E9EAEB',
|
|
85
|
+
'menu.selectionForeground': '#686968',
|
|
86
|
+
'menubar.selectionBackground': '#E9EAEB',
|
|
87
|
+
'menubar.selectionForeground': '#686968',
|
|
88
|
+
'merge.currentContentBackground': '#35CF68',
|
|
89
|
+
'merge.currentHeaderBackground': '#35CF68',
|
|
90
|
+
'merge.incomingContentBackground': '#14B1FF',
|
|
91
|
+
'merge.incomingHeaderBackground': '#14B1FF',
|
|
92
|
+
'panel.background': '#FAFBFC',
|
|
93
|
+
'panel.border': '#ffffff',
|
|
94
|
+
'peekView.border': '#09A1ED',
|
|
95
|
+
'peekViewEditor.background': '#14B1FF',
|
|
96
|
+
'peekViewEditor.matchHighlightBackground': '#F5B900',
|
|
97
|
+
'peekViewEditor.matchHighlightBorder': '#F5B900',
|
|
98
|
+
'peekViewEditorStickyScroll.background': '#EDF4FB',
|
|
99
|
+
'peekViewResult.matchHighlightBackground': '#F5B900',
|
|
100
|
+
'peekViewResult.selectionBackground': '#09A1ED',
|
|
101
|
+
'peekViewResult.selectionForeground': '#FFFFFF',
|
|
102
|
+
'peekViewTitle.background': '#09A1ED',
|
|
103
|
+
'selection.background': '#2DAE58',
|
|
104
|
+
'settings.modifiedItemIndicator': '#13BBB7',
|
|
105
|
+
'sideBar.background': '#F3F4F5',
|
|
106
|
+
'sideBar.border': '#DEDFE0',
|
|
107
|
+
'sideBar.foreground': '#565869',
|
|
108
|
+
'sideBarSectionHeader.background': '#E9EAEB',
|
|
109
|
+
'sideBarSectionHeader.border': '#DEDFE0',
|
|
110
|
+
'sideBarSectionHeader.foreground': '#8f919c',
|
|
111
|
+
'statusBar.background': '#2DAE58',
|
|
112
|
+
'statusBar.debuggingBackground': '#13BBB7',
|
|
113
|
+
'statusBar.debuggingBorder': '#00A39F',
|
|
114
|
+
'statusBar.noFolderBackground': '#565869',
|
|
115
|
+
'statusBarItem.remoteBackground': '#238744',
|
|
116
|
+
'tab.activeBorderTop': '#2DAE58',
|
|
117
|
+
'terminal.ansiBlack': '#565869',
|
|
118
|
+
'terminal.ansiBlue': '#09A1ED',
|
|
119
|
+
'terminal.ansiBrightBlack': '#75798F',
|
|
120
|
+
'terminal.ansiBrightBlue': '#14B1FF',
|
|
121
|
+
'terminal.ansiBrightCyan': '#13BBB7',
|
|
122
|
+
'terminal.ansiBrightGreen': '#35CF68',
|
|
123
|
+
'terminal.ansiBrightMagenta': '#FF94D2',
|
|
124
|
+
'terminal.ansiBrightRed': '#FFAEAC',
|
|
125
|
+
'terminal.ansiBrightWhite': '#FFFFFF',
|
|
126
|
+
'terminal.ansiBrightYellow': '#F5B900',
|
|
127
|
+
'terminal.ansiCyan': '#13BBB7',
|
|
128
|
+
'terminal.ansiGreen': '#2DAE58',
|
|
129
|
+
'terminal.ansiMagenta': '#F767BB',
|
|
130
|
+
'terminal.ansiRed': '#FF5C57',
|
|
131
|
+
'terminal.ansiWhite': '#FAFBF9',
|
|
132
|
+
'terminal.ansiYellow': '#CF9C00',
|
|
133
|
+
'textLink.activeForeground': '#09A1ED',
|
|
134
|
+
'textLink.foreground': '#35CF68',
|
|
135
|
+
'titleBar.activeBackground': '#F3F4F5',
|
|
136
|
+
},
|
|
137
|
+
displayName: 'Snazzy Light',
|
|
138
|
+
fg: '#565869',
|
|
139
|
+
name: 'snazzy-light',
|
|
140
|
+
settings: [
|
|
141
|
+
{
|
|
142
|
+
settings: {
|
|
143
|
+
background: '#FAFBFC',
|
|
144
|
+
foreground: '#565869',
|
|
145
|
+
},
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
scope: 'invalid.illegal',
|
|
149
|
+
settings: {
|
|
150
|
+
foreground: '#FF5C56',
|
|
151
|
+
},
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
scope: [
|
|
155
|
+
'meta.object-literal.key',
|
|
156
|
+
'meta.object-literal.key constant.character.escape',
|
|
157
|
+
'meta.object-literal string',
|
|
158
|
+
'meta.object-literal string constant.character.escape',
|
|
159
|
+
'support.type.property-name',
|
|
160
|
+
'support.type.property-name constant.character.escape',
|
|
161
|
+
],
|
|
162
|
+
settings: {
|
|
163
|
+
foreground: '#11658F',
|
|
164
|
+
},
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
scope: [
|
|
168
|
+
'keyword',
|
|
169
|
+
'storage',
|
|
170
|
+
'meta.class storage.type',
|
|
171
|
+
'keyword.operator.expression.import',
|
|
172
|
+
'keyword.operator.new',
|
|
173
|
+
'keyword.operator.expression.delete',
|
|
174
|
+
],
|
|
175
|
+
settings: {
|
|
176
|
+
foreground: '#F767BB',
|
|
177
|
+
},
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
scope: [
|
|
181
|
+
'support.type',
|
|
182
|
+
'meta.type.annotation entity.name.type',
|
|
183
|
+
'new.expr meta.type.parameters entity.name.type',
|
|
184
|
+
'storage.type.primitive',
|
|
185
|
+
'storage.type.built-in.primitive',
|
|
186
|
+
'meta.function.parameter storage.type',
|
|
187
|
+
],
|
|
188
|
+
settings: {
|
|
189
|
+
foreground: '#2DAE58',
|
|
190
|
+
},
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
scope: ['storage.type.annotation'],
|
|
194
|
+
settings: {
|
|
195
|
+
foreground: '#C25193',
|
|
196
|
+
},
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
scope: 'keyword.other.unit',
|
|
200
|
+
settings: {
|
|
201
|
+
foreground: '#FF5C57CC',
|
|
202
|
+
},
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
scope: ['constant.language', 'support.constant', 'variable.language'],
|
|
206
|
+
settings: {
|
|
207
|
+
foreground: '#2DAE58',
|
|
208
|
+
},
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
scope: ['variable', 'support.variable'],
|
|
212
|
+
settings: {
|
|
213
|
+
foreground: '#565869',
|
|
214
|
+
},
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
scope: 'variable.language.this',
|
|
218
|
+
settings: {
|
|
219
|
+
foreground: '#13BBB7',
|
|
220
|
+
},
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
scope: ['entity.name.function', 'support.function'],
|
|
224
|
+
settings: {
|
|
225
|
+
foreground: '#09A1ED',
|
|
226
|
+
},
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
scope: ['entity.name.function.decorator'],
|
|
230
|
+
settings: {
|
|
231
|
+
foreground: '#11658F',
|
|
232
|
+
},
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
scope: [
|
|
236
|
+
'meta.class entity.name.type',
|
|
237
|
+
'new.expr entity.name.type',
|
|
238
|
+
'entity.other.inherited-class',
|
|
239
|
+
'support.class',
|
|
240
|
+
],
|
|
241
|
+
settings: {
|
|
242
|
+
foreground: '#13BBB7',
|
|
243
|
+
},
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
scope: [
|
|
247
|
+
'keyword.preprocessor.pragma',
|
|
248
|
+
'keyword.control.directive.include',
|
|
249
|
+
'keyword.other.preprocessor',
|
|
250
|
+
],
|
|
251
|
+
settings: {
|
|
252
|
+
foreground: '#11658F',
|
|
253
|
+
},
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
scope: 'entity.name.exception',
|
|
257
|
+
settings: {
|
|
258
|
+
foreground: '#FF5C56',
|
|
259
|
+
},
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
scope: 'entity.name.section',
|
|
263
|
+
settings: {},
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
scope: ['constant.numeric'],
|
|
267
|
+
settings: {
|
|
268
|
+
foreground: '#FF5C57',
|
|
269
|
+
},
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
scope: ['constant', 'constant.character'],
|
|
273
|
+
settings: {
|
|
274
|
+
foreground: '#2DAE58',
|
|
275
|
+
},
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
scope: 'string',
|
|
279
|
+
settings: {
|
|
280
|
+
foreground: '#CF9C00',
|
|
281
|
+
},
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
scope: 'string',
|
|
285
|
+
settings: {
|
|
286
|
+
foreground: '#CF9C00',
|
|
287
|
+
},
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
scope: 'constant.character.escape',
|
|
291
|
+
settings: {
|
|
292
|
+
foreground: '#F5B900',
|
|
293
|
+
},
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
scope: ['string.regexp', 'string.regexp constant.character.escape'],
|
|
297
|
+
settings: {
|
|
298
|
+
foreground: '#13BBB7',
|
|
299
|
+
},
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
scope: [
|
|
303
|
+
'keyword.operator.quantifier.regexp',
|
|
304
|
+
'keyword.operator.negation.regexp',
|
|
305
|
+
'keyword.operator.or.regexp',
|
|
306
|
+
'string.regexp punctuation',
|
|
307
|
+
'string.regexp keyword',
|
|
308
|
+
'string.regexp keyword.control',
|
|
309
|
+
'string.regexp constant',
|
|
310
|
+
'variable.other.regexp',
|
|
311
|
+
],
|
|
312
|
+
settings: {
|
|
313
|
+
foreground: '#00A39F',
|
|
314
|
+
},
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
scope: ['string.regexp keyword.other'],
|
|
318
|
+
settings: {
|
|
319
|
+
foreground: '#00A39F88',
|
|
320
|
+
},
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
scope: 'constant.other.symbol',
|
|
324
|
+
settings: {
|
|
325
|
+
foreground: '#CF9C00',
|
|
326
|
+
},
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
scope: ['comment', 'punctuation.definition.comment'],
|
|
330
|
+
settings: {
|
|
331
|
+
foreground: '#ADB1C2',
|
|
332
|
+
},
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
scope: 'comment.block.preprocessor',
|
|
336
|
+
settings: {
|
|
337
|
+
fontStyle: '',
|
|
338
|
+
foreground: '#9194A2',
|
|
339
|
+
},
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
scope: 'comment.block.documentation entity.name.type',
|
|
343
|
+
settings: {
|
|
344
|
+
foreground: '#2DAE58',
|
|
345
|
+
},
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
scope: [
|
|
349
|
+
'comment.block.documentation storage',
|
|
350
|
+
'comment.block.documentation keyword.other',
|
|
351
|
+
'meta.class comment.block.documentation storage.type',
|
|
352
|
+
],
|
|
353
|
+
settings: {
|
|
354
|
+
foreground: '#9194A2',
|
|
355
|
+
},
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
scope: ['comment.block.documentation variable'],
|
|
359
|
+
settings: {
|
|
360
|
+
foreground: '#C25193',
|
|
361
|
+
},
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
scope: ['punctuation'],
|
|
365
|
+
settings: {
|
|
366
|
+
foreground: '#ADB1C2',
|
|
367
|
+
},
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
scope: ['keyword.operator', 'keyword.other.arrow', 'keyword.control.@'],
|
|
371
|
+
settings: {
|
|
372
|
+
foreground: '#ADB1C2',
|
|
373
|
+
},
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
scope: [
|
|
377
|
+
'meta.tag.metadata.doctype.html entity.name.tag',
|
|
378
|
+
'meta.tag.metadata.doctype.html entity.other.attribute-name.html',
|
|
379
|
+
'meta.tag.sgml.doctype',
|
|
380
|
+
'meta.tag.sgml.doctype string',
|
|
381
|
+
'meta.tag.sgml.doctype entity.name.tag',
|
|
382
|
+
'meta.tag.sgml punctuation.definition.tag.html',
|
|
383
|
+
],
|
|
384
|
+
settings: {
|
|
385
|
+
foreground: '#9194A2',
|
|
386
|
+
},
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
scope: [
|
|
390
|
+
'meta.tag',
|
|
391
|
+
'punctuation.definition.tag.html',
|
|
392
|
+
'punctuation.definition.tag.begin.html',
|
|
393
|
+
'punctuation.definition.tag.end.html',
|
|
394
|
+
],
|
|
395
|
+
settings: {
|
|
396
|
+
foreground: '#ADB1C2',
|
|
397
|
+
},
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
scope: ['entity.name.tag'],
|
|
401
|
+
settings: {
|
|
402
|
+
foreground: '#13BBB7',
|
|
403
|
+
},
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
scope: ['meta.tag entity.other.attribute-name', 'entity.other.attribute-name.html'],
|
|
407
|
+
settings: {
|
|
408
|
+
foreground: '#FF8380',
|
|
409
|
+
},
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
scope: ['constant.character.entity', 'punctuation.definition.entity'],
|
|
413
|
+
settings: {
|
|
414
|
+
foreground: '#CF9C00',
|
|
415
|
+
},
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
scope: ['source.css'],
|
|
419
|
+
settings: {
|
|
420
|
+
foreground: '#ADB1C2',
|
|
421
|
+
},
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
scope: [
|
|
425
|
+
'meta.selector',
|
|
426
|
+
'meta.selector entity',
|
|
427
|
+
'meta.selector entity punctuation',
|
|
428
|
+
'source.css entity.name.tag',
|
|
429
|
+
],
|
|
430
|
+
settings: {
|
|
431
|
+
foreground: '#F767BB',
|
|
432
|
+
},
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
scope: ['keyword.control.at-rule', 'keyword.control.at-rule punctuation.definition.keyword'],
|
|
436
|
+
settings: {
|
|
437
|
+
foreground: '#C25193',
|
|
438
|
+
},
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
scope: 'source.css variable',
|
|
442
|
+
settings: {
|
|
443
|
+
foreground: '#11658F',
|
|
444
|
+
},
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
scope: ['source.css meta.property-name', 'source.css support.type.property-name'],
|
|
448
|
+
settings: {
|
|
449
|
+
foreground: '#565869',
|
|
450
|
+
},
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
scope: ['source.css support.type.vendored.property-name'],
|
|
454
|
+
settings: {
|
|
455
|
+
foreground: '#565869AA',
|
|
456
|
+
},
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
scope: ['meta.property-value', 'support.constant.property-value'],
|
|
460
|
+
settings: {
|
|
461
|
+
foreground: '#13BBB7',
|
|
462
|
+
},
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
scope: ['source.css support.constant'],
|
|
466
|
+
settings: {
|
|
467
|
+
foreground: '#2DAE58',
|
|
468
|
+
},
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
scope: ['punctuation.definition.entity.css', 'keyword.operator.combinator.css'],
|
|
472
|
+
settings: {
|
|
473
|
+
foreground: '#FF82CBBB',
|
|
474
|
+
},
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
scope: ['source.css support.function'],
|
|
478
|
+
settings: {
|
|
479
|
+
foreground: '#09A1ED',
|
|
480
|
+
},
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
scope: 'keyword.other.important',
|
|
484
|
+
settings: {
|
|
485
|
+
foreground: '#238744',
|
|
486
|
+
},
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
scope: ['source.css.scss'],
|
|
490
|
+
settings: {
|
|
491
|
+
foreground: '#F767BB',
|
|
492
|
+
},
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
scope: [
|
|
496
|
+
'source.css.scss entity.other.attribute-name.class.css',
|
|
497
|
+
'source.css.scss entity.other.attribute-name.id.css',
|
|
498
|
+
],
|
|
499
|
+
settings: {
|
|
500
|
+
foreground: '#F767BB',
|
|
501
|
+
},
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
scope: ['entity.name.tag.reference.scss'],
|
|
505
|
+
settings: {
|
|
506
|
+
foreground: '#C25193',
|
|
507
|
+
},
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
scope: [
|
|
511
|
+
'source.css.scss meta.at-rule keyword',
|
|
512
|
+
'source.css.scss meta.at-rule keyword punctuation',
|
|
513
|
+
'source.css.scss meta.at-rule operator.logical',
|
|
514
|
+
'keyword.control.content.scss',
|
|
515
|
+
'keyword.control.return.scss',
|
|
516
|
+
'keyword.control.return.scss punctuation.definition.keyword',
|
|
517
|
+
],
|
|
518
|
+
settings: {
|
|
519
|
+
foreground: '#C25193',
|
|
520
|
+
},
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
scope: [
|
|
524
|
+
'meta.at-rule.mixin.scss',
|
|
525
|
+
'meta.at-rule.include.scss',
|
|
526
|
+
'source.css.scss meta.at-rule.if',
|
|
527
|
+
'source.css.scss meta.at-rule.else',
|
|
528
|
+
'source.css.scss meta.at-rule.each',
|
|
529
|
+
'source.css.scss meta.at-rule variable.parameter',
|
|
530
|
+
],
|
|
531
|
+
settings: {
|
|
532
|
+
foreground: '#ADB1C2',
|
|
533
|
+
},
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
scope: ['source.css.less entity.other.attribute-name.class.css'],
|
|
537
|
+
settings: {
|
|
538
|
+
foreground: '#F767BB',
|
|
539
|
+
},
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
scope: 'source.stylus meta.brace.curly.css',
|
|
543
|
+
settings: {
|
|
544
|
+
foreground: '#ADB1C2',
|
|
545
|
+
},
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
scope: [
|
|
549
|
+
'source.stylus entity.other.attribute-name.class',
|
|
550
|
+
'source.stylus entity.other.attribute-name.id',
|
|
551
|
+
'source.stylus entity.name.tag',
|
|
552
|
+
],
|
|
553
|
+
settings: {
|
|
554
|
+
foreground: '#F767BB',
|
|
555
|
+
},
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
scope: ['source.stylus support.type.property-name'],
|
|
559
|
+
settings: {
|
|
560
|
+
foreground: '#565869',
|
|
561
|
+
},
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
scope: ['source.stylus variable'],
|
|
565
|
+
settings: {
|
|
566
|
+
foreground: '#11658F',
|
|
567
|
+
},
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
scope: 'markup.changed',
|
|
571
|
+
settings: {
|
|
572
|
+
foreground: '#888888',
|
|
573
|
+
},
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
scope: 'markup.deleted',
|
|
577
|
+
settings: {
|
|
578
|
+
foreground: '#888888',
|
|
579
|
+
},
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
scope: 'markup.italic',
|
|
583
|
+
settings: {
|
|
584
|
+
fontStyle: 'italic',
|
|
585
|
+
},
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
scope: 'markup.error',
|
|
589
|
+
settings: {
|
|
590
|
+
foreground: '#FF5C56',
|
|
591
|
+
},
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
scope: 'markup.inserted',
|
|
595
|
+
settings: {
|
|
596
|
+
foreground: '#888888',
|
|
597
|
+
},
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
scope: 'meta.link',
|
|
601
|
+
settings: {
|
|
602
|
+
foreground: '#CF9C00',
|
|
603
|
+
},
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
scope: 'string.other.link.title.markdown',
|
|
607
|
+
settings: {
|
|
608
|
+
foreground: '#09A1ED',
|
|
609
|
+
},
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
scope: ['markup.output', 'markup.raw'],
|
|
613
|
+
settings: {
|
|
614
|
+
foreground: '#999999',
|
|
615
|
+
},
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
scope: 'markup.prompt',
|
|
619
|
+
settings: {
|
|
620
|
+
foreground: '#999999',
|
|
621
|
+
},
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
scope: 'markup.heading',
|
|
625
|
+
settings: {
|
|
626
|
+
foreground: '#2DAE58',
|
|
627
|
+
},
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
scope: 'markup.bold',
|
|
631
|
+
settings: {
|
|
632
|
+
fontStyle: 'bold',
|
|
633
|
+
},
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
scope: 'markup.traceback',
|
|
637
|
+
settings: {
|
|
638
|
+
foreground: '#FF5C56',
|
|
639
|
+
},
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
scope: 'markup.underline',
|
|
643
|
+
settings: {
|
|
644
|
+
fontStyle: 'underline',
|
|
645
|
+
},
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
scope: 'markup.quote',
|
|
649
|
+
settings: {
|
|
650
|
+
foreground: '#777985',
|
|
651
|
+
},
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
scope: ['markup.bold', 'markup.italic'],
|
|
655
|
+
settings: {
|
|
656
|
+
foreground: '#13BBB7',
|
|
657
|
+
},
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
scope: 'markup.inline.raw',
|
|
661
|
+
settings: {
|
|
662
|
+
fontStyle: '',
|
|
663
|
+
foreground: '#F767BB',
|
|
664
|
+
},
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
scope: ['meta.brace.round', 'meta.brace.square', 'storage.type.function.arrow'],
|
|
668
|
+
settings: {
|
|
669
|
+
foreground: '#ADB1C2',
|
|
670
|
+
},
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
scope: ['constant.language.import-export-all', 'meta.import keyword.control.default'],
|
|
674
|
+
settings: {
|
|
675
|
+
foreground: '#C25193',
|
|
676
|
+
},
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
scope: ['support.function.js'],
|
|
680
|
+
settings: {
|
|
681
|
+
foreground: '#11658F',
|
|
682
|
+
},
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
scope: 'string.regexp.js',
|
|
686
|
+
settings: {
|
|
687
|
+
foreground: '#13BBB7',
|
|
688
|
+
},
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
scope: ['variable.language.super', 'support.type.object.module.js'],
|
|
692
|
+
settings: {
|
|
693
|
+
foreground: '#F767BB',
|
|
694
|
+
},
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
scope: 'meta.jsx.children',
|
|
698
|
+
settings: {
|
|
699
|
+
foreground: '#686968',
|
|
700
|
+
},
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
scope: 'entity.name.tag.yaml',
|
|
704
|
+
settings: {
|
|
705
|
+
foreground: '#11658F',
|
|
706
|
+
},
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
scope: 'variable.other.alias.yaml',
|
|
710
|
+
settings: {
|
|
711
|
+
foreground: '#2DAE58',
|
|
712
|
+
},
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
scope: ['punctuation.section.embedded.begin.php', 'punctuation.section.embedded.end.php'],
|
|
716
|
+
settings: {
|
|
717
|
+
foreground: '#75798F',
|
|
718
|
+
},
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
scope: ['meta.use.php entity.other.alias.php'],
|
|
722
|
+
settings: {
|
|
723
|
+
foreground: '#13BBB7',
|
|
724
|
+
},
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
scope: ['source.php support.function.construct', 'source.php support.function.var'],
|
|
728
|
+
settings: {
|
|
729
|
+
foreground: '#11658F',
|
|
730
|
+
},
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
scope: ['storage.modifier.extends.php', 'source.php keyword.other', 'storage.modifier.php'],
|
|
734
|
+
settings: {
|
|
735
|
+
foreground: '#F767BB',
|
|
736
|
+
},
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
scope: ['meta.class.body.php storage.type.php'],
|
|
740
|
+
settings: {
|
|
741
|
+
foreground: '#F767BB',
|
|
742
|
+
},
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
scope: [
|
|
746
|
+
'storage.type.php',
|
|
747
|
+
'meta.class.body.php meta.function-call.php storage.type.php',
|
|
748
|
+
'meta.class.body.php meta.function.php storage.type.php',
|
|
749
|
+
],
|
|
750
|
+
settings: {
|
|
751
|
+
foreground: '#2DAE58',
|
|
752
|
+
},
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
scope: ['source.php keyword.other.DML'],
|
|
756
|
+
settings: {
|
|
757
|
+
foreground: '#D94E4A',
|
|
758
|
+
},
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
scope: ['source.sql.embedded.php keyword.operator'],
|
|
762
|
+
settings: {
|
|
763
|
+
foreground: '#2DAE58',
|
|
764
|
+
},
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
scope: ['source.ini keyword', 'source.toml keyword', 'source.env variable'],
|
|
768
|
+
settings: {
|
|
769
|
+
foreground: '#11658F',
|
|
770
|
+
},
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
scope: ['source.ini entity.name.section', 'source.toml entity.other.attribute-name'],
|
|
774
|
+
settings: {
|
|
775
|
+
foreground: '#F767BB',
|
|
776
|
+
},
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
scope: ['source.go storage.type'],
|
|
780
|
+
settings: {
|
|
781
|
+
foreground: '#2DAE58',
|
|
782
|
+
},
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
scope: ['keyword.import.go', 'keyword.package.go'],
|
|
786
|
+
settings: {
|
|
787
|
+
foreground: '#FF5C56',
|
|
788
|
+
},
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
scope: ['source.reason variable.language string'],
|
|
792
|
+
settings: {
|
|
793
|
+
foreground: '#565869',
|
|
794
|
+
},
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
scope: [
|
|
798
|
+
'source.reason support.type',
|
|
799
|
+
'source.reason constant.language',
|
|
800
|
+
'source.reason constant.language constant.numeric',
|
|
801
|
+
'source.reason support.type string.regexp',
|
|
802
|
+
],
|
|
803
|
+
settings: {
|
|
804
|
+
foreground: '#2DAE58',
|
|
805
|
+
},
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
scope: [
|
|
809
|
+
'source.reason keyword.operator keyword.control',
|
|
810
|
+
'source.reason keyword.control.less',
|
|
811
|
+
'source.reason keyword.control.flow',
|
|
812
|
+
],
|
|
813
|
+
settings: {
|
|
814
|
+
foreground: '#ADB1C2',
|
|
815
|
+
},
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
scope: ['source.reason string.regexp'],
|
|
819
|
+
settings: {
|
|
820
|
+
foreground: '#CF9C00',
|
|
821
|
+
},
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
scope: ['source.reason support.property-value'],
|
|
825
|
+
settings: {
|
|
826
|
+
foreground: '#11658F',
|
|
827
|
+
},
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
scope: ['source.rust support.function.core.rust'],
|
|
831
|
+
settings: {
|
|
832
|
+
foreground: '#11658F',
|
|
833
|
+
},
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
scope: ['source.rust storage.type.core.rust', 'source.rust storage.class.std'],
|
|
837
|
+
settings: {
|
|
838
|
+
foreground: '#2DAE58',
|
|
839
|
+
},
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
scope: ['source.rust entity.name.type.rust'],
|
|
843
|
+
settings: {
|
|
844
|
+
foreground: '#13BBB7',
|
|
845
|
+
},
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
scope: ['storage.type.function.coffee'],
|
|
849
|
+
settings: {
|
|
850
|
+
foreground: '#ADB1C2',
|
|
851
|
+
},
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
scope: ['keyword.type.cs', 'storage.type.cs'],
|
|
855
|
+
settings: {
|
|
856
|
+
foreground: '#2DAE58',
|
|
857
|
+
},
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
scope: ['entity.name.type.namespace.cs'],
|
|
861
|
+
settings: {
|
|
862
|
+
foreground: '#13BBB7',
|
|
863
|
+
},
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
scope: 'meta.diff.header',
|
|
867
|
+
settings: {
|
|
868
|
+
foreground: '#11658F',
|
|
869
|
+
},
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
scope: ['markup.inserted.diff'],
|
|
873
|
+
settings: {
|
|
874
|
+
foreground: '#2DAE58',
|
|
875
|
+
},
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
scope: ['markup.deleted.diff'],
|
|
879
|
+
settings: {
|
|
880
|
+
foreground: '#FF5C56',
|
|
881
|
+
},
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
scope: ['meta.diff.range', 'meta.diff.index', 'meta.separator'],
|
|
885
|
+
settings: {
|
|
886
|
+
foreground: '#09A1ED',
|
|
887
|
+
},
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
scope: 'source.makefile variable',
|
|
891
|
+
settings: {
|
|
892
|
+
foreground: '#11658F',
|
|
893
|
+
},
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
scope: ['keyword.control.protocol-specification.objc'],
|
|
897
|
+
settings: {
|
|
898
|
+
foreground: '#F767BB',
|
|
899
|
+
},
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
scope: [
|
|
903
|
+
'meta.parens storage.type.objc',
|
|
904
|
+
'meta.return-type.objc support.class',
|
|
905
|
+
'meta.return-type.objc storage.type.objc',
|
|
906
|
+
],
|
|
907
|
+
settings: {
|
|
908
|
+
foreground: '#2DAE58',
|
|
909
|
+
},
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
scope: ['source.sql keyword'],
|
|
913
|
+
settings: {
|
|
914
|
+
foreground: '#11658F',
|
|
915
|
+
},
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
scope: ['keyword.other.special-method.dockerfile'],
|
|
919
|
+
settings: {
|
|
920
|
+
foreground: '#09A1ED',
|
|
921
|
+
},
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
scope: 'constant.other.symbol.elixir',
|
|
925
|
+
settings: {
|
|
926
|
+
foreground: '#11658F',
|
|
927
|
+
},
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
scope: ['storage.type.elm', 'support.module.elm'],
|
|
931
|
+
settings: {
|
|
932
|
+
foreground: '#13BBB7',
|
|
933
|
+
},
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
scope: ['source.elm keyword.other'],
|
|
937
|
+
settings: {
|
|
938
|
+
foreground: '#ADB1C2',
|
|
939
|
+
},
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
scope: ['source.erlang entity.name.type.class'],
|
|
943
|
+
settings: {
|
|
944
|
+
foreground: '#13BBB7',
|
|
945
|
+
},
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
scope: ['variable.other.field.erlang'],
|
|
949
|
+
settings: {
|
|
950
|
+
foreground: '#11658F',
|
|
951
|
+
},
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
scope: ['source.erlang constant.other.symbol'],
|
|
955
|
+
settings: {
|
|
956
|
+
foreground: '#2DAE58',
|
|
957
|
+
},
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
scope: ['storage.type.haskell'],
|
|
961
|
+
settings: {
|
|
962
|
+
foreground: '#2DAE58',
|
|
963
|
+
},
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
scope: [
|
|
967
|
+
'meta.declaration.class.haskell storage.type.haskell',
|
|
968
|
+
'meta.declaration.instance.haskell storage.type.haskell',
|
|
969
|
+
],
|
|
970
|
+
settings: {
|
|
971
|
+
foreground: '#13BBB7',
|
|
972
|
+
},
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
scope: ['meta.preprocessor.haskell'],
|
|
976
|
+
settings: {
|
|
977
|
+
foreground: '#75798F',
|
|
978
|
+
},
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
scope: ['source.haskell keyword.control'],
|
|
982
|
+
settings: {
|
|
983
|
+
foreground: '#F767BB',
|
|
984
|
+
},
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
scope: ['tag.end.latte', 'tag.begin.latte'],
|
|
988
|
+
settings: {
|
|
989
|
+
foreground: '#ADB1C2',
|
|
990
|
+
},
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
scope: 'source.po keyword.control',
|
|
994
|
+
settings: {
|
|
995
|
+
foreground: '#11658F',
|
|
996
|
+
},
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
scope: 'source.po storage.type',
|
|
1000
|
+
settings: {
|
|
1001
|
+
foreground: '#9194A2',
|
|
1002
|
+
},
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
scope: 'constant.language.po',
|
|
1006
|
+
settings: {
|
|
1007
|
+
foreground: '#13BBB7',
|
|
1008
|
+
},
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
scope: 'meta.header.po string',
|
|
1012
|
+
settings: {
|
|
1013
|
+
foreground: '#FF8380',
|
|
1014
|
+
},
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
scope: 'source.po meta.header.po',
|
|
1018
|
+
settings: {
|
|
1019
|
+
foreground: '#ADB1C2',
|
|
1020
|
+
},
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
scope: ['source.ocaml markup.underline'],
|
|
1024
|
+
settings: {
|
|
1025
|
+
fontStyle: '',
|
|
1026
|
+
},
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
scope: [
|
|
1030
|
+
'source.ocaml punctuation.definition.tag emphasis',
|
|
1031
|
+
'source.ocaml entity.name.class constant.numeric',
|
|
1032
|
+
'source.ocaml support.type',
|
|
1033
|
+
],
|
|
1034
|
+
settings: {
|
|
1035
|
+
foreground: '#F767BB',
|
|
1036
|
+
},
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
scope: ['source.ocaml constant.numeric entity.other.attribute-name'],
|
|
1040
|
+
settings: {
|
|
1041
|
+
foreground: '#13BBB7',
|
|
1042
|
+
},
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
scope: ['source.ocaml comment meta.separator'],
|
|
1046
|
+
settings: {
|
|
1047
|
+
foreground: '#ADB1C2',
|
|
1048
|
+
},
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
scope: ['source.ocaml support.type strong', 'source.ocaml keyword.control strong'],
|
|
1052
|
+
settings: {
|
|
1053
|
+
foreground: '#ADB1C2',
|
|
1054
|
+
},
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
scope: ['source.ocaml support.constant.property-value'],
|
|
1058
|
+
settings: {
|
|
1059
|
+
foreground: '#11658F',
|
|
1060
|
+
},
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
scope: ['source.scala entity.name.class'],
|
|
1064
|
+
settings: {
|
|
1065
|
+
foreground: '#13BBB7',
|
|
1066
|
+
},
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
scope: ['storage.type.scala'],
|
|
1070
|
+
settings: {
|
|
1071
|
+
foreground: '#2DAE58',
|
|
1072
|
+
},
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
scope: ['variable.parameter.scala'],
|
|
1076
|
+
settings: {
|
|
1077
|
+
foreground: '#11658F',
|
|
1078
|
+
},
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
scope: ['meta.bracket.scala', 'meta.colon.scala'],
|
|
1082
|
+
settings: {
|
|
1083
|
+
foreground: '#ADB1C2',
|
|
1084
|
+
},
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
scope: ['meta.metadata.simple.clojure'],
|
|
1088
|
+
settings: {
|
|
1089
|
+
foreground: '#ADB1C2',
|
|
1090
|
+
},
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
scope: ['meta.metadata.simple.clojure meta.symbol'],
|
|
1094
|
+
settings: {
|
|
1095
|
+
foreground: '#13BBB7',
|
|
1096
|
+
},
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
scope: ['source.r keyword.other'],
|
|
1100
|
+
settings: {
|
|
1101
|
+
foreground: '#ADB1C2',
|
|
1102
|
+
},
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
scope: ['source.svelte meta.block.ts entity.name.label'],
|
|
1106
|
+
settings: {
|
|
1107
|
+
foreground: '#11658F',
|
|
1108
|
+
},
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
scope: ['keyword.operator.word.applescript'],
|
|
1112
|
+
settings: {
|
|
1113
|
+
foreground: '#F767BB',
|
|
1114
|
+
},
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
scope: ['meta.function-call.livescript'],
|
|
1118
|
+
settings: {
|
|
1119
|
+
foreground: '#09A1ED',
|
|
1120
|
+
},
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
scope: ['variable.language.self.lua'],
|
|
1124
|
+
settings: {
|
|
1125
|
+
foreground: '#13BBB7',
|
|
1126
|
+
},
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
scope: [
|
|
1130
|
+
'entity.name.type.class.swift',
|
|
1131
|
+
'meta.inheritance-clause.swift',
|
|
1132
|
+
'meta.import.swift entity.name.type',
|
|
1133
|
+
],
|
|
1134
|
+
settings: {
|
|
1135
|
+
foreground: '#13BBB7',
|
|
1136
|
+
},
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
scope: ['source.swift punctuation.section.embedded'],
|
|
1140
|
+
settings: {
|
|
1141
|
+
foreground: '#B38700',
|
|
1142
|
+
},
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
scope: ['variable.parameter.function.swift entity.name.function.swift'],
|
|
1146
|
+
settings: {
|
|
1147
|
+
foreground: '#565869',
|
|
1148
|
+
},
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
scope: 'meta.function-call.twig',
|
|
1152
|
+
settings: {
|
|
1153
|
+
foreground: '#565869',
|
|
1154
|
+
},
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
scope: 'string.unquoted.tag-string.django',
|
|
1158
|
+
settings: {
|
|
1159
|
+
foreground: '#565869',
|
|
1160
|
+
},
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
scope: ['entity.tag.tagbraces.django', 'entity.tag.filter-pipe.django'],
|
|
1164
|
+
settings: {
|
|
1165
|
+
foreground: '#ADB1C2',
|
|
1166
|
+
},
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
scope: [
|
|
1170
|
+
'meta.section.attributes.haml constant.language',
|
|
1171
|
+
'meta.section.attributes.plain.haml constant.other.symbol',
|
|
1172
|
+
],
|
|
1173
|
+
settings: {
|
|
1174
|
+
foreground: '#FF8380',
|
|
1175
|
+
},
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
scope: ['meta.prolog.haml'],
|
|
1179
|
+
settings: {
|
|
1180
|
+
foreground: '#9194A2',
|
|
1181
|
+
},
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
scope: ['support.constant.handlebars'],
|
|
1185
|
+
settings: {
|
|
1186
|
+
foreground: '#ADB1C2',
|
|
1187
|
+
},
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
scope: 'text.log log.constant',
|
|
1191
|
+
settings: {
|
|
1192
|
+
foreground: '#C25193',
|
|
1193
|
+
},
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
scope: [
|
|
1197
|
+
'source.c string constant.other.placeholder',
|
|
1198
|
+
'source.cpp string constant.other.placeholder',
|
|
1199
|
+
],
|
|
1200
|
+
settings: {
|
|
1201
|
+
foreground: '#B38700',
|
|
1202
|
+
},
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
scope: 'constant.other.key.groovy',
|
|
1206
|
+
settings: {
|
|
1207
|
+
foreground: '#11658F',
|
|
1208
|
+
},
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
scope: 'storage.type.groovy',
|
|
1212
|
+
settings: {
|
|
1213
|
+
foreground: '#13BBB7',
|
|
1214
|
+
},
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
scope: 'meta.definition.variable.groovy storage.type.groovy',
|
|
1218
|
+
settings: {
|
|
1219
|
+
foreground: '#2DAE58',
|
|
1220
|
+
},
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
scope: 'storage.modifier.import.groovy',
|
|
1224
|
+
settings: {
|
|
1225
|
+
foreground: '#CF9C00',
|
|
1226
|
+
},
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
scope: ['entity.other.attribute-name.class.pug', 'entity.other.attribute-name.id.pug'],
|
|
1230
|
+
settings: {
|
|
1231
|
+
foreground: '#13BBB7',
|
|
1232
|
+
},
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
scope: ['constant.name.attribute.tag.pug'],
|
|
1236
|
+
settings: {
|
|
1237
|
+
foreground: '#ADB1C2',
|
|
1238
|
+
},
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
scope: 'entity.name.tag.style.html',
|
|
1242
|
+
settings: {
|
|
1243
|
+
foreground: '#13BBB7',
|
|
1244
|
+
},
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
scope: 'entity.name.type.wasm',
|
|
1248
|
+
settings: {
|
|
1249
|
+
foreground: '#2DAE58',
|
|
1250
|
+
},
|
|
1251
|
+
},
|
|
1252
|
+
],
|
|
1253
|
+
type: 'light',
|
|
1254
|
+
}
|