tm-themes 1.8.9 → 1.9.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 +27 -0
- package/README.md +3 -0
- package/index.js +36 -0
- package/package.json +1 -1
- package/themes/kanagawa-dragon.json +875 -0
- package/themes/kanagawa-lotus.json +875 -0
- package/themes/kanagawa-wave.json +875 -0
|
@@ -0,0 +1,875 @@
|
|
|
1
|
+
{
|
|
2
|
+
"colors": {
|
|
3
|
+
"activityBar.background": "#E7DBA0",
|
|
4
|
+
"activityBar.foreground": "#545464",
|
|
5
|
+
"activityBarBadge.background": "#5A7785",
|
|
6
|
+
"activityBarBadge.foreground": "#545464",
|
|
7
|
+
"badge.background": "#E7DBA0",
|
|
8
|
+
"button.background": "#E7DBA0",
|
|
9
|
+
"button.foreground": "#43436C",
|
|
10
|
+
"button.secondaryBackground": "#C7D7E0",
|
|
11
|
+
"button.secondaryForeground": "#545464",
|
|
12
|
+
"checkbox.border": "#C7D7E0",
|
|
13
|
+
"debugToolBar.background": "#D5CEA3",
|
|
14
|
+
"descriptionForeground": "#545464",
|
|
15
|
+
"diffEditor.insertedTextBackground": "#B7D0AE80",
|
|
16
|
+
"dropdown.background": "#D5CEA3",
|
|
17
|
+
"dropdown.border": "#D5CEA3",
|
|
18
|
+
"editor.background": "#F2ECBC",
|
|
19
|
+
"editor.findMatchBackground": "#B5CBD2",
|
|
20
|
+
"editor.findMatchBorder": "#E98A00",
|
|
21
|
+
"editor.findMatchHighlightBackground": "#B5CBD280",
|
|
22
|
+
"editor.foreground": "#545464",
|
|
23
|
+
"editor.lineHighlightBackground": "#E4D794",
|
|
24
|
+
"editor.selectionBackground": "#C7D7E0",
|
|
25
|
+
"editor.selectionHighlightBackground": "#E4D79480",
|
|
26
|
+
"editor.selectionHighlightBorder": "#766B90",
|
|
27
|
+
"editor.wordHighlightBackground": "#E4D7944D",
|
|
28
|
+
"editor.wordHighlightBorder": "#766B90",
|
|
29
|
+
"editor.wordHighlightStrongBackground": "#E4D7944D",
|
|
30
|
+
"editor.wordHighlightStrongBorder": "#766B90",
|
|
31
|
+
"editorBracketHighlight.foreground1": "#624C83",
|
|
32
|
+
"editorBracketHighlight.foreground2": "#CC6D00",
|
|
33
|
+
"editorBracketHighlight.foreground3": "#4D699B",
|
|
34
|
+
"editorBracketHighlight.foreground4": "#B35B79",
|
|
35
|
+
"editorBracketHighlight.foreground5": "#77713F",
|
|
36
|
+
"editorBracketHighlight.foreground6": "#597B75",
|
|
37
|
+
"editorBracketHighlight.unexpectedBracket.foreground": "#D9A594",
|
|
38
|
+
"editorBracketMatch.background": "#D5CEA3",
|
|
39
|
+
"editorBracketMatch.border": "#766B90",
|
|
40
|
+
"editorBracketPairGuide.activeBackground1": "#624C83",
|
|
41
|
+
"editorBracketPairGuide.activeBackground2": "#CC6D00",
|
|
42
|
+
"editorBracketPairGuide.activeBackground3": "#4D699B",
|
|
43
|
+
"editorBracketPairGuide.activeBackground4": "#B35B79",
|
|
44
|
+
"editorBracketPairGuide.activeBackground5": "#77713F",
|
|
45
|
+
"editorBracketPairGuide.activeBackground6": "#597B75",
|
|
46
|
+
"editorCursor.background": "#F2ECBC",
|
|
47
|
+
"editorCursor.foreground": "#545464",
|
|
48
|
+
"editorError.foreground": "#E82424",
|
|
49
|
+
"editorGroup.border": "#D5CEA3",
|
|
50
|
+
"editorGroupHeader.tabsBackground": "#D5CEA3",
|
|
51
|
+
"editorGutter.addedBackground": "#6E915F",
|
|
52
|
+
"editorGutter.deletedBackground": "#D7474B",
|
|
53
|
+
"editorGutter.modifiedBackground": "#DE9800",
|
|
54
|
+
"editorHoverWidget.background": "#F2ECBC",
|
|
55
|
+
"editorHoverWidget.border": "#E7DBA0",
|
|
56
|
+
"editorHoverWidget.highlightForeground": "#5A7785",
|
|
57
|
+
"editorIndentGuide.activeBackground1": "#E4D794",
|
|
58
|
+
"editorIndentGuide.background1": "#E7DBA0",
|
|
59
|
+
"editorInlayHint.background": "#F2ECBC",
|
|
60
|
+
"editorInlayHint.foreground": "#716E61",
|
|
61
|
+
"editorLineNumber.activeForeground": "#CC6D00",
|
|
62
|
+
"editorLineNumber.foreground": "#766B90",
|
|
63
|
+
"editorMarkerNavigation.background": "#E4D794",
|
|
64
|
+
"editorRuler.foreground": "#ff0000",
|
|
65
|
+
"editorSuggestWidget.background": "#C7D7E0",
|
|
66
|
+
"editorSuggestWidget.border": "#C7D7E0",
|
|
67
|
+
"editorSuggestWidget.selectedBackground": "#B5CBD2",
|
|
68
|
+
"editorWarning.foreground": "#E98A00",
|
|
69
|
+
"editorWhitespace.foreground": "#F2ECBC",
|
|
70
|
+
"editorWidget.background": "#F2ECBC",
|
|
71
|
+
"focusBorder": "#C7D7E0",
|
|
72
|
+
"foreground": "#545464",
|
|
73
|
+
"gitDecoration.ignoredResourceForeground": "#716E61",
|
|
74
|
+
"input.background": "#D5CEA3",
|
|
75
|
+
"list.activeSelectionBackground": "#E4D794",
|
|
76
|
+
"list.activeSelectionForeground": "#545464",
|
|
77
|
+
"list.focusBackground": "#E7DBA0",
|
|
78
|
+
"list.focusForeground": "#545464",
|
|
79
|
+
"list.highlightForeground": "#4D699B",
|
|
80
|
+
"list.hoverBackground": "#E4D794",
|
|
81
|
+
"list.hoverForeground": "#545464",
|
|
82
|
+
"list.inactiveSelectionBackground": "#E7DBA0",
|
|
83
|
+
"list.inactiveSelectionForeground": "#545464",
|
|
84
|
+
"list.warningForeground": "#E98A00",
|
|
85
|
+
"menu.background": "#E4D794",
|
|
86
|
+
"menu.border": "#D5CEA3",
|
|
87
|
+
"menu.foreground": "#545464",
|
|
88
|
+
"menu.selectionBackground": "#D5CEA3",
|
|
89
|
+
"menu.selectionForeground": "#545464",
|
|
90
|
+
"menu.separatorBackground": "#766B90",
|
|
91
|
+
"menubar.selectionBackground": "#D5CEA3",
|
|
92
|
+
"menubar.selectionForeground": "#545464",
|
|
93
|
+
"minimapGutter.addedBackground": "#6E915F",
|
|
94
|
+
"minimapGutter.deletedBackground": "#D7474B",
|
|
95
|
+
"minimapGutter.modifiedBackground": "#DE9800",
|
|
96
|
+
"panel.border": "#D5CEA3",
|
|
97
|
+
"panelSectionHeader.background": "#F2ECBC",
|
|
98
|
+
"peekView.border": "#766B90",
|
|
99
|
+
"peekViewEditor.background": "#E7DBA0",
|
|
100
|
+
"peekViewEditor.matchHighlightBackground": "#B5CBD2",
|
|
101
|
+
"peekViewResult.background": "#E4D794",
|
|
102
|
+
"scrollbar.shadow": "#E4D794",
|
|
103
|
+
"scrollbarSlider.activeBackground": "#E7DBA080",
|
|
104
|
+
"scrollbarSlider.background": "#766B9066",
|
|
105
|
+
"scrollbarSlider.hoverBackground": "#766B9080",
|
|
106
|
+
"settings.focusedRowBackground": "#E4D794",
|
|
107
|
+
"settings.headerForeground": "#545464",
|
|
108
|
+
"sideBar.background": "#F2ECBC",
|
|
109
|
+
"sideBar.border": "#D5CEA3",
|
|
110
|
+
"sideBar.foreground": "#545464",
|
|
111
|
+
"sideBarSectionHeader.background": "#E4D794",
|
|
112
|
+
"sideBarSectionHeader.foreground": "#545464",
|
|
113
|
+
"statusBar.background": "#D5CEA3",
|
|
114
|
+
"statusBar.debuggingBackground": "#E82424",
|
|
115
|
+
"statusBar.debuggingBorder": "#624C83",
|
|
116
|
+
"statusBar.debuggingForeground": "#545464",
|
|
117
|
+
"statusBar.foreground": "#43436C",
|
|
118
|
+
"statusBar.noFolderBackground": "#F2ECBC",
|
|
119
|
+
"statusBarItem.hoverBackground": "#E4D794",
|
|
120
|
+
"statusBarItem.remoteBackground": "#B5CBD2",
|
|
121
|
+
"statusBarItem.remoteForeground": "#545464",
|
|
122
|
+
"tab.activeBackground": "#E7DBA0",
|
|
123
|
+
"tab.activeForeground": "#4D699B",
|
|
124
|
+
"tab.border": "#E7DBA0",
|
|
125
|
+
"tab.hoverBackground": "#E4D794",
|
|
126
|
+
"tab.inactiveBackground": "#E5DDB0",
|
|
127
|
+
"tab.unfocusedHoverBackground": "#F2ECBC",
|
|
128
|
+
"terminal.ansiBlack": "#1F1F28",
|
|
129
|
+
"terminal.ansiBlue": "#4D699B",
|
|
130
|
+
"terminal.ansiBrightBlack": "#8A8980",
|
|
131
|
+
"terminal.ansiBrightBlue": "#6693BF",
|
|
132
|
+
"terminal.ansiBrightCyan": "#5E857A",
|
|
133
|
+
"terminal.ansiBrightGreen": "#6E915F",
|
|
134
|
+
"terminal.ansiBrightMagenta": "#624C83",
|
|
135
|
+
"terminal.ansiBrightRed": "#D7474B",
|
|
136
|
+
"terminal.ansiBrightWhite": "#43436C",
|
|
137
|
+
"terminal.ansiBrightYellow": "#836F4A",
|
|
138
|
+
"terminal.ansiCyan": "#597B75",
|
|
139
|
+
"terminal.ansiGreen": "#6F894E",
|
|
140
|
+
"terminal.ansiMagenta": "#B35B79",
|
|
141
|
+
"terminal.ansiRed": "#C84053",
|
|
142
|
+
"terminal.ansiWhite": "#545464",
|
|
143
|
+
"terminal.ansiYellow": "#77713F",
|
|
144
|
+
"terminal.background": "#F2ECBC",
|
|
145
|
+
"terminal.border": "#D5CEA3",
|
|
146
|
+
"terminal.foreground": "#545464",
|
|
147
|
+
"terminal.selectionBackground": "#C7D7E0",
|
|
148
|
+
"textBlockQuote.background": "#F2ECBC",
|
|
149
|
+
"textBlockQuote.border": "#D5CEA3",
|
|
150
|
+
"textLink.foreground": "#5E857A",
|
|
151
|
+
"textPreformat.foreground": "#E98A00",
|
|
152
|
+
"titleBar.activeBackground": "#E4D794",
|
|
153
|
+
"titleBar.activeForeground": "#545464",
|
|
154
|
+
"titleBar.inactiveBackground": "#F2ECBC",
|
|
155
|
+
"titleBar.inactiveForeground": "#545464",
|
|
156
|
+
"walkThrough.embeddedEditorBackground": "#F2ECBC"
|
|
157
|
+
},
|
|
158
|
+
"displayName": "Kanagawa Lotus",
|
|
159
|
+
"name": "kanagawa-lotus",
|
|
160
|
+
"semanticHighlighting": true,
|
|
161
|
+
"semanticTokenColors": {
|
|
162
|
+
"arithmetic": "#836F4A",
|
|
163
|
+
"function": "#4D699B",
|
|
164
|
+
"keyword.controlFlow": {
|
|
165
|
+
"fontStyle": "bold",
|
|
166
|
+
"foreground": "#624C83"
|
|
167
|
+
},
|
|
168
|
+
"macro": "#C84053",
|
|
169
|
+
"method": "#6693BF",
|
|
170
|
+
"operator": "#836F4A",
|
|
171
|
+
"parameter": "#5D57A3",
|
|
172
|
+
"parameter.declaration": "#5D57A3",
|
|
173
|
+
"parameter.definition": "#5D57A3",
|
|
174
|
+
"variable": "#545464",
|
|
175
|
+
"variable.readonly": "#545464",
|
|
176
|
+
"variable.readonly.defaultLibrary": "#545464",
|
|
177
|
+
"variable.readonly.local": "#545464"
|
|
178
|
+
},
|
|
179
|
+
"tokenColors": [
|
|
180
|
+
{
|
|
181
|
+
"scope": [
|
|
182
|
+
"comment",
|
|
183
|
+
"punctuation.definition.comment"
|
|
184
|
+
],
|
|
185
|
+
"settings": {
|
|
186
|
+
"foreground": "#716E61"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"scope": [
|
|
191
|
+
"variable",
|
|
192
|
+
"string constant.other.placeholder"
|
|
193
|
+
],
|
|
194
|
+
"settings": {
|
|
195
|
+
"foreground": "#545464"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"scope": [
|
|
200
|
+
"constant.other.color"
|
|
201
|
+
],
|
|
202
|
+
"settings": {
|
|
203
|
+
"foreground": "#CC6D00"
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"scope": [
|
|
208
|
+
"invalid",
|
|
209
|
+
"invalid.illegal"
|
|
210
|
+
],
|
|
211
|
+
"settings": {
|
|
212
|
+
"foreground": "#E82424"
|
|
213
|
+
}
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"scope": [
|
|
217
|
+
"storage.type"
|
|
218
|
+
],
|
|
219
|
+
"settings": {
|
|
220
|
+
"foreground": "#624C83"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"scope": [
|
|
225
|
+
"storage.modifier"
|
|
226
|
+
],
|
|
227
|
+
"settings": {
|
|
228
|
+
"foreground": "#624C83"
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"scope": [
|
|
233
|
+
"keyword.control.flow",
|
|
234
|
+
"keyword.control.conditional",
|
|
235
|
+
"keyword.control.loop"
|
|
236
|
+
],
|
|
237
|
+
"settings": {
|
|
238
|
+
"fontStyle": "bold",
|
|
239
|
+
"foreground": "#624C83"
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"scope": [
|
|
244
|
+
"keyword.control",
|
|
245
|
+
"constant.other.color",
|
|
246
|
+
"meta.tag",
|
|
247
|
+
"keyword.other.template",
|
|
248
|
+
"keyword.other.substitution",
|
|
249
|
+
"keyword.other"
|
|
250
|
+
],
|
|
251
|
+
"settings": {
|
|
252
|
+
"foreground": "#624C83"
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"scope": [
|
|
257
|
+
"keyword.other.definition.ini"
|
|
258
|
+
],
|
|
259
|
+
"settings": {
|
|
260
|
+
"foreground": "#CC6D00"
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"scope": [
|
|
265
|
+
"keyword.control.trycatch"
|
|
266
|
+
],
|
|
267
|
+
"settings": {
|
|
268
|
+
"fontStyle": "bold",
|
|
269
|
+
"foreground": "#D9A594"
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"scope": [
|
|
274
|
+
"keyword.other.unit",
|
|
275
|
+
"keyword.operator"
|
|
276
|
+
],
|
|
277
|
+
"settings": {
|
|
278
|
+
"foreground": "#77713F"
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"scope": [
|
|
283
|
+
"punctuation",
|
|
284
|
+
"punctuation.definition.tag",
|
|
285
|
+
"punctuation.separator.inheritance.php",
|
|
286
|
+
"punctuation.definition.tag.html",
|
|
287
|
+
"punctuation.definition.tag.begin.html",
|
|
288
|
+
"punctuation.definition.tag.end.html",
|
|
289
|
+
"punctuation.section.embedded",
|
|
290
|
+
"meta.brace",
|
|
291
|
+
"keyword.operator.type.annotation",
|
|
292
|
+
"keyword.operator.namespace"
|
|
293
|
+
],
|
|
294
|
+
"settings": {
|
|
295
|
+
"foreground": "#4E8CA2"
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"scope": [
|
|
300
|
+
"entity.name.tag",
|
|
301
|
+
"meta.tag.sgml"
|
|
302
|
+
],
|
|
303
|
+
"settings": {
|
|
304
|
+
"foreground": "#77713F"
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"scope": [
|
|
309
|
+
"entity.name.tag.html"
|
|
310
|
+
],
|
|
311
|
+
"settings": {
|
|
312
|
+
"foreground": "#624C83"
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"scope": [
|
|
317
|
+
"entity.name.function",
|
|
318
|
+
"meta.function-call",
|
|
319
|
+
"variable.function",
|
|
320
|
+
"support.function"
|
|
321
|
+
],
|
|
322
|
+
"settings": {
|
|
323
|
+
"foreground": "#4D699B"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"scope": [
|
|
328
|
+
"keyword.other.special-method"
|
|
329
|
+
],
|
|
330
|
+
"settings": {
|
|
331
|
+
"foreground": "#6693BF"
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"scope": [
|
|
336
|
+
"entity.name.function.macro"
|
|
337
|
+
],
|
|
338
|
+
"settings": {
|
|
339
|
+
"foreground": "#C84053"
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"scope": [
|
|
344
|
+
"meta.block variable.other"
|
|
345
|
+
],
|
|
346
|
+
"settings": {
|
|
347
|
+
"foreground": "#545464"
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"scope": [
|
|
352
|
+
"variable.other.enummember"
|
|
353
|
+
],
|
|
354
|
+
"settings": {
|
|
355
|
+
"foreground": "#CC6D00"
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"scope": [
|
|
360
|
+
"support.other.variable"
|
|
361
|
+
],
|
|
362
|
+
"settings": {
|
|
363
|
+
"foreground": "#545464"
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"scope": [
|
|
368
|
+
"string.other.link"
|
|
369
|
+
],
|
|
370
|
+
"settings": {
|
|
371
|
+
"foreground": "#6693BF"
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"scope": [
|
|
376
|
+
"constant.numeric",
|
|
377
|
+
"constant.language",
|
|
378
|
+
"support.constant",
|
|
379
|
+
"constant.character",
|
|
380
|
+
"constant.escape"
|
|
381
|
+
],
|
|
382
|
+
"settings": {
|
|
383
|
+
"foreground": "#CC6D00"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"scope": [
|
|
388
|
+
"constant.language.boolean"
|
|
389
|
+
],
|
|
390
|
+
"settings": {
|
|
391
|
+
"foreground": "#CC6D00"
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"scope": [
|
|
396
|
+
"constant.numeric"
|
|
397
|
+
],
|
|
398
|
+
"settings": {
|
|
399
|
+
"foreground": "#B35B79"
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"scope": [
|
|
404
|
+
"string",
|
|
405
|
+
"punctuation.definition.string",
|
|
406
|
+
"constant.other.symbol",
|
|
407
|
+
"constant.other.key",
|
|
408
|
+
"entity.other.inherited-class",
|
|
409
|
+
"markup.heading",
|
|
410
|
+
"markup.inserted.git_gutter",
|
|
411
|
+
"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js",
|
|
412
|
+
"markup.inline.raw.string"
|
|
413
|
+
],
|
|
414
|
+
"settings": {
|
|
415
|
+
"foreground": "#6F894E"
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"scope": [
|
|
420
|
+
"entity.name",
|
|
421
|
+
"support.type",
|
|
422
|
+
"support.class",
|
|
423
|
+
"support.other.namespace.use.php",
|
|
424
|
+
"meta.use.php",
|
|
425
|
+
"support.other.namespace.php",
|
|
426
|
+
"support.type.sys-types"
|
|
427
|
+
],
|
|
428
|
+
"settings": {
|
|
429
|
+
"foreground": "#597B75"
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"scope": [
|
|
434
|
+
"entity.name.type.module",
|
|
435
|
+
"entity.name.namespace"
|
|
436
|
+
],
|
|
437
|
+
"settings": {
|
|
438
|
+
"foreground": "#77713F"
|
|
439
|
+
}
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"scope": [
|
|
443
|
+
"entity.name.import.go"
|
|
444
|
+
],
|
|
445
|
+
"settings": {
|
|
446
|
+
"foreground": "#6F894E"
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"scope": [
|
|
451
|
+
"variable.other.property"
|
|
452
|
+
],
|
|
453
|
+
"settings": {
|
|
454
|
+
"foreground": "#77713F"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"scope": [
|
|
459
|
+
"keyword.control.import",
|
|
460
|
+
"keyword.import",
|
|
461
|
+
"meta.import"
|
|
462
|
+
],
|
|
463
|
+
"settings": {
|
|
464
|
+
"foreground": "#CC6D00"
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"scope": [
|
|
469
|
+
"source.css support.type.property-name",
|
|
470
|
+
"source.sass support.type.property-name",
|
|
471
|
+
"source.scss support.type.property-name",
|
|
472
|
+
"source.less support.type.property-name",
|
|
473
|
+
"source.stylus support.type.property-name",
|
|
474
|
+
"source.postcss support.type.property-name"
|
|
475
|
+
],
|
|
476
|
+
"settings": {
|
|
477
|
+
"foreground": "#597B75"
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"scope": [
|
|
482
|
+
"entity.name.module.js",
|
|
483
|
+
"variable.import.parameter.js",
|
|
484
|
+
"variable.other.class.js"
|
|
485
|
+
],
|
|
486
|
+
"settings": {
|
|
487
|
+
"foreground": "#D9A594"
|
|
488
|
+
}
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"scope": [
|
|
492
|
+
"variable.language"
|
|
493
|
+
],
|
|
494
|
+
"settings": {
|
|
495
|
+
"foreground": "#D9A594"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"scope": [
|
|
500
|
+
"entity.name.method.js"
|
|
501
|
+
],
|
|
502
|
+
"settings": {
|
|
503
|
+
"foreground": "#6693BF"
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"scope": [
|
|
508
|
+
"meta.class-method.js entity.name.function.js",
|
|
509
|
+
"variable.function.constructor"
|
|
510
|
+
],
|
|
511
|
+
"settings": {
|
|
512
|
+
"foreground": "#6693BF"
|
|
513
|
+
}
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"scope": [
|
|
517
|
+
"entity.other.attribute-name"
|
|
518
|
+
],
|
|
519
|
+
"settings": {
|
|
520
|
+
"foreground": "#624C83"
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"scope": [
|
|
525
|
+
"entity.other.attribute-name.html",
|
|
526
|
+
"invalid.deprecated.entity.other.attribute-name.html"
|
|
527
|
+
],
|
|
528
|
+
"settings": {
|
|
529
|
+
"foreground": "#77713F"
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"scope": [
|
|
534
|
+
"entity.other.attribute-name.class"
|
|
535
|
+
],
|
|
536
|
+
"settings": {
|
|
537
|
+
"foreground": "#77713F"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"scope": [
|
|
542
|
+
"source.sass keyword.control"
|
|
543
|
+
],
|
|
544
|
+
"settings": {
|
|
545
|
+
"foreground": "#6693BF"
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"scope": [
|
|
550
|
+
"markup.inserted"
|
|
551
|
+
],
|
|
552
|
+
"settings": {
|
|
553
|
+
"foreground": "#6E915F"
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"scope": [
|
|
558
|
+
"markup.deleted"
|
|
559
|
+
],
|
|
560
|
+
"settings": {
|
|
561
|
+
"foreground": "#D7474B"
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"scope": [
|
|
566
|
+
"markup.changed"
|
|
567
|
+
],
|
|
568
|
+
"settings": {
|
|
569
|
+
"foreground": "#DE9800"
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"scope": [
|
|
574
|
+
"string.regexp"
|
|
575
|
+
],
|
|
576
|
+
"settings": {
|
|
577
|
+
"foreground": "#836F4A"
|
|
578
|
+
}
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"scope": [
|
|
582
|
+
"constant.character.escape"
|
|
583
|
+
],
|
|
584
|
+
"settings": {
|
|
585
|
+
"foreground": "#6693BF"
|
|
586
|
+
}
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"scope": [
|
|
590
|
+
"*url*",
|
|
591
|
+
"*link*",
|
|
592
|
+
"*uri*"
|
|
593
|
+
],
|
|
594
|
+
"settings": {
|
|
595
|
+
"fontStyle": "underline"
|
|
596
|
+
}
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"scope": [
|
|
600
|
+
"tag.decorator.js entity.name.tag.js",
|
|
601
|
+
"tag.decorator.js punctuation.definition.tag.js"
|
|
602
|
+
],
|
|
603
|
+
"settings": {
|
|
604
|
+
"foreground": "#624C83"
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"scope": [
|
|
609
|
+
"source.js constant.other.object.key.js string.unquoted.label.js"
|
|
610
|
+
],
|
|
611
|
+
"settings": {
|
|
612
|
+
"foreground": "#D9A594"
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"scope": [
|
|
617
|
+
"source.json meta.structure.dictionary.json support.type.property-name.json"
|
|
618
|
+
],
|
|
619
|
+
"settings": {
|
|
620
|
+
"foreground": "#B35B79"
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"scope": [
|
|
625
|
+
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
626
|
+
],
|
|
627
|
+
"settings": {
|
|
628
|
+
"foreground": "#77713F"
|
|
629
|
+
}
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"scope": [
|
|
633
|
+
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
634
|
+
],
|
|
635
|
+
"settings": {
|
|
636
|
+
"foreground": "#CC6D00"
|
|
637
|
+
}
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"scope": [
|
|
641
|
+
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
642
|
+
],
|
|
643
|
+
"settings": {
|
|
644
|
+
"foreground": "#D9A594"
|
|
645
|
+
}
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"scope": [
|
|
649
|
+
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
650
|
+
],
|
|
651
|
+
"settings": {
|
|
652
|
+
"foreground": "#CC6D00"
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"scope": [
|
|
657
|
+
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
658
|
+
],
|
|
659
|
+
"settings": {
|
|
660
|
+
"foreground": "#4D699B"
|
|
661
|
+
}
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"scope": [
|
|
665
|
+
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
666
|
+
],
|
|
667
|
+
"settings": {
|
|
668
|
+
"foreground": "#B35B79"
|
|
669
|
+
}
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"scope": [
|
|
673
|
+
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
674
|
+
],
|
|
675
|
+
"settings": {
|
|
676
|
+
"foreground": "#624C83"
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"scope": [
|
|
681
|
+
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
682
|
+
],
|
|
683
|
+
"settings": {
|
|
684
|
+
"foreground": "#6F894E"
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"scope": [
|
|
689
|
+
"meta.tag JSXNested",
|
|
690
|
+
"meta.jsx.children",
|
|
691
|
+
"text.html",
|
|
692
|
+
"text.log"
|
|
693
|
+
],
|
|
694
|
+
"settings": {
|
|
695
|
+
"foreground": "#545464"
|
|
696
|
+
}
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"scope": [
|
|
700
|
+
"text.html.markdown",
|
|
701
|
+
"punctuation.definition.list_item.markdown"
|
|
702
|
+
],
|
|
703
|
+
"settings": {
|
|
704
|
+
"foreground": "#545464"
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"scope": [
|
|
709
|
+
"text.html.markdown markup.inline.raw.markdown"
|
|
710
|
+
],
|
|
711
|
+
"settings": {
|
|
712
|
+
"foreground": "#624C83"
|
|
713
|
+
}
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"scope": [
|
|
717
|
+
"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
|
|
718
|
+
],
|
|
719
|
+
"settings": {
|
|
720
|
+
"foreground": "#624C83"
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"scope": [
|
|
725
|
+
"markdown.heading",
|
|
726
|
+
"entity.name.section.markdown",
|
|
727
|
+
"markup.heading.markdown"
|
|
728
|
+
],
|
|
729
|
+
"settings": {
|
|
730
|
+
"foreground": "#4D699B"
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"scope": [
|
|
735
|
+
"markup.italic"
|
|
736
|
+
],
|
|
737
|
+
"settings": {
|
|
738
|
+
"fontStyle": "italic",
|
|
739
|
+
"foreground": "#C84053"
|
|
740
|
+
}
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"scope": [
|
|
744
|
+
"markup.bold",
|
|
745
|
+
"markup.bold string"
|
|
746
|
+
],
|
|
747
|
+
"settings": {
|
|
748
|
+
"fontStyle": "bold"
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"scope": [
|
|
753
|
+
"markup.bold markup.italic",
|
|
754
|
+
"markup.italic markup.bold",
|
|
755
|
+
"markup.quote markup.bold",
|
|
756
|
+
"markup.bold markup.italic string",
|
|
757
|
+
"markup.italic markup.bold string",
|
|
758
|
+
"markup.quote markup.bold string"
|
|
759
|
+
],
|
|
760
|
+
"settings": {
|
|
761
|
+
"fontStyle": "bold",
|
|
762
|
+
"foreground": "#C84053"
|
|
763
|
+
}
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"scope": [
|
|
767
|
+
"markup.underline"
|
|
768
|
+
],
|
|
769
|
+
"settings": {
|
|
770
|
+
"fontStyle": "underline",
|
|
771
|
+
"foreground": "#6693BF"
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"scope": [
|
|
776
|
+
"markup.quote punctuation.definition.blockquote.markdown"
|
|
777
|
+
],
|
|
778
|
+
"settings": {
|
|
779
|
+
"foreground": "#716E61"
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"scope": [
|
|
784
|
+
"markup.quote"
|
|
785
|
+
],
|
|
786
|
+
"settings": {
|
|
787
|
+
"fontStyle": "italic"
|
|
788
|
+
}
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"scope": [
|
|
792
|
+
"string.other.link.title.markdown"
|
|
793
|
+
],
|
|
794
|
+
"settings": {
|
|
795
|
+
"foreground": "#CC6D00"
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"scope": [
|
|
800
|
+
"string.other.link.description.title.markdown"
|
|
801
|
+
],
|
|
802
|
+
"settings": {
|
|
803
|
+
"foreground": "#624C83"
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"scope": [
|
|
808
|
+
"constant.other.reference.link.markdown"
|
|
809
|
+
],
|
|
810
|
+
"settings": {
|
|
811
|
+
"foreground": "#77713F"
|
|
812
|
+
}
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"scope": [
|
|
816
|
+
"markup.raw.block"
|
|
817
|
+
],
|
|
818
|
+
"settings": {
|
|
819
|
+
"foreground": "#624C83"
|
|
820
|
+
}
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"scope": [
|
|
824
|
+
"markup.raw.block.fenced.markdown"
|
|
825
|
+
],
|
|
826
|
+
"settings": {
|
|
827
|
+
"foreground": "#716E61"
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"scope": [
|
|
832
|
+
"punctuation.definition.fenced.markdown"
|
|
833
|
+
],
|
|
834
|
+
"settings": {
|
|
835
|
+
"foreground": "#716E61"
|
|
836
|
+
}
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"scope": [
|
|
840
|
+
"markup.raw.block.fenced.markdown",
|
|
841
|
+
"variable.language.fenced.markdown",
|
|
842
|
+
"punctuation.section.class.end"
|
|
843
|
+
],
|
|
844
|
+
"settings": {
|
|
845
|
+
"foreground": "#545464"
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"scope": [
|
|
850
|
+
"variable.language.fenced.markdown"
|
|
851
|
+
],
|
|
852
|
+
"settings": {
|
|
853
|
+
"foreground": "#716E61"
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"scope": [
|
|
858
|
+
"meta.separator"
|
|
859
|
+
],
|
|
860
|
+
"settings": {
|
|
861
|
+
"fontStyle": "bold",
|
|
862
|
+
"foreground": "#4E8CA2"
|
|
863
|
+
}
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"scope": [
|
|
867
|
+
"markup.table"
|
|
868
|
+
],
|
|
869
|
+
"settings": {
|
|
870
|
+
"foreground": "#545464"
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
],
|
|
874
|
+
"type": "light"
|
|
875
|
+
}
|