tm-themes 1.0.8 → 1.1.0
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/NOTICE +82 -0
- package/README.md +8 -4
- package/index.js +55 -12
- package/package.json +1 -1
- package/themes/ayu-dark.json +788 -0
- package/themes/night-owl.json +1733 -0
- package/themes/synthwave-84.json +816 -0
- package/themes/tokyo-night.json +1409 -0
|
@@ -0,0 +1,816 @@
|
|
|
1
|
+
{
|
|
2
|
+
"colors": {
|
|
3
|
+
"activityBar.background": "#171520",
|
|
4
|
+
"activityBar.dropBackground": "#34294f66",
|
|
5
|
+
"activityBar.foreground": "#ffffffCC",
|
|
6
|
+
"activityBarBadge.background": "#f97e72",
|
|
7
|
+
"activityBarBadge.foreground": "#2a2139",
|
|
8
|
+
"badge.background": "#2a2139",
|
|
9
|
+
"badge.foreground": "#ffffff",
|
|
10
|
+
"breadcrumbPicker.background": "#232530",
|
|
11
|
+
"button.background": "#614D85",
|
|
12
|
+
"debugToolBar.background": "#463465",
|
|
13
|
+
"diffEditor.insertedTextBackground": "#0beb9935",
|
|
14
|
+
"diffEditor.removedTextBackground": "#fe445035",
|
|
15
|
+
"dropdown.background": "#232530",
|
|
16
|
+
"dropdown.listBackground": "#2a2139",
|
|
17
|
+
"editor.background": "#262335",
|
|
18
|
+
"editor.findMatchBackground": "#D18616bb",
|
|
19
|
+
"editor.findMatchHighlightBackground": "#D1861655",
|
|
20
|
+
"editor.findRangeHighlightBackground": "#34294f1a",
|
|
21
|
+
"editor.hoverHighlightBackground": "#463564",
|
|
22
|
+
"editor.lineHighlightBorder": "#7059AB66",
|
|
23
|
+
"editor.rangeHighlightBackground": "#49549539",
|
|
24
|
+
"editor.selectionBackground": "#ffffff20",
|
|
25
|
+
"editor.selectionHighlightBackground": "#ffffff20",
|
|
26
|
+
"editor.wordHighlightBackground": "#34294f88",
|
|
27
|
+
"editor.wordHighlightStrongBackground": "#34294f88",
|
|
28
|
+
"editorBracketMatch.background": "#34294f66",
|
|
29
|
+
"editorBracketMatch.border": "#495495",
|
|
30
|
+
"editorCodeLens.foreground": "#ffffff7c",
|
|
31
|
+
"editorCursor.background": "#241b2f",
|
|
32
|
+
"editorCursor.foreground": "#f97e72",
|
|
33
|
+
"editorError.foreground": "#fe4450",
|
|
34
|
+
"editorGroup.border": "#495495",
|
|
35
|
+
"editorGroup.dropBackground": "#4954954a",
|
|
36
|
+
"editorGroupHeader.tabsBackground": "#241b2f",
|
|
37
|
+
"editorGutter.addedBackground": "#206d4bd6",
|
|
38
|
+
"editorGutter.deletedBackground": "#fa2e46a4",
|
|
39
|
+
"editorGutter.modifiedBackground": "#b893ce8f",
|
|
40
|
+
"editorIndentGuide.activeBackground": "#A148AB80",
|
|
41
|
+
"editorIndentGuide.background": "#444251",
|
|
42
|
+
"editorLineNumber.activeForeground": "#ffffffcc",
|
|
43
|
+
"editorLineNumber.foreground": "#ffffff73",
|
|
44
|
+
"editorOverviewRuler.addedForeground": "#09f7a099",
|
|
45
|
+
"editorOverviewRuler.border": "#34294fb3",
|
|
46
|
+
"editorOverviewRuler.deletedForeground": "#fe445099",
|
|
47
|
+
"editorOverviewRuler.errorForeground": "#fe4450dd",
|
|
48
|
+
"editorOverviewRuler.findMatchForeground": "#D1861699",
|
|
49
|
+
"editorOverviewRuler.modifiedForeground": "#b893ce99",
|
|
50
|
+
"editorOverviewRuler.warningForeground": "#72f1b8cc",
|
|
51
|
+
"editorRuler.foreground": "#A148AB80",
|
|
52
|
+
"editorSuggestWidget.highlightForeground": "#f97e72",
|
|
53
|
+
"editorSuggestWidget.selectedBackground": "#ffffff36",
|
|
54
|
+
"editorWarning.foreground": "#72f1b8cc",
|
|
55
|
+
"editorWidget.background": "#171520DC",
|
|
56
|
+
"editorWidget.border": "#ffffff22",
|
|
57
|
+
"editorWidget.resizeBorder": "#ffffff44",
|
|
58
|
+
"errorForeground": "#fe4450",
|
|
59
|
+
"extensionButton.prominentBackground": "#f97e72",
|
|
60
|
+
"extensionButton.prominentHoverBackground": "#ff7edb",
|
|
61
|
+
"focusBorder": "#1f212b",
|
|
62
|
+
"foreground": "#ffffff",
|
|
63
|
+
"gitDecoration.addedResourceForeground": "#72f1b8cc",
|
|
64
|
+
"gitDecoration.deletedResourceForeground": "#fe4450",
|
|
65
|
+
"gitDecoration.ignoredResourceForeground": "#ffffff59",
|
|
66
|
+
"gitDecoration.modifiedResourceForeground": "#b893ceee",
|
|
67
|
+
"gitDecoration.untrackedResourceForeground": "#72f1b8",
|
|
68
|
+
"input.background": "#2a2139",
|
|
69
|
+
"inputOption.activeBorder": "#ff7edb99",
|
|
70
|
+
"inputValidation.errorBackground": "#fe445080",
|
|
71
|
+
"inputValidation.errorBorder": "#fe445000",
|
|
72
|
+
"list.activeSelectionBackground": "#ffffff20",
|
|
73
|
+
"list.activeSelectionForeground": "#ffffff",
|
|
74
|
+
"list.dropBackground": "#34294f66",
|
|
75
|
+
"list.errorForeground": "#fe4450E6",
|
|
76
|
+
"list.focusBackground": "#ffffff20",
|
|
77
|
+
"list.focusForeground": "#ffffff",
|
|
78
|
+
"list.highlightForeground": "#f97e72",
|
|
79
|
+
"list.hoverBackground": "#37294d99",
|
|
80
|
+
"list.hoverForeground": "#ffffff",
|
|
81
|
+
"list.inactiveFocusBackground": "#2a213999",
|
|
82
|
+
"list.inactiveSelectionBackground": "#ffffff20",
|
|
83
|
+
"list.inactiveSelectionForeground": "#ffffff",
|
|
84
|
+
"list.warningForeground": "#72f1b8bb",
|
|
85
|
+
"menu.background": "#463465",
|
|
86
|
+
"minimapGutter.addedBackground": "#09f7a099",
|
|
87
|
+
"minimapGutter.deletedBackground": "#fe4450",
|
|
88
|
+
"minimapGutter.modifiedBackground": "#b893ce",
|
|
89
|
+
"panelTitle.activeBorder": "#f97e72",
|
|
90
|
+
"peekView.border": "#495495",
|
|
91
|
+
"peekViewEditor.background": "#232530",
|
|
92
|
+
"peekViewEditor.matchHighlightBackground": "#D18616bb",
|
|
93
|
+
"peekViewResult.background": "#232530",
|
|
94
|
+
"peekViewResult.matchHighlightBackground": "#D1861655",
|
|
95
|
+
"peekViewResult.selectionBackground": "#2a213980",
|
|
96
|
+
"peekViewTitle.background": "#232530",
|
|
97
|
+
"pickerGroup.foreground": "#f97e72ea",
|
|
98
|
+
"progressBar.background": "#f97e72",
|
|
99
|
+
"scrollbar.shadow": "#2a2139",
|
|
100
|
+
"scrollbarSlider.activeBackground": "#9d8bca20",
|
|
101
|
+
"scrollbarSlider.background": "#9d8bca30",
|
|
102
|
+
"scrollbarSlider.hoverBackground": "#9d8bca50",
|
|
103
|
+
"selection.background": "#ffffff20",
|
|
104
|
+
"sideBar.background": "#241b2f",
|
|
105
|
+
"sideBar.dropBackground": "#34294f4c",
|
|
106
|
+
"sideBar.foreground": "#ffffff99",
|
|
107
|
+
"sideBarSectionHeader.background": "#241b2f",
|
|
108
|
+
"sideBarSectionHeader.foreground": "#ffffffca",
|
|
109
|
+
"statusBar.background": "#241b2f",
|
|
110
|
+
"statusBar.debuggingBackground": "#f97e72",
|
|
111
|
+
"statusBar.debuggingForeground": "#08080f",
|
|
112
|
+
"statusBar.foreground": "#ffffff80",
|
|
113
|
+
"statusBar.noFolderBackground": "#241b2f",
|
|
114
|
+
"statusBarItem.prominentBackground": "#2a2139",
|
|
115
|
+
"statusBarItem.prominentHoverBackground": "#34294f",
|
|
116
|
+
"tab.activeBorder": "#880088",
|
|
117
|
+
"tab.border": "#241b2f00",
|
|
118
|
+
"tab.inactiveBackground": "#262335",
|
|
119
|
+
"terminal.ansiBlue": "#03edf9",
|
|
120
|
+
"terminal.ansiBrightBlue": "#03edf9",
|
|
121
|
+
"terminal.ansiBrightCyan": "#03edf9",
|
|
122
|
+
"terminal.ansiBrightGreen": "#72f1b8",
|
|
123
|
+
"terminal.ansiBrightMagenta": "#ff7edb",
|
|
124
|
+
"terminal.ansiBrightRed": "#fe4450",
|
|
125
|
+
"terminal.ansiBrightYellow": "#fede5d",
|
|
126
|
+
"terminal.ansiCyan": "#03edf9",
|
|
127
|
+
"terminal.ansiGreen": "#72f1b8",
|
|
128
|
+
"terminal.ansiMagenta": "#ff7edb",
|
|
129
|
+
"terminal.ansiRed": "#fe4450",
|
|
130
|
+
"terminal.ansiYellow": "#f3e70f",
|
|
131
|
+
"terminal.foreground": "#ffffff",
|
|
132
|
+
"terminal.selectionBackground": "#ffffff20",
|
|
133
|
+
"terminalCursor.background": "#ffffff",
|
|
134
|
+
"terminalCursor.foreground": "#03edf9",
|
|
135
|
+
"textLink.activeForeground": "#ff7edb",
|
|
136
|
+
"textLink.foreground": "#f97e72",
|
|
137
|
+
"titleBar.activeBackground": "#241b2f",
|
|
138
|
+
"titleBar.inactiveBackground": "#241b2f",
|
|
139
|
+
"walkThrough.embeddedEditorBackground": "#232530",
|
|
140
|
+
"widget.shadow": "#2a2139"
|
|
141
|
+
},
|
|
142
|
+
"displayName": "Synthwave '84",
|
|
143
|
+
"name": "synthwave-84",
|
|
144
|
+
"semanticHighlighting": true,
|
|
145
|
+
"tokenColors": [
|
|
146
|
+
{
|
|
147
|
+
"scope": [
|
|
148
|
+
"comment",
|
|
149
|
+
"string.quoted.docstring.multi.python",
|
|
150
|
+
"string.quoted.docstring.multi.python punctuation.definition.string.begin.python",
|
|
151
|
+
"string.quoted.docstring.multi.python punctuation.definition.string.end.python"
|
|
152
|
+
],
|
|
153
|
+
"settings": {
|
|
154
|
+
"fontStyle": "italic",
|
|
155
|
+
"foreground": "#848bbd"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"scope": [
|
|
160
|
+
"string.quoted",
|
|
161
|
+
"string.template",
|
|
162
|
+
"punctuation.definition.string"
|
|
163
|
+
],
|
|
164
|
+
"settings": {
|
|
165
|
+
"foreground": "#ff8b39"
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"scope": "string.template meta.embedded.line",
|
|
170
|
+
"settings": {
|
|
171
|
+
"foreground": "#b6b1b1"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"scope": [
|
|
176
|
+
"variable",
|
|
177
|
+
"entity.name.variable"
|
|
178
|
+
],
|
|
179
|
+
"settings": {
|
|
180
|
+
"foreground": "#ff7edb"
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"scope": "variable.language",
|
|
185
|
+
"settings": {
|
|
186
|
+
"fontStyle": "bold",
|
|
187
|
+
"foreground": "#fe4450"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"scope": "variable.parameter",
|
|
192
|
+
"settings": {
|
|
193
|
+
"fontStyle": "italic"
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"scope": [
|
|
198
|
+
"storage.type",
|
|
199
|
+
"storage.modifier"
|
|
200
|
+
],
|
|
201
|
+
"settings": {
|
|
202
|
+
"foreground": "#fede5d"
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"scope": "constant",
|
|
207
|
+
"settings": {
|
|
208
|
+
"foreground": "#f97e72"
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"scope": "string.regexp",
|
|
213
|
+
"settings": {
|
|
214
|
+
"foreground": "#f97e72"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"scope": "constant.numeric",
|
|
219
|
+
"settings": {
|
|
220
|
+
"foreground": "#f97e72"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"scope": "constant.language",
|
|
225
|
+
"settings": {
|
|
226
|
+
"foreground": "#f97e72"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"scope": "constant.character.escape",
|
|
231
|
+
"settings": {
|
|
232
|
+
"foreground": "#36f9f6"
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"scope": "entity.name",
|
|
237
|
+
"settings": {
|
|
238
|
+
"foreground": "#fe4450"
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"scope": "entity.name.tag",
|
|
243
|
+
"settings": {
|
|
244
|
+
"foreground": "#72f1b8"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"scope": [
|
|
249
|
+
"punctuation.definition.tag"
|
|
250
|
+
],
|
|
251
|
+
"settings": {
|
|
252
|
+
"foreground": "#36f9f6"
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"scope": "entity.other.attribute-name",
|
|
257
|
+
"settings": {
|
|
258
|
+
"foreground": "#fede5d"
|
|
259
|
+
}
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"scope": "entity.other.attribute-name.html",
|
|
263
|
+
"settings": {
|
|
264
|
+
"fontStyle": "italic",
|
|
265
|
+
"foreground": "#fede5d"
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"scope": [
|
|
270
|
+
"entity.name.type",
|
|
271
|
+
"meta.attribute.class.html"
|
|
272
|
+
],
|
|
273
|
+
"settings": {
|
|
274
|
+
"foreground": "#fe4450"
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"scope": "entity.other.inherited-class",
|
|
279
|
+
"settings": {
|
|
280
|
+
"foreground": "#D50"
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"scope": [
|
|
285
|
+
"entity.name.function",
|
|
286
|
+
"variable.function"
|
|
287
|
+
],
|
|
288
|
+
"settings": {
|
|
289
|
+
"foreground": "#36f9f6"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"scope": [
|
|
294
|
+
"keyword.control.export.js",
|
|
295
|
+
"keyword.control.import.js"
|
|
296
|
+
],
|
|
297
|
+
"settings": {
|
|
298
|
+
"foreground": "#72f1b8"
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"scope": [
|
|
303
|
+
"constant.numeric.decimal.js"
|
|
304
|
+
],
|
|
305
|
+
"settings": {
|
|
306
|
+
"foreground": "#2EE2FA"
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"scope": "keyword",
|
|
311
|
+
"settings": {
|
|
312
|
+
"foreground": "#fede5d"
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"scope": "keyword.control",
|
|
317
|
+
"settings": {
|
|
318
|
+
"foreground": "#fede5d"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"scope": "keyword.operator",
|
|
323
|
+
"settings": {
|
|
324
|
+
"foreground": "#fede5d"
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"scope": [
|
|
329
|
+
"keyword.operator.new",
|
|
330
|
+
"keyword.operator.expression",
|
|
331
|
+
"keyword.operator.logical"
|
|
332
|
+
],
|
|
333
|
+
"settings": {
|
|
334
|
+
"foreground": "#fede5d"
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"scope": "keyword.other.unit",
|
|
339
|
+
"settings": {
|
|
340
|
+
"foreground": "#f97e72"
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"scope": "support",
|
|
345
|
+
"settings": {
|
|
346
|
+
"foreground": "#fe4450"
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"scope": "support.function",
|
|
351
|
+
"settings": {
|
|
352
|
+
"foreground": "#36f9f6"
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"scope": "support.variable",
|
|
357
|
+
"settings": {
|
|
358
|
+
"foreground": "#ff7edb"
|
|
359
|
+
}
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"scope": [
|
|
363
|
+
"meta.object-literal.key",
|
|
364
|
+
"support.type.property-name"
|
|
365
|
+
],
|
|
366
|
+
"settings": {
|
|
367
|
+
"foreground": "#ff7edb"
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"scope": "punctuation.separator.key-value",
|
|
372
|
+
"settings": {
|
|
373
|
+
"foreground": "#b6b1b1"
|
|
374
|
+
}
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"scope": "punctuation.section.embedded",
|
|
378
|
+
"settings": {
|
|
379
|
+
"foreground": "#fede5d"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"scope": [
|
|
384
|
+
"punctuation.definition.template-expression.begin",
|
|
385
|
+
"punctuation.definition.template-expression.end"
|
|
386
|
+
],
|
|
387
|
+
"settings": {
|
|
388
|
+
"foreground": "#72f1b8"
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"scope": [
|
|
393
|
+
"support.type.property-name.css",
|
|
394
|
+
"support.type.property-name.json"
|
|
395
|
+
],
|
|
396
|
+
"settings": {
|
|
397
|
+
"foreground": "#72f1b8"
|
|
398
|
+
}
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"scope": "switch-block.expr.js",
|
|
402
|
+
"settings": {
|
|
403
|
+
"foreground": "#72f1b8"
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"scope": "variable.other.constant.property.js, variable.other.property.js",
|
|
408
|
+
"settings": {
|
|
409
|
+
"foreground": "#2ee2fa"
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"scope": "constant.other.color",
|
|
414
|
+
"settings": {
|
|
415
|
+
"foreground": "#f97e72"
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"scope": "support.constant.font-name",
|
|
420
|
+
"settings": {
|
|
421
|
+
"foreground": "#f97e72"
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"scope": "entity.other.attribute-name.id",
|
|
426
|
+
"settings": {
|
|
427
|
+
"foreground": "#36f9f6"
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"scope": [
|
|
432
|
+
"entity.other.attribute-name.pseudo-element",
|
|
433
|
+
"entity.other.attribute-name.pseudo-class"
|
|
434
|
+
],
|
|
435
|
+
"settings": {
|
|
436
|
+
"foreground": "#D50"
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"scope": "support.function.misc.css",
|
|
441
|
+
"settings": {
|
|
442
|
+
"foreground": "#fe4450"
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"scope": [
|
|
447
|
+
"markup.heading",
|
|
448
|
+
"entity.name.section"
|
|
449
|
+
],
|
|
450
|
+
"settings": {
|
|
451
|
+
"foreground": "#ff7edb"
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"scope": [
|
|
456
|
+
"text.html",
|
|
457
|
+
"keyword.operator.assignment"
|
|
458
|
+
],
|
|
459
|
+
"settings": {
|
|
460
|
+
"foreground": "#ffffffee"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"scope": "markup.quote",
|
|
465
|
+
"settings": {
|
|
466
|
+
"fontStyle": "italic",
|
|
467
|
+
"foreground": "#b6b1b1cc"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"scope": "beginning.punctuation.definition.list",
|
|
472
|
+
"settings": {
|
|
473
|
+
"foreground": "#ff7edb"
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"scope": "markup.underline.link",
|
|
478
|
+
"settings": {
|
|
479
|
+
"foreground": "#D50"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"scope": "string.other.link.description",
|
|
484
|
+
"settings": {
|
|
485
|
+
"foreground": "#f97e72"
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"scope": "meta.function-call.generic.python",
|
|
490
|
+
"settings": {
|
|
491
|
+
"foreground": "#36f9f6"
|
|
492
|
+
}
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"scope": "variable.parameter.function-call.python",
|
|
496
|
+
"settings": {
|
|
497
|
+
"foreground": "#72f1b8"
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"scope": "storage.type.cs",
|
|
502
|
+
"settings": {
|
|
503
|
+
"foreground": "#fe4450"
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"scope": "entity.name.variable.local.cs",
|
|
508
|
+
"settings": {
|
|
509
|
+
"foreground": "#ff7edb"
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"scope": [
|
|
514
|
+
"entity.name.variable.field.cs",
|
|
515
|
+
"entity.name.variable.property.cs"
|
|
516
|
+
],
|
|
517
|
+
"settings": {
|
|
518
|
+
"foreground": "#ff7edb"
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"scope": "constant.other.placeholder.c",
|
|
523
|
+
"settings": {
|
|
524
|
+
"fontStyle": "italic",
|
|
525
|
+
"foreground": "#72f1b8"
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"scope": [
|
|
530
|
+
"keyword.control.directive.include.c",
|
|
531
|
+
"keyword.control.directive.define.c"
|
|
532
|
+
],
|
|
533
|
+
"settings": {
|
|
534
|
+
"foreground": "#72f1b8"
|
|
535
|
+
}
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"scope": "storage.modifier.c",
|
|
539
|
+
"settings": {
|
|
540
|
+
"foreground": "#fe4450"
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"scope": "source.cpp keyword.operator",
|
|
545
|
+
"settings": {
|
|
546
|
+
"foreground": "#fede5d"
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"scope": "constant.other.placeholder.cpp",
|
|
551
|
+
"settings": {
|
|
552
|
+
"fontStyle": "italic",
|
|
553
|
+
"foreground": "#72f1b8"
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"scope": [
|
|
558
|
+
"keyword.control.directive.include.cpp",
|
|
559
|
+
"keyword.control.directive.define.cpp"
|
|
560
|
+
],
|
|
561
|
+
"settings": {
|
|
562
|
+
"foreground": "#72f1b8"
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"scope": "storage.modifier.specifier.const.cpp",
|
|
567
|
+
"settings": {
|
|
568
|
+
"foreground": "#fe4450"
|
|
569
|
+
}
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"scope": [
|
|
573
|
+
"source.elixir support.type.elixir",
|
|
574
|
+
"source.elixir meta.module.elixir entity.name.class.elixir"
|
|
575
|
+
],
|
|
576
|
+
"settings": {
|
|
577
|
+
"foreground": "#36f9f6"
|
|
578
|
+
}
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"scope": "source.elixir entity.name.function",
|
|
582
|
+
"settings": {
|
|
583
|
+
"foreground": "#72f1b8"
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"scope": [
|
|
588
|
+
"source.elixir constant.other.symbol.elixir",
|
|
589
|
+
"source.elixir constant.other.keywords.elixir"
|
|
590
|
+
],
|
|
591
|
+
"settings": {
|
|
592
|
+
"foreground": "#36f9f6"
|
|
593
|
+
}
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"scope": "source.elixir punctuation.definition.string",
|
|
597
|
+
"settings": {
|
|
598
|
+
"foreground": "#72f1b8"
|
|
599
|
+
}
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"scope": [
|
|
603
|
+
"source.elixir variable.other.readwrite.module.elixir",
|
|
604
|
+
"source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir"
|
|
605
|
+
],
|
|
606
|
+
"settings": {
|
|
607
|
+
"foreground": "#72f1b8"
|
|
608
|
+
}
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"scope": "source.elixir .punctuation.binary.elixir",
|
|
612
|
+
"settings": {
|
|
613
|
+
"fontStyle": "italic",
|
|
614
|
+
"foreground": "#ff7edb"
|
|
615
|
+
}
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"scope": [
|
|
619
|
+
"entity.global.clojure"
|
|
620
|
+
],
|
|
621
|
+
"settings": {
|
|
622
|
+
"fontStyle": "bold",
|
|
623
|
+
"foreground": "#36f9f6"
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"scope": [
|
|
628
|
+
"storage.control.clojure"
|
|
629
|
+
],
|
|
630
|
+
"settings": {
|
|
631
|
+
"fontStyle": "italic",
|
|
632
|
+
"foreground": "#36f9f6"
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"scope": [
|
|
637
|
+
"meta.metadata.simple.clojure",
|
|
638
|
+
"meta.metadata.map.clojure"
|
|
639
|
+
],
|
|
640
|
+
"settings": {
|
|
641
|
+
"fontStyle": "italic",
|
|
642
|
+
"foreground": "#fe4450"
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"scope": [
|
|
647
|
+
"meta.quoted-expression.clojure"
|
|
648
|
+
],
|
|
649
|
+
"settings": {
|
|
650
|
+
"fontStyle": "italic"
|
|
651
|
+
}
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"scope": [
|
|
655
|
+
"meta.symbol.clojure"
|
|
656
|
+
],
|
|
657
|
+
"settings": {
|
|
658
|
+
"foreground": "#ff7edbff"
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"scope": "source.go",
|
|
663
|
+
"settings": {
|
|
664
|
+
"foreground": "#ff7edbff"
|
|
665
|
+
}
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"scope": "source.go meta.function-call.go",
|
|
669
|
+
"settings": {
|
|
670
|
+
"foreground": "#36f9f6"
|
|
671
|
+
}
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"scope": [
|
|
675
|
+
"source.go keyword.package.go",
|
|
676
|
+
"source.go keyword.import.go",
|
|
677
|
+
"source.go keyword.function.go",
|
|
678
|
+
"source.go keyword.type.go",
|
|
679
|
+
"source.go keyword.const.go",
|
|
680
|
+
"source.go keyword.var.go",
|
|
681
|
+
"source.go keyword.map.go",
|
|
682
|
+
"source.go keyword.channel.go",
|
|
683
|
+
"source.go keyword.control.go"
|
|
684
|
+
],
|
|
685
|
+
"settings": {
|
|
686
|
+
"foreground": "#fede5d"
|
|
687
|
+
}
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"scope": [
|
|
691
|
+
"source.go storage.type",
|
|
692
|
+
"source.go keyword.struct.go",
|
|
693
|
+
"source.go keyword.interface.go"
|
|
694
|
+
],
|
|
695
|
+
"settings": {
|
|
696
|
+
"foreground": "#72f1b8"
|
|
697
|
+
}
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"scope": [
|
|
701
|
+
"source.go constant.language.go",
|
|
702
|
+
"source.go constant.other.placeholder.go",
|
|
703
|
+
"source.go variable"
|
|
704
|
+
],
|
|
705
|
+
"settings": {
|
|
706
|
+
"foreground": "#2EE2FA"
|
|
707
|
+
}
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"scope": [
|
|
711
|
+
"markup.underline.link.markdown",
|
|
712
|
+
"markup.inline.raw.string.markdown"
|
|
713
|
+
],
|
|
714
|
+
"settings": {
|
|
715
|
+
"fontStyle": "italic",
|
|
716
|
+
"foreground": "#72f1b8"
|
|
717
|
+
}
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"scope": [
|
|
721
|
+
"string.other.link.title.markdown"
|
|
722
|
+
],
|
|
723
|
+
"settings": {
|
|
724
|
+
"foreground": "#fede5d"
|
|
725
|
+
}
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"scope": [
|
|
729
|
+
"markup.heading.markdown",
|
|
730
|
+
"entity.name.section.markdown"
|
|
731
|
+
],
|
|
732
|
+
"settings": {
|
|
733
|
+
"fontStyle": "bold",
|
|
734
|
+
"foreground": "#ff7edb"
|
|
735
|
+
}
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"scope": [
|
|
739
|
+
"markup.italic.markdown"
|
|
740
|
+
],
|
|
741
|
+
"settings": {
|
|
742
|
+
"fontStyle": "italic",
|
|
743
|
+
"foreground": "#2EE2FA"
|
|
744
|
+
}
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"scope": [
|
|
748
|
+
"markup.bold.markdown"
|
|
749
|
+
],
|
|
750
|
+
"settings": {
|
|
751
|
+
"fontStyle": "bold",
|
|
752
|
+
"foreground": "#2EE2FA"
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"scope": [
|
|
757
|
+
"punctuation.definition.quote.begin.markdown",
|
|
758
|
+
"markup.quote.markdown"
|
|
759
|
+
],
|
|
760
|
+
"settings": {
|
|
761
|
+
"foreground": "#72f1b8"
|
|
762
|
+
}
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"scope": [
|
|
766
|
+
"source.dart",
|
|
767
|
+
"source.python",
|
|
768
|
+
"source.scala"
|
|
769
|
+
],
|
|
770
|
+
"settings": {
|
|
771
|
+
"foreground": "#ff7edbff"
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"scope": [
|
|
776
|
+
"string.interpolated.single.dart"
|
|
777
|
+
],
|
|
778
|
+
"settings": {
|
|
779
|
+
"foreground": "#f97e72"
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"scope": [
|
|
784
|
+
"variable.parameter.dart"
|
|
785
|
+
],
|
|
786
|
+
"settings": {
|
|
787
|
+
"foreground": "#72f1b8"
|
|
788
|
+
}
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"scope": [
|
|
792
|
+
"constant.numeric.dart"
|
|
793
|
+
],
|
|
794
|
+
"settings": {
|
|
795
|
+
"foreground": "#2EE2FA"
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"scope": [
|
|
800
|
+
"variable.parameter.scala"
|
|
801
|
+
],
|
|
802
|
+
"settings": {
|
|
803
|
+
"foreground": "#2EE2FA"
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"scope": [
|
|
808
|
+
"meta.template.expression.scala"
|
|
809
|
+
],
|
|
810
|
+
"settings": {
|
|
811
|
+
"foreground": "#72f1b8"
|
|
812
|
+
}
|
|
813
|
+
}
|
|
814
|
+
],
|
|
815
|
+
"type": "dark"
|
|
816
|
+
}
|