@finos/legend-lego 1.2.72 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/code-editor/CodeDiffView.d.ts +3 -1
- package/lib/code-editor/CodeDiffView.d.ts.map +1 -1
- package/lib/code-editor/CodeDiffView.js +6 -2
- package/lib/code-editor/CodeDiffView.js.map +1 -1
- package/lib/code-editor/CodeEditor.d.ts +8 -2
- package/lib/code-editor/CodeEditor.d.ts.map +1 -1
- package/lib/code-editor/CodeEditor.js +42 -4
- package/lib/code-editor/CodeEditor.js.map +1 -1
- package/lib/code-editor/index.d.ts +0 -5
- package/lib/code-editor/index.d.ts.map +1 -1
- package/lib/code-editor/index.js +0 -5
- package/lib/code-editor/index.js.map +1 -1
- package/lib/index.css +1 -1
- package/package.json +29 -29
- package/src/code-editor/CodeDiffView.tsx +10 -3
- package/src/code-editor/CodeEditor.tsx +69 -4
- package/src/code-editor/index.ts +0 -6
- package/tsconfig.json +1 -15
- package/lib/code-editor/CodeEditorTheme.d.ts +0 -41
- package/lib/code-editor/CodeEditorTheme.d.ts.map +0 -1
- package/lib/code-editor/CodeEditorTheme.js +0 -99
- package/lib/code-editor/CodeEditorTheme.js.map +0 -1
- package/lib/code-editor/CodeEditorUtils.d.ts +0 -74
- package/lib/code-editor/CodeEditorUtils.d.ts.map +0 -1
- package/lib/code-editor/CodeEditorUtils.js +0 -203
- package/lib/code-editor/CodeEditorUtils.js.map +0 -1
- package/lib/code-editor/PureLanguage.d.ts +0 -38
- package/lib/code-editor/PureLanguage.d.ts.map +0 -1
- package/lib/code-editor/PureLanguage.js +0 -39
- package/lib/code-editor/PureLanguage.js.map +0 -1
- package/lib/code-editor/PureLanguageCodeEditorSupport.d.ts +0 -71
- package/lib/code-editor/PureLanguageCodeEditorSupport.d.ts.map +0 -1
- package/lib/code-editor/PureLanguageCodeEditorSupport.js +0 -238
- package/lib/code-editor/PureLanguageCodeEditorSupport.js.map +0 -1
- package/lib/code-editor/PureLanguageService.d.ts +0 -19
- package/lib/code-editor/PureLanguageService.d.ts.map +0 -1
- package/lib/code-editor/PureLanguageService.js +0 -373
- package/lib/code-editor/PureLanguageService.js.map +0 -1
- package/lib/code-editor/themes/Github-Theme-dark-dimmed.json +0 -613
- package/lib/code-editor/themes/Github-Theme-dark.json +0 -513
- package/lib/code-editor/themes/Github-Theme-light.json +0 -598
- package/lib/code-editor/themes/Material-Theme-Darker.json +0 -816
- package/lib/code-editor/themes/Material-Theme-Default.json +0 -816
- package/lib/code-editor/themes/MonacoEditorThemeUtils.d.ts +0 -31
- package/lib/code-editor/themes/MonacoEditorThemeUtils.d.ts.map +0 -1
- package/lib/code-editor/themes/MonacoEditorThemeUtils.js +0 -88
- package/lib/code-editor/themes/MonacoEditorThemeUtils.js.map +0 -1
- package/lib/code-editor/themes/OneDark-Pro-darker.json +0 -2061
- package/lib/code-editor/themes/OneDark-Pro.json +0 -2090
- package/lib/code-editor/themes/solarized-dark-color-theme.json +0 -398
- package/src/code-editor/CodeEditorTheme.ts +0 -151
- package/src/code-editor/CodeEditorUtils.ts +0 -336
- package/src/code-editor/PureLanguage.ts +0 -42
- package/src/code-editor/PureLanguageCodeEditorSupport.ts +0 -341
- package/src/code-editor/PureLanguageService.ts +0 -416
- package/src/code-editor/themes/Github-Theme-dark-dimmed.json +0 -613
- package/src/code-editor/themes/Github-Theme-dark.json +0 -513
- package/src/code-editor/themes/Github-Theme-light.json +0 -598
- package/src/code-editor/themes/Material-Theme-Darker.json +0 -816
- package/src/code-editor/themes/Material-Theme-Default.json +0 -816
- package/src/code-editor/themes/MonacoEditorThemeUtils.ts +0 -128
- package/src/code-editor/themes/OneDark-Pro-darker.json +0 -2061
- package/src/code-editor/themes/OneDark-Pro.json +0 -2090
- package/src/code-editor/themes/README.md +0 -8
- package/src/code-editor/themes/solarized-dark-color-theme.json +0 -423
@@ -1,2061 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "One Dark Pro",
|
3
|
-
"type": "dark",
|
4
|
-
"semanticHighlighting": true,
|
5
|
-
"semanticTokenColors": {
|
6
|
-
"enumMember": {
|
7
|
-
"foreground": "#56b6c2"
|
8
|
-
},
|
9
|
-
"variable.constant": {
|
10
|
-
"foreground": "#d19a66"
|
11
|
-
},
|
12
|
-
"variable.defaultLibrary": {
|
13
|
-
"foreground": "#e5c07b"
|
14
|
-
},
|
15
|
-
"variable:dart": {
|
16
|
-
"foreground": "#d19a66"
|
17
|
-
},
|
18
|
-
"property:dart": {
|
19
|
-
"foreground": "#d19a66"
|
20
|
-
},
|
21
|
-
"annotation:dart": {
|
22
|
-
"foreground": "#d19a66"
|
23
|
-
},
|
24
|
-
"parameter.label:dart": {
|
25
|
-
"foreground": "#abb2bf"
|
26
|
-
},
|
27
|
-
"macro": {
|
28
|
-
"foreground": "#d19a66"
|
29
|
-
},
|
30
|
-
"tomlArrayKey": {
|
31
|
-
"foreground": "#e5c07b"
|
32
|
-
}
|
33
|
-
},
|
34
|
-
"tokenColors": [
|
35
|
-
{
|
36
|
-
"scope": "meta.embedded",
|
37
|
-
"settings": {
|
38
|
-
"foreground": "#abb2bf"
|
39
|
-
}
|
40
|
-
},
|
41
|
-
{
|
42
|
-
"name": "unison punctuation",
|
43
|
-
"scope": "punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison",
|
44
|
-
"settings": {
|
45
|
-
"foreground": "#e06c75"
|
46
|
-
}
|
47
|
-
},
|
48
|
-
{
|
49
|
-
"name": "haskell variable generic-type",
|
50
|
-
"scope": "variable.other.generic-type.haskell",
|
51
|
-
"settings": {
|
52
|
-
"foreground": "#c678dd"
|
53
|
-
}
|
54
|
-
},
|
55
|
-
{
|
56
|
-
"name": "haskell storage type",
|
57
|
-
"scope": "storage.type.haskell",
|
58
|
-
"settings": {
|
59
|
-
"foreground": "#d19a66"
|
60
|
-
}
|
61
|
-
},
|
62
|
-
{
|
63
|
-
"name": "support.variable.magic.python",
|
64
|
-
"scope": "support.variable.magic.python",
|
65
|
-
"settings": {
|
66
|
-
"foreground": "#e06c75"
|
67
|
-
}
|
68
|
-
},
|
69
|
-
{
|
70
|
-
"name": "punctuation.separator.parameters.python",
|
71
|
-
"scope": "punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python",
|
72
|
-
"settings": {
|
73
|
-
"foreground": "#abb2bf"
|
74
|
-
}
|
75
|
-
},
|
76
|
-
{
|
77
|
-
"name": "variable.parameter.function.language.special.self.python",
|
78
|
-
"scope": "variable.parameter.function.language.special.self.python",
|
79
|
-
"settings": {
|
80
|
-
"foreground": "#e5c07b"
|
81
|
-
}
|
82
|
-
},
|
83
|
-
{
|
84
|
-
"name": "variable.parameter.function.language.special.cls.python",
|
85
|
-
"scope": "variable.parameter.function.language.special.cls.python",
|
86
|
-
"settings": {
|
87
|
-
"foreground": "#e5c07b"
|
88
|
-
}
|
89
|
-
},
|
90
|
-
{
|
91
|
-
"name": "storage.modifier.lifetime.rust",
|
92
|
-
"scope": "storage.modifier.lifetime.rust",
|
93
|
-
"settings": {
|
94
|
-
"foreground": "#abb2bf"
|
95
|
-
}
|
96
|
-
},
|
97
|
-
{
|
98
|
-
"name": "support.function.std.rust",
|
99
|
-
"scope": "support.function.std.rust",
|
100
|
-
"settings": {
|
101
|
-
"foreground": "#61afef"
|
102
|
-
}
|
103
|
-
},
|
104
|
-
{
|
105
|
-
"name": "entity.name.lifetime.rust",
|
106
|
-
"scope": "entity.name.lifetime.rust",
|
107
|
-
"settings": {
|
108
|
-
"foreground": "#e5c07b"
|
109
|
-
}
|
110
|
-
},
|
111
|
-
{
|
112
|
-
"name": "variable.language.rust",
|
113
|
-
"scope": "variable.language.rust",
|
114
|
-
"settings": {
|
115
|
-
"foreground": "#e06c75"
|
116
|
-
}
|
117
|
-
},
|
118
|
-
{
|
119
|
-
"name": "support.constant.edge",
|
120
|
-
"scope": "support.constant.edge",
|
121
|
-
"settings": {
|
122
|
-
"foreground": "#c678dd"
|
123
|
-
}
|
124
|
-
},
|
125
|
-
{
|
126
|
-
"name": "regexp constant character-class",
|
127
|
-
"scope": "constant.other.character-class.regexp",
|
128
|
-
"settings": {
|
129
|
-
"foreground": "#e06c75"
|
130
|
-
}
|
131
|
-
},
|
132
|
-
{
|
133
|
-
"name": "keyword.operator",
|
134
|
-
"scope": ["keyword.operator.word"],
|
135
|
-
"settings": {
|
136
|
-
"foreground": "#c678dd"
|
137
|
-
}
|
138
|
-
},
|
139
|
-
{
|
140
|
-
"name": "regexp operator.quantifier",
|
141
|
-
"scope": "keyword.operator.quantifier.regexp",
|
142
|
-
"settings": {
|
143
|
-
"foreground": "#d19a66"
|
144
|
-
}
|
145
|
-
},
|
146
|
-
{
|
147
|
-
"name": "Text",
|
148
|
-
"scope": "variable.parameter.function",
|
149
|
-
"settings": {
|
150
|
-
"foreground": "#abb2bf"
|
151
|
-
}
|
152
|
-
},
|
153
|
-
{
|
154
|
-
"name": "Comment Markup Link",
|
155
|
-
"scope": "comment markup.link",
|
156
|
-
"settings": {
|
157
|
-
"foreground": "#5c6370"
|
158
|
-
}
|
159
|
-
},
|
160
|
-
{
|
161
|
-
"name": "markup diff",
|
162
|
-
"scope": "markup.changed.diff",
|
163
|
-
"settings": {
|
164
|
-
"foreground": "#e5c07b"
|
165
|
-
}
|
166
|
-
},
|
167
|
-
{
|
168
|
-
"name": "diff",
|
169
|
-
"scope": "meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff",
|
170
|
-
"settings": {
|
171
|
-
"foreground": "#61afef"
|
172
|
-
}
|
173
|
-
},
|
174
|
-
{
|
175
|
-
"name": "inserted.diff",
|
176
|
-
"scope": "markup.inserted.diff",
|
177
|
-
"settings": {
|
178
|
-
"foreground": "#98c379"
|
179
|
-
}
|
180
|
-
},
|
181
|
-
{
|
182
|
-
"name": "deleted.diff",
|
183
|
-
"scope": "markup.deleted.diff",
|
184
|
-
"settings": {
|
185
|
-
"foreground": "#e06c75"
|
186
|
-
}
|
187
|
-
},
|
188
|
-
{
|
189
|
-
"name": "c++ function",
|
190
|
-
"scope": "meta.function.c,meta.function.cpp",
|
191
|
-
"settings": {
|
192
|
-
"foreground": "#e06c75"
|
193
|
-
}
|
194
|
-
},
|
195
|
-
{
|
196
|
-
"name": "c++ block",
|
197
|
-
"scope": "punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c",
|
198
|
-
"settings": {
|
199
|
-
"foreground": "#abb2bf"
|
200
|
-
}
|
201
|
-
},
|
202
|
-
{
|
203
|
-
"name": "js/ts punctuation separator key-value",
|
204
|
-
"scope": "punctuation.separator.key-value",
|
205
|
-
"settings": {
|
206
|
-
"foreground": "#abb2bf"
|
207
|
-
}
|
208
|
-
},
|
209
|
-
{
|
210
|
-
"name": "js/ts import keyword",
|
211
|
-
"scope": "keyword.operator.expression.import",
|
212
|
-
"settings": {
|
213
|
-
"foreground": "#61afef"
|
214
|
-
}
|
215
|
-
},
|
216
|
-
{
|
217
|
-
"name": "math js/ts",
|
218
|
-
"scope": "support.constant.math",
|
219
|
-
"settings": {
|
220
|
-
"foreground": "#e5c07b"
|
221
|
-
}
|
222
|
-
},
|
223
|
-
{
|
224
|
-
"name": "math property js/ts",
|
225
|
-
"scope": "support.constant.property.math",
|
226
|
-
"settings": {
|
227
|
-
"foreground": "#d19a66"
|
228
|
-
}
|
229
|
-
},
|
230
|
-
{
|
231
|
-
"name": "js/ts variable.other.constant",
|
232
|
-
"scope": "variable.other.constant",
|
233
|
-
"settings": {
|
234
|
-
"foreground": "#e5c07b"
|
235
|
-
}
|
236
|
-
},
|
237
|
-
{
|
238
|
-
"name": "java type",
|
239
|
-
"scope": [
|
240
|
-
"storage.type.annotation.java",
|
241
|
-
"storage.type.object.array.java"
|
242
|
-
],
|
243
|
-
"settings": {
|
244
|
-
"foreground": "#e5c07b"
|
245
|
-
}
|
246
|
-
},
|
247
|
-
{
|
248
|
-
"name": "java source",
|
249
|
-
"scope": "source.java",
|
250
|
-
"settings": {
|
251
|
-
"foreground": "#e06c75"
|
252
|
-
}
|
253
|
-
},
|
254
|
-
{
|
255
|
-
"name": "java modifier.import",
|
256
|
-
"scope": "punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java",
|
257
|
-
"settings": {
|
258
|
-
"foreground": "#abb2bf"
|
259
|
-
}
|
260
|
-
},
|
261
|
-
{
|
262
|
-
"name": "java modifier.import",
|
263
|
-
"scope": "meta.method.java",
|
264
|
-
"settings": {
|
265
|
-
"foreground": "#61afef"
|
266
|
-
}
|
267
|
-
},
|
268
|
-
{
|
269
|
-
"name": "java modifier.import",
|
270
|
-
"scope": "storage.modifier.import.java,storage.type.java,storage.type.generic.java",
|
271
|
-
"settings": {
|
272
|
-
"foreground": "#e5c07b"
|
273
|
-
}
|
274
|
-
},
|
275
|
-
{
|
276
|
-
"name": "java instanceof",
|
277
|
-
"scope": "keyword.operator.instanceof.java",
|
278
|
-
"settings": {
|
279
|
-
"foreground": "#c678dd"
|
280
|
-
}
|
281
|
-
},
|
282
|
-
{
|
283
|
-
"name": "java variable.name",
|
284
|
-
"scope": "meta.definition.variable.name.java",
|
285
|
-
"settings": {
|
286
|
-
"foreground": "#e06c75"
|
287
|
-
}
|
288
|
-
},
|
289
|
-
{
|
290
|
-
"name": "operator logical",
|
291
|
-
"scope": "keyword.operator.logical",
|
292
|
-
"settings": {
|
293
|
-
"foreground": "#56b6c2"
|
294
|
-
}
|
295
|
-
},
|
296
|
-
{
|
297
|
-
"name": "operator bitwise",
|
298
|
-
"scope": "keyword.operator.bitwise",
|
299
|
-
"settings": {
|
300
|
-
"foreground": "#56b6c2"
|
301
|
-
}
|
302
|
-
},
|
303
|
-
{
|
304
|
-
"name": "operator channel",
|
305
|
-
"scope": "keyword.operator.channel",
|
306
|
-
"settings": {
|
307
|
-
"foreground": "#56b6c2"
|
308
|
-
}
|
309
|
-
},
|
310
|
-
{
|
311
|
-
"name": "support.constant.property-value.scss",
|
312
|
-
"scope": "support.constant.property-value.scss,support.constant.property-value.css",
|
313
|
-
"settings": {
|
314
|
-
"foreground": "#d19a66"
|
315
|
-
}
|
316
|
-
},
|
317
|
-
{
|
318
|
-
"name": "CSS/SCSS/LESS Operators",
|
319
|
-
"scope": "keyword.operator.css,keyword.operator.scss,keyword.operator.less",
|
320
|
-
"settings": {
|
321
|
-
"foreground": "#56b6c2"
|
322
|
-
}
|
323
|
-
},
|
324
|
-
{
|
325
|
-
"name": "css color standard name",
|
326
|
-
"scope": "support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss",
|
327
|
-
"settings": {
|
328
|
-
"foreground": "#d19a66"
|
329
|
-
}
|
330
|
-
},
|
331
|
-
{
|
332
|
-
"name": "css comma",
|
333
|
-
"scope": "punctuation.separator.list.comma.css",
|
334
|
-
"settings": {
|
335
|
-
"foreground": "#abb2bf"
|
336
|
-
}
|
337
|
-
},
|
338
|
-
{
|
339
|
-
"name": "css attribute-name.id",
|
340
|
-
"scope": "support.constant.color.w3c-standard-color-name.css",
|
341
|
-
"settings": {
|
342
|
-
"foreground": "#d19a66"
|
343
|
-
}
|
344
|
-
},
|
345
|
-
{
|
346
|
-
"name": "css property-name",
|
347
|
-
"scope": "support.type.vendored.property-name.css",
|
348
|
-
"settings": {
|
349
|
-
"foreground": "#56b6c2"
|
350
|
-
}
|
351
|
-
},
|
352
|
-
{
|
353
|
-
"name": "js/ts module",
|
354
|
-
"scope": "support.module.node,support.type.object.module,support.module.node",
|
355
|
-
"settings": {
|
356
|
-
"foreground": "#e5c07b"
|
357
|
-
}
|
358
|
-
},
|
359
|
-
{
|
360
|
-
"name": "entity.name.type.module",
|
361
|
-
"scope": "entity.name.type.module",
|
362
|
-
"settings": {
|
363
|
-
"foreground": "#e5c07b"
|
364
|
-
}
|
365
|
-
},
|
366
|
-
{
|
367
|
-
"name": "js variable readwrite",
|
368
|
-
"scope": "variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node",
|
369
|
-
"settings": {
|
370
|
-
"foreground": "#e06c75"
|
371
|
-
}
|
372
|
-
},
|
373
|
-
{
|
374
|
-
"name": "js/ts json",
|
375
|
-
"scope": "support.constant.json",
|
376
|
-
"settings": {
|
377
|
-
"foreground": "#d19a66"
|
378
|
-
}
|
379
|
-
},
|
380
|
-
{
|
381
|
-
"name": "js/ts Keyword",
|
382
|
-
"scope": [
|
383
|
-
"keyword.operator.expression.instanceof",
|
384
|
-
"keyword.operator.new",
|
385
|
-
"keyword.operator.ternary",
|
386
|
-
"keyword.operator.optional",
|
387
|
-
"keyword.operator.expression.keyof"
|
388
|
-
],
|
389
|
-
"settings": {
|
390
|
-
"foreground": "#c678dd"
|
391
|
-
}
|
392
|
-
},
|
393
|
-
{
|
394
|
-
"name": "js/ts console",
|
395
|
-
"scope": "support.type.object.console",
|
396
|
-
"settings": {
|
397
|
-
"foreground": "#e06c75"
|
398
|
-
}
|
399
|
-
},
|
400
|
-
{
|
401
|
-
"name": "js/ts support.variable.property.process",
|
402
|
-
"scope": "support.variable.property.process",
|
403
|
-
"settings": {
|
404
|
-
"foreground": "#d19a66"
|
405
|
-
}
|
406
|
-
},
|
407
|
-
{
|
408
|
-
"name": "js console function",
|
409
|
-
"scope": "entity.name.function,support.function.console",
|
410
|
-
"settings": {
|
411
|
-
"foreground": "#61afef"
|
412
|
-
}
|
413
|
-
},
|
414
|
-
{
|
415
|
-
"name": "keyword.operator.misc.rust",
|
416
|
-
"scope": "keyword.operator.misc.rust",
|
417
|
-
"settings": {
|
418
|
-
"foreground": "#abb2bf"
|
419
|
-
}
|
420
|
-
},
|
421
|
-
{
|
422
|
-
"name": "keyword.operator.sigil.rust",
|
423
|
-
"scope": "keyword.operator.sigil.rust",
|
424
|
-
"settings": {
|
425
|
-
"foreground": "#c678dd"
|
426
|
-
}
|
427
|
-
},
|
428
|
-
{
|
429
|
-
"name": "operator",
|
430
|
-
"scope": "keyword.operator.delete",
|
431
|
-
"settings": {
|
432
|
-
"foreground": "#c678dd"
|
433
|
-
}
|
434
|
-
},
|
435
|
-
{
|
436
|
-
"name": "js dom",
|
437
|
-
"scope": "support.type.object.dom",
|
438
|
-
"settings": {
|
439
|
-
"foreground": "#56b6c2"
|
440
|
-
}
|
441
|
-
},
|
442
|
-
{
|
443
|
-
"name": "js dom variable",
|
444
|
-
"scope": "support.variable.dom,support.variable.property.dom",
|
445
|
-
"settings": {
|
446
|
-
"foreground": "#e06c75"
|
447
|
-
}
|
448
|
-
},
|
449
|
-
{
|
450
|
-
"name": "keyword.operator",
|
451
|
-
"scope": "keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational",
|
452
|
-
"settings": {
|
453
|
-
"foreground": "#56b6c2"
|
454
|
-
}
|
455
|
-
},
|
456
|
-
{
|
457
|
-
"name": "C operator assignment",
|
458
|
-
"scope": "keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp",
|
459
|
-
"settings": {
|
460
|
-
"foreground": "#c678dd"
|
461
|
-
}
|
462
|
-
},
|
463
|
-
{
|
464
|
-
"name": "Punctuation",
|
465
|
-
"scope": "punctuation.separator.delimiter",
|
466
|
-
"settings": {
|
467
|
-
"foreground": "#abb2bf"
|
468
|
-
}
|
469
|
-
},
|
470
|
-
{
|
471
|
-
"name": "Other punctuation .c",
|
472
|
-
"scope": "punctuation.separator.c,punctuation.separator.cpp",
|
473
|
-
"settings": {
|
474
|
-
"foreground": "#c678dd"
|
475
|
-
}
|
476
|
-
},
|
477
|
-
{
|
478
|
-
"name": "C type posix-reserved",
|
479
|
-
"scope": "support.type.posix-reserved.c,support.type.posix-reserved.cpp",
|
480
|
-
"settings": {
|
481
|
-
"foreground": "#56b6c2"
|
482
|
-
}
|
483
|
-
},
|
484
|
-
{
|
485
|
-
"name": "keyword.operator.sizeof.c",
|
486
|
-
"scope": "keyword.operator.sizeof.c,keyword.operator.sizeof.cpp",
|
487
|
-
"settings": {
|
488
|
-
"foreground": "#c678dd"
|
489
|
-
}
|
490
|
-
},
|
491
|
-
{
|
492
|
-
"name": "python parameter",
|
493
|
-
"scope": "variable.parameter.function.language.python",
|
494
|
-
"settings": {
|
495
|
-
"foreground": "#d19a66"
|
496
|
-
}
|
497
|
-
},
|
498
|
-
{
|
499
|
-
"name": "python type",
|
500
|
-
"scope": "support.type.python",
|
501
|
-
"settings": {
|
502
|
-
"foreground": "#56b6c2"
|
503
|
-
}
|
504
|
-
},
|
505
|
-
{
|
506
|
-
"name": "python logical",
|
507
|
-
"scope": "keyword.operator.logical.python",
|
508
|
-
"settings": {
|
509
|
-
"foreground": "#c678dd"
|
510
|
-
}
|
511
|
-
},
|
512
|
-
{
|
513
|
-
"name": "pyCs",
|
514
|
-
"scope": "variable.parameter.function.python",
|
515
|
-
"settings": {
|
516
|
-
"foreground": "#d19a66"
|
517
|
-
}
|
518
|
-
},
|
519
|
-
{
|
520
|
-
"name": "python block",
|
521
|
-
"scope": "punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python",
|
522
|
-
"settings": {
|
523
|
-
"foreground": "#abb2bf"
|
524
|
-
}
|
525
|
-
},
|
526
|
-
{
|
527
|
-
"name": "python function-call.generic",
|
528
|
-
"scope": "meta.function-call.generic.python",
|
529
|
-
"settings": {
|
530
|
-
"foreground": "#61afef"
|
531
|
-
}
|
532
|
-
},
|
533
|
-
{
|
534
|
-
"name": "python placeholder reset to normal string",
|
535
|
-
"scope": "constant.character.format.placeholder.other.python",
|
536
|
-
"settings": {
|
537
|
-
"foreground": "#d19a66"
|
538
|
-
}
|
539
|
-
},
|
540
|
-
{
|
541
|
-
"name": "Operators",
|
542
|
-
"scope": "keyword.operator",
|
543
|
-
"settings": {
|
544
|
-
"foreground": "#abb2bf"
|
545
|
-
}
|
546
|
-
},
|
547
|
-
{
|
548
|
-
"name": "Compound Assignment Operators",
|
549
|
-
"scope": "keyword.operator.assignment.compound",
|
550
|
-
"settings": {
|
551
|
-
"foreground": "#c678dd"
|
552
|
-
}
|
553
|
-
},
|
554
|
-
{
|
555
|
-
"name": "Compound Assignment Operators js/ts",
|
556
|
-
"scope": "keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts",
|
557
|
-
"settings": {
|
558
|
-
"foreground": "#56b6c2"
|
559
|
-
}
|
560
|
-
},
|
561
|
-
{
|
562
|
-
"name": "Keywords",
|
563
|
-
"scope": "keyword",
|
564
|
-
"settings": {
|
565
|
-
"foreground": "#c678dd"
|
566
|
-
}
|
567
|
-
},
|
568
|
-
{
|
569
|
-
"name": "Namespaces",
|
570
|
-
"scope": "entity.name.namespace",
|
571
|
-
"settings": {
|
572
|
-
"foreground": "#e5c07b"
|
573
|
-
}
|
574
|
-
},
|
575
|
-
{
|
576
|
-
"name": "Variables",
|
577
|
-
"scope": "variable",
|
578
|
-
"settings": {
|
579
|
-
"foreground": "#e06c75"
|
580
|
-
}
|
581
|
-
},
|
582
|
-
{
|
583
|
-
"name": "Variables",
|
584
|
-
"scope": "variable.c",
|
585
|
-
"settings": {
|
586
|
-
"foreground": "#abb2bf"
|
587
|
-
}
|
588
|
-
},
|
589
|
-
{
|
590
|
-
"name": "Language variables",
|
591
|
-
"scope": "variable.language",
|
592
|
-
"settings": {
|
593
|
-
"foreground": "#e5c07b"
|
594
|
-
}
|
595
|
-
},
|
596
|
-
{
|
597
|
-
"name": "Java Variables",
|
598
|
-
"scope": "token.variable.parameter.java",
|
599
|
-
"settings": {
|
600
|
-
"foreground": "#abb2bf"
|
601
|
-
}
|
602
|
-
},
|
603
|
-
{
|
604
|
-
"name": "Java Imports",
|
605
|
-
"scope": "import.storage.java",
|
606
|
-
"settings": {
|
607
|
-
"foreground": "#e5c07b"
|
608
|
-
}
|
609
|
-
},
|
610
|
-
{
|
611
|
-
"name": "Packages",
|
612
|
-
"scope": "token.package.keyword",
|
613
|
-
"settings": {
|
614
|
-
"foreground": "#c678dd"
|
615
|
-
}
|
616
|
-
},
|
617
|
-
{
|
618
|
-
"name": "Packages",
|
619
|
-
"scope": "token.package",
|
620
|
-
"settings": {
|
621
|
-
"foreground": "#abb2bf"
|
622
|
-
}
|
623
|
-
},
|
624
|
-
{
|
625
|
-
"name": "Functions",
|
626
|
-
"scope": [
|
627
|
-
"entity.name.function",
|
628
|
-
"meta.require",
|
629
|
-
"support.function.any-method",
|
630
|
-
"variable.function"
|
631
|
-
],
|
632
|
-
"settings": {
|
633
|
-
"foreground": "#61afef"
|
634
|
-
}
|
635
|
-
},
|
636
|
-
{
|
637
|
-
"name": "Classes",
|
638
|
-
"scope": "entity.name.type.namespace",
|
639
|
-
"settings": {
|
640
|
-
"foreground": "#e5c07b"
|
641
|
-
}
|
642
|
-
},
|
643
|
-
{
|
644
|
-
"name": "Classes",
|
645
|
-
"scope": "support.class, entity.name.type.class",
|
646
|
-
"settings": {
|
647
|
-
"foreground": "#e5c07b"
|
648
|
-
}
|
649
|
-
},
|
650
|
-
{
|
651
|
-
"name": "Class name",
|
652
|
-
"scope": "entity.name.class.identifier.namespace.type",
|
653
|
-
"settings": {
|
654
|
-
"foreground": "#e5c07b"
|
655
|
-
}
|
656
|
-
},
|
657
|
-
{
|
658
|
-
"name": "Class name",
|
659
|
-
"scope": [
|
660
|
-
"entity.name.class",
|
661
|
-
"variable.other.class.js",
|
662
|
-
"variable.other.class.ts"
|
663
|
-
],
|
664
|
-
"settings": {
|
665
|
-
"foreground": "#e5c07b"
|
666
|
-
}
|
667
|
-
},
|
668
|
-
{
|
669
|
-
"name": "Class name php",
|
670
|
-
"scope": "variable.other.class.php",
|
671
|
-
"settings": {
|
672
|
-
"foreground": "#e06c75"
|
673
|
-
}
|
674
|
-
},
|
675
|
-
{
|
676
|
-
"name": "Type Name",
|
677
|
-
"scope": "entity.name.type",
|
678
|
-
"settings": {
|
679
|
-
"foreground": "#e5c07b"
|
680
|
-
}
|
681
|
-
},
|
682
|
-
{
|
683
|
-
"name": "Keyword Control",
|
684
|
-
"scope": "keyword.control",
|
685
|
-
"settings": {
|
686
|
-
"foreground": "#c678dd"
|
687
|
-
}
|
688
|
-
},
|
689
|
-
{
|
690
|
-
"name": "Control Elements",
|
691
|
-
"scope": "control.elements, keyword.operator.less",
|
692
|
-
"settings": {
|
693
|
-
"foreground": "#d19a66"
|
694
|
-
}
|
695
|
-
},
|
696
|
-
{
|
697
|
-
"name": "Methods",
|
698
|
-
"scope": "keyword.other.special-method",
|
699
|
-
"settings": {
|
700
|
-
"foreground": "#61afef"
|
701
|
-
}
|
702
|
-
},
|
703
|
-
{
|
704
|
-
"name": "Storage",
|
705
|
-
"scope": "storage",
|
706
|
-
"settings": {
|
707
|
-
"foreground": "#c678dd"
|
708
|
-
}
|
709
|
-
},
|
710
|
-
{
|
711
|
-
"name": "Storage JS TS",
|
712
|
-
"scope": "token.storage",
|
713
|
-
"settings": {
|
714
|
-
"foreground": "#c678dd"
|
715
|
-
}
|
716
|
-
},
|
717
|
-
{
|
718
|
-
"name": "Source Js Keyword Operator Delete,source Js Keyword Operator In,source Js Keyword Operator Of,source Js Keyword Operator Instanceof,source Js Keyword Operator New,source Js Keyword Operator Typeof,source Js Keyword Operator Void",
|
719
|
-
"scope": "keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void",
|
720
|
-
"settings": {
|
721
|
-
"foreground": "#c678dd"
|
722
|
-
}
|
723
|
-
},
|
724
|
-
{
|
725
|
-
"name": "Java Storage",
|
726
|
-
"scope": "token.storage.type.java",
|
727
|
-
"settings": {
|
728
|
-
"foreground": "#e5c07b"
|
729
|
-
}
|
730
|
-
},
|
731
|
-
{
|
732
|
-
"name": "Support",
|
733
|
-
"scope": "support.function",
|
734
|
-
"settings": {
|
735
|
-
"foreground": "#56b6c2"
|
736
|
-
}
|
737
|
-
},
|
738
|
-
{
|
739
|
-
"name": "Support type",
|
740
|
-
"scope": "support.type.property-name",
|
741
|
-
"settings": {
|
742
|
-
"foreground": "#abb2bf"
|
743
|
-
}
|
744
|
-
},
|
745
|
-
{
|
746
|
-
"name": "[VSCODE-CUSTOM] toml support",
|
747
|
-
"scope": "support.type.property-name.toml, support.type.property-name.table.toml, support.type.property-name.array.toml",
|
748
|
-
"settings": {
|
749
|
-
"foreground": "#e06c75"
|
750
|
-
}
|
751
|
-
},
|
752
|
-
{
|
753
|
-
"name": "Support type",
|
754
|
-
"scope": "support.constant.property-value",
|
755
|
-
"settings": {
|
756
|
-
"foreground": "#abb2bf"
|
757
|
-
}
|
758
|
-
},
|
759
|
-
{
|
760
|
-
"name": "Support type",
|
761
|
-
"scope": "support.constant.font-name",
|
762
|
-
"settings": {
|
763
|
-
"foreground": "#d19a66"
|
764
|
-
}
|
765
|
-
},
|
766
|
-
{
|
767
|
-
"name": "Meta tag",
|
768
|
-
"scope": "meta.tag",
|
769
|
-
"settings": {
|
770
|
-
"foreground": "#abb2bf"
|
771
|
-
}
|
772
|
-
},
|
773
|
-
{
|
774
|
-
"name": "Strings",
|
775
|
-
"scope": "string",
|
776
|
-
"settings": {
|
777
|
-
"foreground": "#98c379"
|
778
|
-
}
|
779
|
-
},
|
780
|
-
{
|
781
|
-
"name": "Constant other symbol",
|
782
|
-
"scope": "constant.other.symbol",
|
783
|
-
"settings": {
|
784
|
-
"foreground": "#56b6c2"
|
785
|
-
}
|
786
|
-
},
|
787
|
-
{
|
788
|
-
"name": "Integers",
|
789
|
-
"scope": "constant.numeric",
|
790
|
-
"settings": {
|
791
|
-
"foreground": "#d19a66"
|
792
|
-
}
|
793
|
-
},
|
794
|
-
{
|
795
|
-
"name": "Constants",
|
796
|
-
"scope": "constant",
|
797
|
-
"settings": {
|
798
|
-
"foreground": "#d19a66"
|
799
|
-
}
|
800
|
-
},
|
801
|
-
{
|
802
|
-
"name": "Constants",
|
803
|
-
"scope": "punctuation.definition.constant",
|
804
|
-
"settings": {
|
805
|
-
"foreground": "#d19a66"
|
806
|
-
}
|
807
|
-
},
|
808
|
-
{
|
809
|
-
"name": "Tags",
|
810
|
-
"scope": "entity.name.tag",
|
811
|
-
"settings": {
|
812
|
-
"foreground": "#e06c75"
|
813
|
-
}
|
814
|
-
},
|
815
|
-
{
|
816
|
-
"name": "Attributes",
|
817
|
-
"scope": "entity.other.attribute-name",
|
818
|
-
"settings": {
|
819
|
-
"foreground": "#d19a66"
|
820
|
-
}
|
821
|
-
},
|
822
|
-
{
|
823
|
-
"name": "Attribute IDs",
|
824
|
-
"scope": "entity.other.attribute-name.id",
|
825
|
-
"settings": {
|
826
|
-
"foreground": "#61afef"
|
827
|
-
}
|
828
|
-
},
|
829
|
-
{
|
830
|
-
"name": "Attribute class",
|
831
|
-
"scope": "entity.other.attribute-name.class.css",
|
832
|
-
"settings": {
|
833
|
-
"foreground": "#d19a66"
|
834
|
-
}
|
835
|
-
},
|
836
|
-
{
|
837
|
-
"name": "Selector",
|
838
|
-
"scope": "meta.selector",
|
839
|
-
"settings": {
|
840
|
-
"foreground": "#c678dd"
|
841
|
-
}
|
842
|
-
},
|
843
|
-
{
|
844
|
-
"name": "Headings",
|
845
|
-
"scope": "markup.heading",
|
846
|
-
"settings": {
|
847
|
-
"foreground": "#e06c75"
|
848
|
-
}
|
849
|
-
},
|
850
|
-
{
|
851
|
-
"name": "Headings",
|
852
|
-
"scope": "markup.heading punctuation.definition.heading, entity.name.section",
|
853
|
-
"settings": {
|
854
|
-
"foreground": "#61afef"
|
855
|
-
}
|
856
|
-
},
|
857
|
-
{
|
858
|
-
"name": "Units",
|
859
|
-
"scope": "keyword.other.unit",
|
860
|
-
"settings": {
|
861
|
-
"foreground": "#e06c75"
|
862
|
-
}
|
863
|
-
},
|
864
|
-
{
|
865
|
-
"name": "Bold",
|
866
|
-
"scope": "markup.bold,todo.bold",
|
867
|
-
"settings": {
|
868
|
-
"foreground": "#d19a66"
|
869
|
-
}
|
870
|
-
},
|
871
|
-
{
|
872
|
-
"name": "Bold",
|
873
|
-
"scope": "punctuation.definition.bold",
|
874
|
-
"settings": {
|
875
|
-
"foreground": "#e5c07b"
|
876
|
-
}
|
877
|
-
},
|
878
|
-
{
|
879
|
-
"name": "markup Italic",
|
880
|
-
"scope": "markup.italic, punctuation.definition.italic,todo.emphasis",
|
881
|
-
"settings": {
|
882
|
-
"foreground": "#c678dd"
|
883
|
-
}
|
884
|
-
},
|
885
|
-
{
|
886
|
-
"name": "emphasis md",
|
887
|
-
"scope": "emphasis md",
|
888
|
-
"settings": {
|
889
|
-
"foreground": "#c678dd"
|
890
|
-
}
|
891
|
-
},
|
892
|
-
{
|
893
|
-
"name": "[VSCODE-CUSTOM] Markdown headings",
|
894
|
-
"scope": "entity.name.section.markdown",
|
895
|
-
"settings": {
|
896
|
-
"foreground": "#e06c75"
|
897
|
-
}
|
898
|
-
},
|
899
|
-
{
|
900
|
-
"name": "[VSCODE-CUSTOM] Markdown heading Punctuation Definition",
|
901
|
-
"scope": "punctuation.definition.heading.markdown",
|
902
|
-
"settings": {
|
903
|
-
"foreground": "#e06c75"
|
904
|
-
}
|
905
|
-
},
|
906
|
-
{
|
907
|
-
"name": "punctuation.definition.list.begin.markdown",
|
908
|
-
"scope": "punctuation.definition.list.begin.markdown",
|
909
|
-
"settings": {
|
910
|
-
"foreground": "#e5c07b"
|
911
|
-
}
|
912
|
-
},
|
913
|
-
{
|
914
|
-
"name": "[VSCODE-CUSTOM] Markdown heading setext",
|
915
|
-
"scope": "markup.heading.setext",
|
916
|
-
"settings": {
|
917
|
-
"foreground": "#abb2bf"
|
918
|
-
}
|
919
|
-
},
|
920
|
-
{
|
921
|
-
"name": "[VSCODE-CUSTOM] Markdown Punctuation Definition Bold",
|
922
|
-
"scope": "punctuation.definition.bold.markdown",
|
923
|
-
"settings": {
|
924
|
-
"foreground": "#d19a66"
|
925
|
-
}
|
926
|
-
},
|
927
|
-
{
|
928
|
-
"name": "[VSCODE-CUSTOM] Markdown Inline Raw",
|
929
|
-
"scope": "markup.inline.raw.markdown",
|
930
|
-
"settings": {
|
931
|
-
"foreground": "#98c379"
|
932
|
-
}
|
933
|
-
},
|
934
|
-
{
|
935
|
-
"name": "[VSCODE-CUSTOM] Markdown Inline Raw",
|
936
|
-
"scope": "markup.inline.raw.string.markdown",
|
937
|
-
"settings": {
|
938
|
-
"foreground": "#98c379"
|
939
|
-
}
|
940
|
-
},
|
941
|
-
{
|
942
|
-
"name": "[VSCODE-CUSTOM] Markdown Inline Raw punctuation",
|
943
|
-
"scope": "punctuation.definition.raw.markdown",
|
944
|
-
"settings": {
|
945
|
-
"foreground": "#e5c07b"
|
946
|
-
}
|
947
|
-
},
|
948
|
-
{
|
949
|
-
"name": "[VSCODE-CUSTOM] Markdown List Punctuation Definition",
|
950
|
-
"scope": "punctuation.definition.list.markdown",
|
951
|
-
"settings": {
|
952
|
-
"foreground": "#e5c07b"
|
953
|
-
}
|
954
|
-
},
|
955
|
-
{
|
956
|
-
"name": "[VSCODE-CUSTOM] Markdown Punctuation Definition String",
|
957
|
-
"scope": [
|
958
|
-
"punctuation.definition.string.begin.markdown",
|
959
|
-
"punctuation.definition.string.end.markdown",
|
960
|
-
"punctuation.definition.metadata.markdown"
|
961
|
-
],
|
962
|
-
"settings": {
|
963
|
-
"foreground": "#e06c75"
|
964
|
-
}
|
965
|
-
},
|
966
|
-
{
|
967
|
-
"name": "beginning.punctuation.definition.list.markdown",
|
968
|
-
"scope": ["beginning.punctuation.definition.list.markdown"],
|
969
|
-
"settings": {
|
970
|
-
"foreground": "#e06c75"
|
971
|
-
}
|
972
|
-
},
|
973
|
-
{
|
974
|
-
"name": "[VSCODE-CUSTOM] Markdown Punctuation Definition Link",
|
975
|
-
"scope": "punctuation.definition.metadata.markdown",
|
976
|
-
"settings": {
|
977
|
-
"foreground": "#e06c75"
|
978
|
-
}
|
979
|
-
},
|
980
|
-
{
|
981
|
-
"name": "[VSCODE-CUSTOM] Markdown Underline Link/Image",
|
982
|
-
"scope": "markup.underline.link.markdown,markup.underline.link.image.markdown",
|
983
|
-
"settings": {
|
984
|
-
"foreground": "#c678dd"
|
985
|
-
}
|
986
|
-
},
|
987
|
-
{
|
988
|
-
"name": "[VSCODE-CUSTOM] Markdown Link Title/Description",
|
989
|
-
"scope": "string.other.link.title.markdown,string.other.link.description.markdown",
|
990
|
-
"settings": {
|
991
|
-
"foreground": "#61afef"
|
992
|
-
}
|
993
|
-
},
|
994
|
-
{
|
995
|
-
"name": "[VSCODE-CUSTOM] Asciidoc Inline Raw",
|
996
|
-
"scope": "markup.raw.monospace.asciidoc",
|
997
|
-
"settings": {
|
998
|
-
"foreground": "#98c379"
|
999
|
-
}
|
1000
|
-
},
|
1001
|
-
{
|
1002
|
-
"name": "[VSCODE-CUSTOM] Asciidoc Inline Raw Punctuation Definition",
|
1003
|
-
"scope": "punctuation.definition.asciidoc",
|
1004
|
-
"settings": {
|
1005
|
-
"foreground": "#e5c07b"
|
1006
|
-
}
|
1007
|
-
},
|
1008
|
-
{
|
1009
|
-
"name": "[VSCODE-CUSTOM] Asciidoc List Punctuation Definition",
|
1010
|
-
"scope": "markup.list.asciidoc",
|
1011
|
-
"settings": {
|
1012
|
-
"foreground": "#e5c07b"
|
1013
|
-
}
|
1014
|
-
},
|
1015
|
-
{
|
1016
|
-
"name": "[VSCODE-CUSTOM] Asciidoc underline link",
|
1017
|
-
"scope": "markup.link.asciidoc,markup.other.url.asciidoc",
|
1018
|
-
"settings": {
|
1019
|
-
"foreground": "#c678dd"
|
1020
|
-
}
|
1021
|
-
},
|
1022
|
-
{
|
1023
|
-
"name": "[VSCODE-CUSTOM] Asciidoc link name",
|
1024
|
-
"scope": "string.unquoted.asciidoc,markup.other.url.asciidoc",
|
1025
|
-
"settings": {
|
1026
|
-
"foreground": "#61afef"
|
1027
|
-
}
|
1028
|
-
},
|
1029
|
-
{
|
1030
|
-
"name": "Regular Expressions",
|
1031
|
-
"scope": "string.regexp",
|
1032
|
-
"settings": {
|
1033
|
-
"foreground": "#56b6c2"
|
1034
|
-
}
|
1035
|
-
},
|
1036
|
-
{
|
1037
|
-
"name": "Embedded",
|
1038
|
-
"scope": "punctuation.section.embedded, variable.interpolation",
|
1039
|
-
"settings": {
|
1040
|
-
"foreground": "#e06c75"
|
1041
|
-
}
|
1042
|
-
},
|
1043
|
-
{
|
1044
|
-
"name": "Embedded",
|
1045
|
-
"scope": "punctuation.section.embedded.begin,punctuation.section.embedded.end",
|
1046
|
-
"settings": {
|
1047
|
-
"foreground": "#c678dd"
|
1048
|
-
}
|
1049
|
-
},
|
1050
|
-
{
|
1051
|
-
"name": "illegal",
|
1052
|
-
"scope": "invalid.illegal",
|
1053
|
-
"settings": {
|
1054
|
-
"foreground": "#ffffff"
|
1055
|
-
}
|
1056
|
-
},
|
1057
|
-
{
|
1058
|
-
"name": "illegal",
|
1059
|
-
"scope": "invalid.illegal.bad-ampersand.html",
|
1060
|
-
"settings": {
|
1061
|
-
"foreground": "#abb2bf"
|
1062
|
-
}
|
1063
|
-
},
|
1064
|
-
{
|
1065
|
-
"scope": "invalid.illegal.unrecognized-tag.html",
|
1066
|
-
"settings": {
|
1067
|
-
"foreground": "#e06c75"
|
1068
|
-
}
|
1069
|
-
},
|
1070
|
-
{
|
1071
|
-
"name": "Broken",
|
1072
|
-
"scope": "invalid.broken",
|
1073
|
-
"settings": {
|
1074
|
-
"foreground": "#ffffff"
|
1075
|
-
}
|
1076
|
-
},
|
1077
|
-
{
|
1078
|
-
"name": "Deprecated",
|
1079
|
-
"scope": "invalid.deprecated",
|
1080
|
-
"settings": {
|
1081
|
-
"foreground": "#ffffff"
|
1082
|
-
}
|
1083
|
-
},
|
1084
|
-
{
|
1085
|
-
"name": "html Deprecated",
|
1086
|
-
"scope": "invalid.deprecated.entity.other.attribute-name.html",
|
1087
|
-
"settings": {
|
1088
|
-
"foreground": "#d19a66"
|
1089
|
-
}
|
1090
|
-
},
|
1091
|
-
{
|
1092
|
-
"name": "Unimplemented",
|
1093
|
-
"scope": "invalid.unimplemented",
|
1094
|
-
"settings": {
|
1095
|
-
"foreground": "#ffffff"
|
1096
|
-
}
|
1097
|
-
},
|
1098
|
-
{
|
1099
|
-
"name": "Source Json Meta Structure Dictionary Json > String Quoted Json",
|
1100
|
-
"scope": "source.json meta.structure.dictionary.json > string.quoted.json",
|
1101
|
-
"settings": {
|
1102
|
-
"foreground": "#e06c75"
|
1103
|
-
}
|
1104
|
-
},
|
1105
|
-
{
|
1106
|
-
"name": "Source Json Meta Structure Dictionary Json > String Quoted Json > Punctuation String",
|
1107
|
-
"scope": "source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string",
|
1108
|
-
"settings": {
|
1109
|
-
"foreground": "#e06c75"
|
1110
|
-
}
|
1111
|
-
},
|
1112
|
-
{
|
1113
|
-
"name": "Source Json Meta Structure Dictionary Json > Value Json > String Quoted Json,source Json Meta Structure Array Json > Value Json > String Quoted Json,source Json Meta Structure Dictionary Json > Value Json > String Quoted Json > Punctuation,source Json Meta Structure Array Json > Value Json > String Quoted Json > Punctuation",
|
1114
|
-
"scope": "source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation",
|
1115
|
-
"settings": {
|
1116
|
-
"foreground": "#98c379"
|
1117
|
-
}
|
1118
|
-
},
|
1119
|
-
{
|
1120
|
-
"name": "Source Json Meta Structure Dictionary Json > Constant Language Json,source Json Meta Structure Array Json > Constant Language Json",
|
1121
|
-
"scope": "source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json",
|
1122
|
-
"settings": {
|
1123
|
-
"foreground": "#56b6c2"
|
1124
|
-
}
|
1125
|
-
},
|
1126
|
-
{
|
1127
|
-
"name": "[VSCODE-CUSTOM] JSON Property Name",
|
1128
|
-
"scope": "support.type.property-name.json",
|
1129
|
-
"settings": {
|
1130
|
-
"foreground": "#e06c75"
|
1131
|
-
}
|
1132
|
-
},
|
1133
|
-
{
|
1134
|
-
"name": "[VSCODE-CUSTOM] JSON Punctuation for Property Name",
|
1135
|
-
"scope": "support.type.property-name.json punctuation",
|
1136
|
-
"settings": {
|
1137
|
-
"foreground": "#e06c75"
|
1138
|
-
}
|
1139
|
-
},
|
1140
|
-
{
|
1141
|
-
"name": "laravel blade tag",
|
1142
|
-
"scope": "text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade",
|
1143
|
-
"settings": {
|
1144
|
-
"foreground": "#c678dd"
|
1145
|
-
}
|
1146
|
-
},
|
1147
|
-
{
|
1148
|
-
"name": "laravel blade @",
|
1149
|
-
"scope": "text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade",
|
1150
|
-
"settings": {
|
1151
|
-
"foreground": "#c678dd"
|
1152
|
-
}
|
1153
|
-
},
|
1154
|
-
{
|
1155
|
-
"name": "use statement for other classes",
|
1156
|
-
"scope": "support.other.namespace.use.php,support.other.namespace.use-as.php,entity.other.alias.php,meta.interface.php",
|
1157
|
-
"settings": {
|
1158
|
-
"foreground": "#e5c07b"
|
1159
|
-
}
|
1160
|
-
},
|
1161
|
-
{
|
1162
|
-
"name": "error suppression",
|
1163
|
-
"scope": "keyword.operator.error-control.php",
|
1164
|
-
"settings": {
|
1165
|
-
"foreground": "#c678dd"
|
1166
|
-
}
|
1167
|
-
},
|
1168
|
-
{
|
1169
|
-
"name": "php instanceof",
|
1170
|
-
"scope": "keyword.operator.type.php",
|
1171
|
-
"settings": {
|
1172
|
-
"foreground": "#c678dd"
|
1173
|
-
}
|
1174
|
-
},
|
1175
|
-
{
|
1176
|
-
"name": "style double quoted array index normal begin",
|
1177
|
-
"scope": "punctuation.section.array.begin.php",
|
1178
|
-
"settings": {
|
1179
|
-
"foreground": "#abb2bf"
|
1180
|
-
}
|
1181
|
-
},
|
1182
|
-
{
|
1183
|
-
"name": "style double quoted array index normal end",
|
1184
|
-
"scope": "punctuation.section.array.end.php",
|
1185
|
-
"settings": {
|
1186
|
-
"foreground": "#abb2bf"
|
1187
|
-
}
|
1188
|
-
},
|
1189
|
-
{
|
1190
|
-
"name": "php illegal.non-null-typehinted",
|
1191
|
-
"scope": "invalid.illegal.non-null-typehinted.php",
|
1192
|
-
"settings": {
|
1193
|
-
"foreground": "#f44747"
|
1194
|
-
}
|
1195
|
-
},
|
1196
|
-
{
|
1197
|
-
"name": "php types",
|
1198
|
-
"scope": "storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php",
|
1199
|
-
"settings": {
|
1200
|
-
"foreground": "#e5c07b"
|
1201
|
-
}
|
1202
|
-
},
|
1203
|
-
{
|
1204
|
-
"name": "php call-function",
|
1205
|
-
"scope": "meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php",
|
1206
|
-
"settings": {
|
1207
|
-
"foreground": "#61afef"
|
1208
|
-
}
|
1209
|
-
},
|
1210
|
-
{
|
1211
|
-
"name": "php function-resets",
|
1212
|
-
"scope": "punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php",
|
1213
|
-
"settings": {
|
1214
|
-
"foreground": "#abb2bf"
|
1215
|
-
}
|
1216
|
-
},
|
1217
|
-
{
|
1218
|
-
"name": "support php constants",
|
1219
|
-
"scope": "support.constant.core.rust",
|
1220
|
-
"settings": {
|
1221
|
-
"foreground": "#d19a66"
|
1222
|
-
}
|
1223
|
-
},
|
1224
|
-
{
|
1225
|
-
"name": "support php constants",
|
1226
|
-
"scope": "support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php",
|
1227
|
-
"settings": {
|
1228
|
-
"foreground": "#d19a66"
|
1229
|
-
}
|
1230
|
-
},
|
1231
|
-
{
|
1232
|
-
"name": "php goto",
|
1233
|
-
"scope": "entity.name.goto-label.php,support.other.php",
|
1234
|
-
"settings": {
|
1235
|
-
"foreground": "#61afef"
|
1236
|
-
}
|
1237
|
-
},
|
1238
|
-
{
|
1239
|
-
"name": "php logical/bitwise operator",
|
1240
|
-
"scope": "keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php",
|
1241
|
-
"settings": {
|
1242
|
-
"foreground": "#56b6c2"
|
1243
|
-
}
|
1244
|
-
},
|
1245
|
-
{
|
1246
|
-
"name": "php regexp operator",
|
1247
|
-
"scope": "keyword.operator.regexp.php",
|
1248
|
-
"settings": {
|
1249
|
-
"foreground": "#c678dd"
|
1250
|
-
}
|
1251
|
-
},
|
1252
|
-
{
|
1253
|
-
"name": "php comparison",
|
1254
|
-
"scope": "keyword.operator.comparison.php",
|
1255
|
-
"settings": {
|
1256
|
-
"foreground": "#56b6c2"
|
1257
|
-
}
|
1258
|
-
},
|
1259
|
-
{
|
1260
|
-
"name": "php heredoc/nowdoc",
|
1261
|
-
"scope": "keyword.operator.heredoc.php,keyword.operator.nowdoc.php",
|
1262
|
-
"settings": {
|
1263
|
-
"foreground": "#c678dd"
|
1264
|
-
}
|
1265
|
-
},
|
1266
|
-
{
|
1267
|
-
"name": "python function decorator @",
|
1268
|
-
"scope": "meta.function.decorator.python",
|
1269
|
-
"settings": {
|
1270
|
-
"foreground": "#61afef"
|
1271
|
-
}
|
1272
|
-
},
|
1273
|
-
{
|
1274
|
-
"name": "python function support",
|
1275
|
-
"scope": "support.token.decorator.python,meta.function.decorator.identifier.python",
|
1276
|
-
"settings": {
|
1277
|
-
"foreground": "#56b6c2"
|
1278
|
-
}
|
1279
|
-
},
|
1280
|
-
{
|
1281
|
-
"name": "parameter function js/ts",
|
1282
|
-
"scope": "function.parameter",
|
1283
|
-
"settings": {
|
1284
|
-
"foreground": "#abb2bf"
|
1285
|
-
}
|
1286
|
-
},
|
1287
|
-
{
|
1288
|
-
"name": "brace function",
|
1289
|
-
"scope": "function.brace",
|
1290
|
-
"settings": {
|
1291
|
-
"foreground": "#abb2bf"
|
1292
|
-
}
|
1293
|
-
},
|
1294
|
-
{
|
1295
|
-
"name": "parameter function ruby cs",
|
1296
|
-
"scope": "function.parameter.ruby, function.parameter.cs",
|
1297
|
-
"settings": {
|
1298
|
-
"foreground": "#abb2bf"
|
1299
|
-
}
|
1300
|
-
},
|
1301
|
-
{
|
1302
|
-
"name": "constant.language.symbol.ruby",
|
1303
|
-
"scope": "constant.language.symbol.ruby",
|
1304
|
-
"settings": {
|
1305
|
-
"foreground": "#56b6c2"
|
1306
|
-
}
|
1307
|
-
},
|
1308
|
-
{
|
1309
|
-
"name": "constant.language.symbol.hashkey.ruby",
|
1310
|
-
"scope": "constant.language.symbol.hashkey.ruby",
|
1311
|
-
"settings": {
|
1312
|
-
"foreground": "#56b6c2"
|
1313
|
-
}
|
1314
|
-
},
|
1315
|
-
{
|
1316
|
-
"name": "rgb-value",
|
1317
|
-
"scope": "rgb-value",
|
1318
|
-
"settings": {
|
1319
|
-
"foreground": "#56b6c2"
|
1320
|
-
}
|
1321
|
-
},
|
1322
|
-
{
|
1323
|
-
"name": "rgb value",
|
1324
|
-
"scope": "inline-color-decoration rgb-value",
|
1325
|
-
"settings": {
|
1326
|
-
"foreground": "#d19a66"
|
1327
|
-
}
|
1328
|
-
},
|
1329
|
-
{
|
1330
|
-
"name": "rgb value less",
|
1331
|
-
"scope": "less rgb-value",
|
1332
|
-
"settings": {
|
1333
|
-
"foreground": "#d19a66"
|
1334
|
-
}
|
1335
|
-
},
|
1336
|
-
{
|
1337
|
-
"name": "sass selector",
|
1338
|
-
"scope": "selector.sass",
|
1339
|
-
"settings": {
|
1340
|
-
"foreground": "#e06c75"
|
1341
|
-
}
|
1342
|
-
},
|
1343
|
-
{
|
1344
|
-
"name": "ts primitive/builtin types",
|
1345
|
-
"scope": "support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx",
|
1346
|
-
"settings": {
|
1347
|
-
"foreground": "#e5c07b"
|
1348
|
-
}
|
1349
|
-
},
|
1350
|
-
{
|
1351
|
-
"name": "block scope",
|
1352
|
-
"scope": "block.scope.end,block.scope.begin",
|
1353
|
-
"settings": {
|
1354
|
-
"foreground": "#abb2bf"
|
1355
|
-
}
|
1356
|
-
},
|
1357
|
-
{
|
1358
|
-
"name": "cs storage type",
|
1359
|
-
"scope": "storage.type.cs",
|
1360
|
-
"settings": {
|
1361
|
-
"foreground": "#e5c07b"
|
1362
|
-
}
|
1363
|
-
},
|
1364
|
-
{
|
1365
|
-
"name": "cs local variable",
|
1366
|
-
"scope": "entity.name.variable.local.cs",
|
1367
|
-
"settings": {
|
1368
|
-
"foreground": "#e06c75"
|
1369
|
-
}
|
1370
|
-
},
|
1371
|
-
{
|
1372
|
-
"scope": "token.info-token",
|
1373
|
-
"settings": {
|
1374
|
-
"foreground": "#61afef"
|
1375
|
-
}
|
1376
|
-
},
|
1377
|
-
{
|
1378
|
-
"scope": "token.warn-token",
|
1379
|
-
"settings": {
|
1380
|
-
"foreground": "#d19a66"
|
1381
|
-
}
|
1382
|
-
},
|
1383
|
-
{
|
1384
|
-
"scope": "token.error-token",
|
1385
|
-
"settings": {
|
1386
|
-
"foreground": "#f44747"
|
1387
|
-
}
|
1388
|
-
},
|
1389
|
-
{
|
1390
|
-
"scope": "token.debug-token",
|
1391
|
-
"settings": {
|
1392
|
-
"foreground": "#c678dd"
|
1393
|
-
}
|
1394
|
-
},
|
1395
|
-
{
|
1396
|
-
"name": "String interpolation",
|
1397
|
-
"scope": [
|
1398
|
-
"punctuation.definition.template-expression.begin",
|
1399
|
-
"punctuation.definition.template-expression.end",
|
1400
|
-
"punctuation.section.embedded"
|
1401
|
-
],
|
1402
|
-
"settings": {
|
1403
|
-
"foreground": "#c678dd"
|
1404
|
-
}
|
1405
|
-
},
|
1406
|
-
{
|
1407
|
-
"name": "Reset JavaScript string interpolation expression",
|
1408
|
-
"scope": ["meta.template.expression"],
|
1409
|
-
"settings": {
|
1410
|
-
"foreground": "#abb2bf"
|
1411
|
-
}
|
1412
|
-
},
|
1413
|
-
{
|
1414
|
-
"name": "Import module JS",
|
1415
|
-
"scope": ["keyword.operator.module"],
|
1416
|
-
"settings": {
|
1417
|
-
"foreground": "#c678dd"
|
1418
|
-
}
|
1419
|
-
},
|
1420
|
-
{
|
1421
|
-
"name": "js Flowtype",
|
1422
|
-
"scope": ["support.type.type.flowtype"],
|
1423
|
-
"settings": {
|
1424
|
-
"foreground": "#61afef"
|
1425
|
-
}
|
1426
|
-
},
|
1427
|
-
{
|
1428
|
-
"name": "js Flow",
|
1429
|
-
"scope": ["support.type.primitive"],
|
1430
|
-
"settings": {
|
1431
|
-
"foreground": "#e5c07b"
|
1432
|
-
}
|
1433
|
-
},
|
1434
|
-
{
|
1435
|
-
"name": "js class prop",
|
1436
|
-
"scope": ["meta.property.object"],
|
1437
|
-
"settings": {
|
1438
|
-
"foreground": "#e06c75"
|
1439
|
-
}
|
1440
|
-
},
|
1441
|
-
{
|
1442
|
-
"name": "js func parameter",
|
1443
|
-
"scope": ["variable.parameter.function.js"],
|
1444
|
-
"settings": {
|
1445
|
-
"foreground": "#e06c75"
|
1446
|
-
}
|
1447
|
-
},
|
1448
|
-
{
|
1449
|
-
"name": "js template literals begin",
|
1450
|
-
"scope": ["keyword.other.template.begin"],
|
1451
|
-
"settings": {
|
1452
|
-
"foreground": "#98c379"
|
1453
|
-
}
|
1454
|
-
},
|
1455
|
-
{
|
1456
|
-
"name": "js template literals end",
|
1457
|
-
"scope": ["keyword.other.template.end"],
|
1458
|
-
"settings": {
|
1459
|
-
"foreground": "#98c379"
|
1460
|
-
}
|
1461
|
-
},
|
1462
|
-
{
|
1463
|
-
"name": "js template literals variable braces begin",
|
1464
|
-
"scope": ["keyword.other.substitution.begin"],
|
1465
|
-
"settings": {
|
1466
|
-
"foreground": "#98c379"
|
1467
|
-
}
|
1468
|
-
},
|
1469
|
-
{
|
1470
|
-
"name": "js template literals variable braces end",
|
1471
|
-
"scope": ["keyword.other.substitution.end"],
|
1472
|
-
"settings": {
|
1473
|
-
"foreground": "#98c379"
|
1474
|
-
}
|
1475
|
-
},
|
1476
|
-
{
|
1477
|
-
"name": "js operator.assignment",
|
1478
|
-
"scope": ["keyword.operator.assignment"],
|
1479
|
-
"settings": {
|
1480
|
-
"foreground": "#56b6c2"
|
1481
|
-
}
|
1482
|
-
},
|
1483
|
-
{
|
1484
|
-
"name": "go operator",
|
1485
|
-
"scope": ["keyword.operator.assignment.go"],
|
1486
|
-
"settings": {
|
1487
|
-
"foreground": "#e5c07b"
|
1488
|
-
}
|
1489
|
-
},
|
1490
|
-
{
|
1491
|
-
"name": "go operator",
|
1492
|
-
"scope": [
|
1493
|
-
"keyword.operator.arithmetic.go",
|
1494
|
-
"keyword.operator.address.go"
|
1495
|
-
],
|
1496
|
-
"settings": {
|
1497
|
-
"foreground": "#c678dd"
|
1498
|
-
}
|
1499
|
-
},
|
1500
|
-
{
|
1501
|
-
"name": "Go package name",
|
1502
|
-
"scope": ["entity.name.package.go"],
|
1503
|
-
"settings": {
|
1504
|
-
"foreground": "#e5c07b"
|
1505
|
-
}
|
1506
|
-
},
|
1507
|
-
{
|
1508
|
-
"name": "elm prelude",
|
1509
|
-
"scope": ["support.type.prelude.elm"],
|
1510
|
-
"settings": {
|
1511
|
-
"foreground": "#56b6c2"
|
1512
|
-
}
|
1513
|
-
},
|
1514
|
-
{
|
1515
|
-
"name": "elm constant",
|
1516
|
-
"scope": ["support.constant.elm"],
|
1517
|
-
"settings": {
|
1518
|
-
"foreground": "#d19a66"
|
1519
|
-
}
|
1520
|
-
},
|
1521
|
-
{
|
1522
|
-
"name": "template literal",
|
1523
|
-
"scope": ["punctuation.quasi.element"],
|
1524
|
-
"settings": {
|
1525
|
-
"foreground": "#c678dd"
|
1526
|
-
}
|
1527
|
-
},
|
1528
|
-
{
|
1529
|
-
"name": "html/pug (jade) escaped characters and entities",
|
1530
|
-
"scope": ["constant.character.entity"],
|
1531
|
-
"settings": {
|
1532
|
-
"foreground": "#e06c75"
|
1533
|
-
}
|
1534
|
-
},
|
1535
|
-
{
|
1536
|
-
"name": "styling css pseudo-elements/classes to be able to differentiate from classes which are the same colour",
|
1537
|
-
"scope": [
|
1538
|
-
"entity.other.attribute-name.pseudo-element",
|
1539
|
-
"entity.other.attribute-name.pseudo-class"
|
1540
|
-
],
|
1541
|
-
"settings": {
|
1542
|
-
"foreground": "#56b6c2"
|
1543
|
-
}
|
1544
|
-
},
|
1545
|
-
{
|
1546
|
-
"name": "Clojure globals",
|
1547
|
-
"scope": ["entity.global.clojure"],
|
1548
|
-
"settings": {
|
1549
|
-
"foreground": "#e5c07b"
|
1550
|
-
}
|
1551
|
-
},
|
1552
|
-
{
|
1553
|
-
"name": "Clojure symbols",
|
1554
|
-
"scope": ["meta.symbol.clojure"],
|
1555
|
-
"settings": {
|
1556
|
-
"foreground": "#e06c75"
|
1557
|
-
}
|
1558
|
-
},
|
1559
|
-
{
|
1560
|
-
"name": "Clojure constants",
|
1561
|
-
"scope": ["constant.keyword.clojure"],
|
1562
|
-
"settings": {
|
1563
|
-
"foreground": "#56b6c2"
|
1564
|
-
}
|
1565
|
-
},
|
1566
|
-
{
|
1567
|
-
"name": "CoffeeScript Function Argument",
|
1568
|
-
"scope": ["meta.arguments.coffee", "variable.parameter.function.coffee"],
|
1569
|
-
"settings": {
|
1570
|
-
"foreground": "#e06c75"
|
1571
|
-
}
|
1572
|
-
},
|
1573
|
-
{
|
1574
|
-
"name": "Ini Default Text",
|
1575
|
-
"scope": ["source.ini"],
|
1576
|
-
"settings": {
|
1577
|
-
"foreground": "#98c379"
|
1578
|
-
}
|
1579
|
-
},
|
1580
|
-
{
|
1581
|
-
"name": "Makefile prerequisities",
|
1582
|
-
"scope": ["meta.scope.prerequisites.makefile"],
|
1583
|
-
"settings": {
|
1584
|
-
"foreground": "#e06c75"
|
1585
|
-
}
|
1586
|
-
},
|
1587
|
-
{
|
1588
|
-
"name": "Makefile text colour",
|
1589
|
-
"scope": ["source.makefile"],
|
1590
|
-
"settings": {
|
1591
|
-
"foreground": "#e5c07b"
|
1592
|
-
}
|
1593
|
-
},
|
1594
|
-
{
|
1595
|
-
"name": "Groovy import names",
|
1596
|
-
"scope": ["storage.modifier.import.groovy"],
|
1597
|
-
"settings": {
|
1598
|
-
"foreground": "#e5c07b"
|
1599
|
-
}
|
1600
|
-
},
|
1601
|
-
{
|
1602
|
-
"name": "Groovy Methods",
|
1603
|
-
"scope": ["meta.method.groovy"],
|
1604
|
-
"settings": {
|
1605
|
-
"foreground": "#61afef"
|
1606
|
-
}
|
1607
|
-
},
|
1608
|
-
{
|
1609
|
-
"name": "Groovy Variables",
|
1610
|
-
"scope": ["meta.definition.variable.name.groovy"],
|
1611
|
-
"settings": {
|
1612
|
-
"foreground": "#e06c75"
|
1613
|
-
}
|
1614
|
-
},
|
1615
|
-
{
|
1616
|
-
"name": "Groovy Inheritance",
|
1617
|
-
"scope": ["meta.definition.class.inherited.classes.groovy"],
|
1618
|
-
"settings": {
|
1619
|
-
"foreground": "#98c379"
|
1620
|
-
}
|
1621
|
-
},
|
1622
|
-
{
|
1623
|
-
"name": "HLSL Semantic",
|
1624
|
-
"scope": ["support.variable.semantic.hlsl"],
|
1625
|
-
"settings": {
|
1626
|
-
"foreground": "#e5c07b"
|
1627
|
-
}
|
1628
|
-
},
|
1629
|
-
{
|
1630
|
-
"name": "HLSL Types",
|
1631
|
-
"scope": [
|
1632
|
-
"support.type.texture.hlsl",
|
1633
|
-
"support.type.sampler.hlsl",
|
1634
|
-
"support.type.object.hlsl",
|
1635
|
-
"support.type.object.rw.hlsl",
|
1636
|
-
"support.type.fx.hlsl",
|
1637
|
-
"support.type.object.hlsl"
|
1638
|
-
],
|
1639
|
-
"settings": {
|
1640
|
-
"foreground": "#c678dd"
|
1641
|
-
}
|
1642
|
-
},
|
1643
|
-
{
|
1644
|
-
"name": "SQL Variables",
|
1645
|
-
"scope": ["text.variable", "text.bracketed"],
|
1646
|
-
"settings": {
|
1647
|
-
"foreground": "#e06c75"
|
1648
|
-
}
|
1649
|
-
},
|
1650
|
-
{
|
1651
|
-
"name": "types",
|
1652
|
-
"scope": ["support.type.swift", "support.type.vb.asp"],
|
1653
|
-
"settings": {
|
1654
|
-
"foreground": "#e5c07b"
|
1655
|
-
}
|
1656
|
-
},
|
1657
|
-
{
|
1658
|
-
"name": "heading 1, keyword",
|
1659
|
-
"scope": ["entity.name.function.xi"],
|
1660
|
-
"settings": {
|
1661
|
-
"foreground": "#e5c07b"
|
1662
|
-
}
|
1663
|
-
},
|
1664
|
-
{
|
1665
|
-
"name": "heading 2, callable",
|
1666
|
-
"scope": ["entity.name.class.xi"],
|
1667
|
-
"settings": {
|
1668
|
-
"foreground": "#56b6c2"
|
1669
|
-
}
|
1670
|
-
},
|
1671
|
-
{
|
1672
|
-
"name": "heading 3, property",
|
1673
|
-
"scope": ["constant.character.character-class.regexp.xi"],
|
1674
|
-
"settings": {
|
1675
|
-
"foreground": "#e06c75"
|
1676
|
-
}
|
1677
|
-
},
|
1678
|
-
{
|
1679
|
-
"name": "heading 4, type, class, interface",
|
1680
|
-
"scope": ["constant.regexp.xi"],
|
1681
|
-
"settings": {
|
1682
|
-
"foreground": "#c678dd"
|
1683
|
-
}
|
1684
|
-
},
|
1685
|
-
{
|
1686
|
-
"name": "heading 5, enums, preprocessor, constant, decorator",
|
1687
|
-
"scope": ["keyword.control.xi"],
|
1688
|
-
"settings": {
|
1689
|
-
"foreground": "#56b6c2"
|
1690
|
-
}
|
1691
|
-
},
|
1692
|
-
{
|
1693
|
-
"name": "heading 6, number",
|
1694
|
-
"scope": ["invalid.xi"],
|
1695
|
-
"settings": {
|
1696
|
-
"foreground": "#abb2bf"
|
1697
|
-
}
|
1698
|
-
},
|
1699
|
-
{
|
1700
|
-
"name": "string",
|
1701
|
-
"scope": ["beginning.punctuation.definition.quote.markdown.xi"],
|
1702
|
-
"settings": {
|
1703
|
-
"foreground": "#98c379"
|
1704
|
-
}
|
1705
|
-
},
|
1706
|
-
{
|
1707
|
-
"name": "comments",
|
1708
|
-
"scope": ["beginning.punctuation.definition.list.markdown.xi"],
|
1709
|
-
"settings": {
|
1710
|
-
"foreground": "#7f848e"
|
1711
|
-
}
|
1712
|
-
},
|
1713
|
-
{
|
1714
|
-
"name": "link",
|
1715
|
-
"scope": ["constant.character.xi"],
|
1716
|
-
"settings": {
|
1717
|
-
"foreground": "#61afef"
|
1718
|
-
}
|
1719
|
-
},
|
1720
|
-
{
|
1721
|
-
"name": "accent",
|
1722
|
-
"scope": ["accent.xi"],
|
1723
|
-
"settings": {
|
1724
|
-
"foreground": "#61afef"
|
1725
|
-
}
|
1726
|
-
},
|
1727
|
-
{
|
1728
|
-
"name": "wikiword",
|
1729
|
-
"scope": ["wikiword.xi"],
|
1730
|
-
"settings": {
|
1731
|
-
"foreground": "#d19a66"
|
1732
|
-
}
|
1733
|
-
},
|
1734
|
-
{
|
1735
|
-
"name": "language operators like '+', '-' etc",
|
1736
|
-
"scope": ["constant.other.color.rgb-value.xi"],
|
1737
|
-
"settings": {
|
1738
|
-
"foreground": "#ffffff"
|
1739
|
-
}
|
1740
|
-
},
|
1741
|
-
{
|
1742
|
-
"name": "elements to dim",
|
1743
|
-
"scope": ["punctuation.definition.tag.xi"],
|
1744
|
-
"settings": {
|
1745
|
-
"foreground": "#5c6370"
|
1746
|
-
}
|
1747
|
-
},
|
1748
|
-
{
|
1749
|
-
"name": "C++/C#",
|
1750
|
-
"scope": [
|
1751
|
-
"entity.name.label.cs",
|
1752
|
-
"entity.name.scope-resolution.function.call",
|
1753
|
-
"entity.name.scope-resolution.function.definition"
|
1754
|
-
],
|
1755
|
-
"settings": {
|
1756
|
-
"foreground": "#e5c07b"
|
1757
|
-
}
|
1758
|
-
},
|
1759
|
-
{
|
1760
|
-
"name": "Markdown underscore-style headers",
|
1761
|
-
"scope": [
|
1762
|
-
"entity.name.label.cs",
|
1763
|
-
"markup.heading.setext.1.markdown",
|
1764
|
-
"markup.heading.setext.2.markdown"
|
1765
|
-
],
|
1766
|
-
"settings": {
|
1767
|
-
"foreground": "#e06c75"
|
1768
|
-
}
|
1769
|
-
},
|
1770
|
-
{
|
1771
|
-
"name": "meta.brace.square",
|
1772
|
-
"scope": [" meta.brace.square"],
|
1773
|
-
"settings": {
|
1774
|
-
"foreground": "#abb2bf"
|
1775
|
-
}
|
1776
|
-
},
|
1777
|
-
{
|
1778
|
-
"name": "Comments",
|
1779
|
-
"scope": "comment, punctuation.definition.comment",
|
1780
|
-
"settings": {
|
1781
|
-
"foreground": "#7f848e"
|
1782
|
-
}
|
1783
|
-
},
|
1784
|
-
{
|
1785
|
-
"name": "[VSCODE-CUSTOM] Markdown Quote",
|
1786
|
-
"scope": "markup.quote.markdown",
|
1787
|
-
"settings": {
|
1788
|
-
"foreground": "#5c6370"
|
1789
|
-
}
|
1790
|
-
},
|
1791
|
-
{
|
1792
|
-
"name": "punctuation.definition.block.sequence.item.yaml",
|
1793
|
-
"scope": "punctuation.definition.block.sequence.item.yaml",
|
1794
|
-
"settings": {
|
1795
|
-
"foreground": "#abb2bf"
|
1796
|
-
}
|
1797
|
-
},
|
1798
|
-
{
|
1799
|
-
"scope": [
|
1800
|
-
"constant.language.symbol.elixir",
|
1801
|
-
"constant.language.symbol.double-quoted.elixir"
|
1802
|
-
],
|
1803
|
-
"settings": {
|
1804
|
-
"foreground": "#56b6c2"
|
1805
|
-
}
|
1806
|
-
},
|
1807
|
-
{
|
1808
|
-
"scope": ["entity.name.variable.parameter.cs"],
|
1809
|
-
"settings": {
|
1810
|
-
"foreground": "#e5c07b"
|
1811
|
-
}
|
1812
|
-
},
|
1813
|
-
{
|
1814
|
-
"scope": ["entity.name.variable.field.cs"],
|
1815
|
-
"settings": {
|
1816
|
-
"foreground": "#e06c75"
|
1817
|
-
}
|
1818
|
-
},
|
1819
|
-
{
|
1820
|
-
"name": "Deleted",
|
1821
|
-
"scope": "markup.deleted",
|
1822
|
-
"settings": {
|
1823
|
-
"foreground": "#e06c75"
|
1824
|
-
}
|
1825
|
-
},
|
1826
|
-
{
|
1827
|
-
"name": "Inserted",
|
1828
|
-
"scope": "markup.inserted",
|
1829
|
-
"settings": {
|
1830
|
-
"foreground": "#98c379"
|
1831
|
-
}
|
1832
|
-
},
|
1833
|
-
{
|
1834
|
-
"name": "Underline",
|
1835
|
-
"scope": "markup.underline",
|
1836
|
-
"settings": {
|
1837
|
-
"fontStyle": "underline"
|
1838
|
-
}
|
1839
|
-
},
|
1840
|
-
{
|
1841
|
-
"name": "punctuation.section.embedded.begin.php",
|
1842
|
-
"scope": [
|
1843
|
-
"punctuation.section.embedded.begin.php",
|
1844
|
-
"punctuation.section.embedded.end.php"
|
1845
|
-
],
|
1846
|
-
"settings": {
|
1847
|
-
"foreground": "#BE5046"
|
1848
|
-
}
|
1849
|
-
},
|
1850
|
-
{
|
1851
|
-
"name": "support.other.namespace.php",
|
1852
|
-
"scope": ["support.other.namespace.php"],
|
1853
|
-
"settings": {
|
1854
|
-
"foreground": "#abb2bf"
|
1855
|
-
}
|
1856
|
-
},
|
1857
|
-
{
|
1858
|
-
"name": "variable.other.object",
|
1859
|
-
"scope": ["variable.other.object"],
|
1860
|
-
"settings": {
|
1861
|
-
"foreground": "#e5c07b"
|
1862
|
-
}
|
1863
|
-
},
|
1864
|
-
{
|
1865
|
-
"name": "variable.other.constant.property",
|
1866
|
-
"scope": ["variable.other.constant.property"],
|
1867
|
-
"settings": {
|
1868
|
-
"foreground": "#e06c75"
|
1869
|
-
}
|
1870
|
-
},
|
1871
|
-
{
|
1872
|
-
"name": "entity.other.inherited-class",
|
1873
|
-
"scope": ["entity.other.inherited-class"],
|
1874
|
-
"settings": {
|
1875
|
-
"foreground": "#e5c07b"
|
1876
|
-
}
|
1877
|
-
},
|
1878
|
-
{
|
1879
|
-
"name": "c variable readwrite",
|
1880
|
-
"scope": "variable.other.readwrite.c",
|
1881
|
-
"settings": {
|
1882
|
-
"foreground": "#e06c75"
|
1883
|
-
}
|
1884
|
-
},
|
1885
|
-
{
|
1886
|
-
"name": "php scope",
|
1887
|
-
"scope": "entity.name.variable.parameter.php,punctuation.separator.colon.php,constant.other.php",
|
1888
|
-
"settings": {
|
1889
|
-
"foreground": "#abb2bf"
|
1890
|
-
}
|
1891
|
-
},
|
1892
|
-
{
|
1893
|
-
"name": "Assembly",
|
1894
|
-
"scope": ["constant.numeric.decimal.asm.x86_64"],
|
1895
|
-
"settings": {
|
1896
|
-
"foreground": "#c678dd"
|
1897
|
-
}
|
1898
|
-
},
|
1899
|
-
{
|
1900
|
-
"scope": ["support.other.parenthesis.regexp"],
|
1901
|
-
"settings": {
|
1902
|
-
"foreground": "#d19a66"
|
1903
|
-
}
|
1904
|
-
},
|
1905
|
-
{
|
1906
|
-
"scope": ["constant.character.escape"],
|
1907
|
-
"settings": {
|
1908
|
-
"foreground": "#56b6c2"
|
1909
|
-
}
|
1910
|
-
},
|
1911
|
-
{
|
1912
|
-
"scope": ["string.regexp"],
|
1913
|
-
"settings": {
|
1914
|
-
"foreground": "#e06c75"
|
1915
|
-
}
|
1916
|
-
}
|
1917
|
-
],
|
1918
|
-
"colors": {
|
1919
|
-
"activityBar.background": "#23272e",
|
1920
|
-
"activityBar.foreground": "#d7dae0",
|
1921
|
-
"activityBarBadge.background": "#4d78cc",
|
1922
|
-
"activityBarBadge.foreground": "#f8fafd",
|
1923
|
-
"badge.background": "#23272e",
|
1924
|
-
"button.background": "#404754",
|
1925
|
-
"button.secondaryBackground": "#30333d",
|
1926
|
-
"button.secondaryForeground": "#c0bdbd",
|
1927
|
-
"checkbox.border": "#404754",
|
1928
|
-
"debugToolBar.background": "#1e2227",
|
1929
|
-
"descriptionForeground": "#abb2bf",
|
1930
|
-
"diffEditor.insertedTextBackground": "#00809b33",
|
1931
|
-
"dropdown.background": "#1e2227",
|
1932
|
-
"dropdown.border": "#1e2227",
|
1933
|
-
"editor.background": "#23272e",
|
1934
|
-
"editor.findMatchBackground": "#42557b",
|
1935
|
-
"editor.findMatchBorder": "#457dff",
|
1936
|
-
"editor.findMatchHighlightBackground": "#6199ff2f",
|
1937
|
-
"editor.foreground": "#abb2bf",
|
1938
|
-
"editorBracketHighlight.foreground1": "#d19a66",
|
1939
|
-
"editorBracketHighlight.foreground2": "#c678dd",
|
1940
|
-
"editorBracketHighlight.foreground3": "#56b6c2",
|
1941
|
-
"editorHoverWidget.highlightForeground": "#61afef",
|
1942
|
-
"editorInlayHint.foreground": "#abb2bf",
|
1943
|
-
"editorInlayHint.background": "#2c313c",
|
1944
|
-
"editor.lineHighlightBackground": "#2c313c",
|
1945
|
-
"editorLineNumber.activeForeground": "#abb2bf",
|
1946
|
-
"editorGutter.addedBackground": "#109868",
|
1947
|
-
"editorGutter.deletedBackground": "#9A353D",
|
1948
|
-
"editorGutter.modifiedBackground": "#948B60",
|
1949
|
-
"editorOverviewRuler.addedBackground": "#109868",
|
1950
|
-
"editorOverviewRuler.deletedBackground": "#9A353D",
|
1951
|
-
"editorOverviewRuler.modifiedBackground": "#948B60",
|
1952
|
-
"editor.selectionBackground": "#67769660",
|
1953
|
-
"editor.selectionHighlightBackground": "#ffffff10",
|
1954
|
-
"editor.selectionHighlightBorder": "#dddddd",
|
1955
|
-
"editor.wordHighlightBackground": "#d2e0ff2f",
|
1956
|
-
"editor.wordHighlightBorder": "#7f848e",
|
1957
|
-
"editor.wordHighlightStrongBackground": "#abb2bf26",
|
1958
|
-
"editor.wordHighlightStrongBorder": "#7f848e",
|
1959
|
-
"editorBracketMatch.background": "#515a6b",
|
1960
|
-
"editorBracketMatch.border": "#515a6b",
|
1961
|
-
"editorCursor.background": "#ffffffc9",
|
1962
|
-
"editorCursor.foreground": "#528bff",
|
1963
|
-
"editorError.foreground": "#c24038",
|
1964
|
-
"editorGroup.background": "#181a1f",
|
1965
|
-
"editorGroup.border": "#181a1f",
|
1966
|
-
"editorGroupHeader.tabsBackground": "#1e2227",
|
1967
|
-
"editorHoverWidget.background": "#1e2227",
|
1968
|
-
"editorHoverWidget.border": "#181a1f",
|
1969
|
-
"editorIndentGuide.activeBackground": "#c8c8c859",
|
1970
|
-
"editorIndentGuide.background": "#3b4048",
|
1971
|
-
"editorLineNumber.foreground": "#495162",
|
1972
|
-
"editorMarkerNavigation.background": "#1e2227",
|
1973
|
-
"editorRuler.foreground": "#abb2bf26",
|
1974
|
-
"editorSuggestWidget.background": "#1e2227",
|
1975
|
-
"editorSuggestWidget.border": "#181a1f",
|
1976
|
-
"editorSuggestWidget.selectedBackground": "#2c313a",
|
1977
|
-
"editorWarning.foreground": "#d19a66",
|
1978
|
-
"editorWhitespace.foreground": "#ffffff1d",
|
1979
|
-
"editorWidget.background": "#1e2227",
|
1980
|
-
"focusBorder": "#3e4452",
|
1981
|
-
"gitDecoration.ignoredResourceForeground": "#636b78",
|
1982
|
-
"input.background": "#1d1f23",
|
1983
|
-
"input.foreground": "#abb2bf",
|
1984
|
-
"list.activeSelectionBackground": "#2c313a",
|
1985
|
-
"list.activeSelectionForeground": "#d7dae0",
|
1986
|
-
"list.focusBackground": "#323842",
|
1987
|
-
"list.focusForeground": "#f0f0f0",
|
1988
|
-
"list.highlightForeground": "#ecebeb",
|
1989
|
-
"list.hoverBackground": "#2c313a",
|
1990
|
-
"list.hoverForeground": "#abb2bf",
|
1991
|
-
"list.inactiveSelectionBackground": "#323842",
|
1992
|
-
"list.inactiveSelectionForeground": "#d7dae0",
|
1993
|
-
"list.warningForeground": "#d19a66",
|
1994
|
-
"menu.foreground": "#abb2bf",
|
1995
|
-
"menu.separatorBackground": "#343a45",
|
1996
|
-
"minimapGutter.addedBackground": "#109868",
|
1997
|
-
"minimapGutter.deletedBackground": "#9A353D",
|
1998
|
-
"minimapGutter.modifiedBackground": "#948B60",
|
1999
|
-
"panel.border": "#3e4452",
|
2000
|
-
"panelSectionHeader.background": "#1e2227",
|
2001
|
-
"peekViewEditor.background": "#1b1d23",
|
2002
|
-
"peekViewEditor.matchHighlightBackground": "#29244b",
|
2003
|
-
"peekViewResult.background": "#22262b",
|
2004
|
-
"scrollbar.shadow": "#23252c",
|
2005
|
-
"scrollbarSlider.activeBackground": "#747d9180",
|
2006
|
-
"scrollbarSlider.background": "#4e566660",
|
2007
|
-
"scrollbarSlider.hoverBackground": "#5a637580",
|
2008
|
-
"settings.focusedRowBackground": "#23272e",
|
2009
|
-
"settings.headerForeground": "#fff",
|
2010
|
-
"sideBar.background": "#1e2227",
|
2011
|
-
"sideBar.foreground": "#abb2bf",
|
2012
|
-
"sideBarSectionHeader.background": "#23272e",
|
2013
|
-
"sideBarSectionHeader.foreground": "#abb2bf",
|
2014
|
-
"statusBar.background": "#1e2227",
|
2015
|
-
"statusBar.debuggingBackground": "#cc6633",
|
2016
|
-
"statusBar.debuggingBorder": "#ff000000",
|
2017
|
-
"statusBar.debuggingForeground": "#ffffff",
|
2018
|
-
"statusBar.foreground": "#9da5b4",
|
2019
|
-
"statusBar.noFolderBackground": "#1e2227",
|
2020
|
-
"statusBarItem.remoteBackground": "#4d78cc",
|
2021
|
-
"statusBarItem.remoteForeground": "#f8fafd",
|
2022
|
-
"tab.activeBackground": "#23272e",
|
2023
|
-
"tab.activeBorder": "#b4b4b4",
|
2024
|
-
"tab.activeForeground": "#dcdcdc",
|
2025
|
-
"tab.border": "#181a1f",
|
2026
|
-
"tab.hoverBackground": "#323842",
|
2027
|
-
"tab.inactiveBackground": "#1e2227",
|
2028
|
-
"tab.unfocusedHoverBackground": "#323842",
|
2029
|
-
"terminal.ansiBlack": "#3f4451",
|
2030
|
-
"terminal.ansiBlue": "#4aa5f0",
|
2031
|
-
"terminal.ansiBrightBlack": "#4f5666",
|
2032
|
-
"terminal.ansiBrightBlue": "#4dc4ff",
|
2033
|
-
"terminal.ansiBrightCyan": "#4cd1e0",
|
2034
|
-
"terminal.ansiBrightGreen": "#a5e075",
|
2035
|
-
"terminal.ansiBrightMagenta": "#de73ff",
|
2036
|
-
"terminal.ansiBrightRed": "#ff616e",
|
2037
|
-
"terminal.ansiBrightWhite": "#e6e6e6",
|
2038
|
-
"terminal.ansiBrightYellow": "#f0a45d",
|
2039
|
-
"terminal.ansiCyan": "#42b3c2",
|
2040
|
-
"terminal.ansiGreen": "#8cc265",
|
2041
|
-
"terminal.ansiMagenta": "#c162de",
|
2042
|
-
"terminal.ansiRed": "#e05561",
|
2043
|
-
"terminal.ansiWhite": "#d7dae0",
|
2044
|
-
"terminal.ansiYellow": "#d18f52",
|
2045
|
-
"terminal.background": "#23272e",
|
2046
|
-
"terminal.border": "#3e4452",
|
2047
|
-
"terminal.foreground": "#abb2bf",
|
2048
|
-
"terminal.selectionBackground": "#abb2bf30",
|
2049
|
-
"textBlockQuote.background": "#2e3440",
|
2050
|
-
"textBlockQuote.border": "#4b5362",
|
2051
|
-
"textLink.foreground": "#61afef",
|
2052
|
-
"textPreformat.foreground": "#d19a66",
|
2053
|
-
"titleBar.activeBackground": "#23272e",
|
2054
|
-
"titleBar.activeForeground": "#9da5b4",
|
2055
|
-
"titleBar.inactiveBackground": "#1e2227",
|
2056
|
-
"titleBar.inactiveForeground": "#6b717d",
|
2057
|
-
"tree.indentGuidesStroke": "#ffffff1d",
|
2058
|
-
"walkThrough.embeddedEditorBackground": "#2e3440",
|
2059
|
-
"welcomePage.buttonHoverBackground": "#404754"
|
2060
|
-
}
|
2061
|
-
}
|