tm-themes 0.0.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/LICENSE +22 -0
- package/NOTICE +461 -0
- package/README.md +60 -0
- package/index.d.ts +14 -0
- package/index.js +269 -0
- package/package.json +49 -0
- package/themes/dark-modern.json +1268 -0
- package/themes/dark-plus.json +600 -0
- package/themes/dracula-soft.json +1136 -0
- package/themes/dracula.json +1136 -0
- package/themes/github-dark-dimmed.json +652 -0
- package/themes/github-dark.json +544 -0
- package/themes/github-light.json +540 -0
- package/themes/light-modern.json +1316 -0
- package/themes/light-plus.json +626 -0
- package/themes/material-theme-darker.json +848 -0
- package/themes/material-theme-lighter.json +848 -0
- package/themes/material-theme-ocean.json +848 -0
- package/themes/material-theme-palenight.json +848 -0
- package/themes/material-theme.json +848 -0
- package/themes/min-dark.json +310 -0
- package/themes/min-light.json +328 -0
- package/themes/monokai.json +484 -0
- package/themes/nord.json +1423 -0
- package/themes/one-dark-pro.json +2246 -0
- package/themes/poimandres.json +1368 -0
- package/themes/rose-pine-dawn.json +734 -0
- package/themes/rose-pine-moon.json +734 -0
- package/themes/rose-pine.json +734 -0
- package/themes/slack-dark.json +584 -0
- package/themes/slack-ochin.json +513 -0
- package/themes/solarized-dark.json +428 -0
- package/themes/solarized-light.json +420 -0
- package/themes/vitesse-black.json +680 -0
- package/themes/vitesse-dark.json +680 -0
- package/themes/vitesse-light.json +678 -0
|
@@ -0,0 +1,513 @@
|
|
|
1
|
+
{
|
|
2
|
+
"colors": {
|
|
3
|
+
"activityBar.background": "#161F26",
|
|
4
|
+
"activityBar.dropBackground": "#FFF",
|
|
5
|
+
"activityBar.foreground": "#FFF",
|
|
6
|
+
"activityBarBadge.background": "#8AE773",
|
|
7
|
+
"activityBarBadge.foreground": "#FFF",
|
|
8
|
+
"badge.background": "#8AE773",
|
|
9
|
+
"breadcrumb.focusForeground": "#475663",
|
|
10
|
+
"breadcrumb.foreground": "#161F26",
|
|
11
|
+
"button.background": "#475663",
|
|
12
|
+
"button.foreground": "#FFF",
|
|
13
|
+
"button.hoverBackground": "#161F26",
|
|
14
|
+
"debugExceptionWidget.background": "#AED4FB",
|
|
15
|
+
"debugExceptionWidget.border": "#161F26",
|
|
16
|
+
"debugToolBar.background": "#161F26",
|
|
17
|
+
"dropdown.background": "#FFF",
|
|
18
|
+
"dropdown.border": "#DCDEDF",
|
|
19
|
+
"dropdown.foreground": "#DCDEDF",
|
|
20
|
+
"dropdown.listBackground": "#FFF",
|
|
21
|
+
"editor.background": "#FFF",
|
|
22
|
+
"editor.findMatchBackground": "#AED4FB",
|
|
23
|
+
"editor.foreground": "#000",
|
|
24
|
+
"editor.lineHighlightBackground": "#EEEEEE",
|
|
25
|
+
"editor.selectionBackground": "#AED4FB",
|
|
26
|
+
"editor.wordHighlightBackground": "#AED4FB",
|
|
27
|
+
"editor.wordHighlightStrongBackground": "#EEEEEE",
|
|
28
|
+
"editorActiveLineNumber.foreground": "#475663",
|
|
29
|
+
"editorGroup.emptyBackground": "#2D3E4C",
|
|
30
|
+
"editorGroup.focusedEmptyBorder": "#2D3E4C",
|
|
31
|
+
"editorGroupHeader.tabsBackground": "#2D3E4C",
|
|
32
|
+
"editorHint.border": "#F9F9F9",
|
|
33
|
+
"editorHint.foreground": "#F9F9F9",
|
|
34
|
+
"editorIndentGuide.activeBackground": "#dbdbdb",
|
|
35
|
+
"editorIndentGuide.background": "#F3F3F3",
|
|
36
|
+
"editorLineNumber.foreground": "#b9b9b9",
|
|
37
|
+
"editorMarkerNavigation.background": "#F9F9F9",
|
|
38
|
+
"editorMarkerNavigationError.background": "#F44C5E",
|
|
39
|
+
"editorMarkerNavigationInfo.background": "#6182b8",
|
|
40
|
+
"editorMarkerNavigationWarning.background": "#F6B555",
|
|
41
|
+
"editorPane.background": "#2D3E4C",
|
|
42
|
+
"editorSuggestWidget.foreground": "#2D3E4C",
|
|
43
|
+
"editorSuggestWidget.highlightForeground": "#2D3E4C",
|
|
44
|
+
"editorSuggestWidget.selectedBackground": "#b9b9b9",
|
|
45
|
+
"editorWidget.background": "#F9F9F9",
|
|
46
|
+
"editorWidget.border": "#dbdbdb",
|
|
47
|
+
"extensionButton.prominentBackground": "#475663",
|
|
48
|
+
"extensionButton.prominentForeground": "#F6F6F6",
|
|
49
|
+
"extensionButton.prominentHoverBackground": "#161F26",
|
|
50
|
+
"focusBorder": "#161F26",
|
|
51
|
+
"foreground": "#616161",
|
|
52
|
+
"gitDecoration.addedResourceForeground": "#ECB22E",
|
|
53
|
+
"gitDecoration.conflictingResourceForeground": "#FFF",
|
|
54
|
+
"gitDecoration.deletedResourceForeground": "#FFF",
|
|
55
|
+
"gitDecoration.ignoredResourceForeground": "#877583",
|
|
56
|
+
"gitDecoration.modifiedResourceForeground": "#ECB22E",
|
|
57
|
+
"gitDecoration.untrackedResourceForeground": "#ECB22E",
|
|
58
|
+
"input.background": "#FFF",
|
|
59
|
+
"input.border": "#161F26",
|
|
60
|
+
"input.foreground": "#000",
|
|
61
|
+
"input.placeholderForeground": "#a0a0a0",
|
|
62
|
+
"inputOption.activeBorder": "#3E313C",
|
|
63
|
+
"inputValidation.errorBackground": "#F44C5E",
|
|
64
|
+
"inputValidation.errorForeground": "#FFF",
|
|
65
|
+
"inputValidation.infoBackground": "#6182b8",
|
|
66
|
+
"inputValidation.infoForeground": "#FFF",
|
|
67
|
+
"inputValidation.warningBackground": "#F6B555",
|
|
68
|
+
"inputValidation.warningForeground": "#000",
|
|
69
|
+
"list.activeSelectionBackground": "#5899C5",
|
|
70
|
+
"list.activeSelectionForeground": "#fff",
|
|
71
|
+
"list.focusBackground": "#d5e1ea",
|
|
72
|
+
"list.focusForeground": "#fff",
|
|
73
|
+
"list.highlightForeground": "#2D3E4C",
|
|
74
|
+
"list.hoverBackground": "#d5e1ea",
|
|
75
|
+
"list.hoverForeground": "#fff",
|
|
76
|
+
"list.inactiveFocusBackground": "#161F26",
|
|
77
|
+
"list.inactiveSelectionBackground": "#5899C5",
|
|
78
|
+
"list.inactiveSelectionForeground": "#fff",
|
|
79
|
+
"list.invalidItemForeground": "#fff",
|
|
80
|
+
"menu.background": "#161F26",
|
|
81
|
+
"menu.foreground": "#F9FAFA",
|
|
82
|
+
"menu.separatorBackground": "#F9FAFA",
|
|
83
|
+
"notificationCenter.border": "#161F26",
|
|
84
|
+
"notificationCenterHeader.foreground": "#FFF",
|
|
85
|
+
"notificationLink.foreground": "#FFF",
|
|
86
|
+
"notificationToast.border": "#161F26",
|
|
87
|
+
"notifications.background": "#161F26",
|
|
88
|
+
"notifications.border": "#161F26",
|
|
89
|
+
"notifications.foreground": "#FFF",
|
|
90
|
+
"panel.border": "#2D3E4C",
|
|
91
|
+
"panelTitle.activeForeground": "#161F26",
|
|
92
|
+
"progressBar.background": "#8AE773",
|
|
93
|
+
"scrollbar.shadow": "#ffffff00",
|
|
94
|
+
"scrollbarSlider.activeBackground": "#161F267e",
|
|
95
|
+
"scrollbarSlider.background": "#161F267e",
|
|
96
|
+
"scrollbarSlider.hoverBackground": "#161F267e",
|
|
97
|
+
"settings.dropdownBorder": "#161F26",
|
|
98
|
+
"settings.dropdownForeground": "#161F26",
|
|
99
|
+
"settings.headerForeground": "#161F26",
|
|
100
|
+
"sideBar.background": "#2D3E4C",
|
|
101
|
+
"sideBar.foreground": "#DCDEDF",
|
|
102
|
+
"sideBarSectionHeader.background": "#161F26",
|
|
103
|
+
"sideBarSectionHeader.foreground": "#FFF",
|
|
104
|
+
"sideBarTitle.foreground": "#FFF",
|
|
105
|
+
"statusBar.background": "#5899C5",
|
|
106
|
+
"statusBar.debuggingBackground": "#8AE773",
|
|
107
|
+
"statusBar.foreground": "#FFF",
|
|
108
|
+
"statusBar.noFolderBackground": "#161F26",
|
|
109
|
+
"tab.activeBackground": "#FFF",
|
|
110
|
+
"tab.activeForeground": "#000",
|
|
111
|
+
"tab.border": "#F3F3F3",
|
|
112
|
+
"tab.inactiveBackground": "#F3F3F3",
|
|
113
|
+
"tab.inactiveForeground": "#686868",
|
|
114
|
+
"terminal.ansiBlack": "#000000",
|
|
115
|
+
"terminal.ansiBlue": "#6182b8",
|
|
116
|
+
"terminal.ansiBrightBlack": "#90a4ae",
|
|
117
|
+
"terminal.ansiBrightBlue": "#6182b8",
|
|
118
|
+
"terminal.ansiBrightCyan": "#39adb5",
|
|
119
|
+
"terminal.ansiBrightGreen": "#91b859",
|
|
120
|
+
"terminal.ansiBrightMagenta": "#7c4dff",
|
|
121
|
+
"terminal.ansiBrightRed": "#e53935",
|
|
122
|
+
"terminal.ansiBrightWhite": "#ffffff",
|
|
123
|
+
"terminal.ansiBrightYellow": "#ffb62c",
|
|
124
|
+
"terminal.ansiCyan": "#39adb5",
|
|
125
|
+
"terminal.ansiGreen": "#91b859",
|
|
126
|
+
"terminal.ansiMagenta": "#7c4dff",
|
|
127
|
+
"terminal.ansiRed": "#e53935",
|
|
128
|
+
"terminal.ansiWhite": "#ffffff",
|
|
129
|
+
"terminal.ansiYellow": "#ffb62c",
|
|
130
|
+
"terminal.border": "#2D3E4C",
|
|
131
|
+
"terminal.foreground": "#161F26",
|
|
132
|
+
"terminal.selectionBackground": "#0006",
|
|
133
|
+
"textPreformat.foreground": "#161F26",
|
|
134
|
+
"titleBar.activeBackground": "#2D3E4C",
|
|
135
|
+
"titleBar.activeForeground": "#FFF",
|
|
136
|
+
"titleBar.border": "#2D3E4C",
|
|
137
|
+
"titleBar.inactiveBackground": "#161F26",
|
|
138
|
+
"titleBar.inactiveForeground": "#685C66",
|
|
139
|
+
"welcomePage.buttonBackground": "#F3F3F3",
|
|
140
|
+
"welcomePage.buttonHoverBackground": "#ECECEC",
|
|
141
|
+
"widget.shadow": "#161F2694"
|
|
142
|
+
},
|
|
143
|
+
"displayName": "Slack Theme Ochin",
|
|
144
|
+
"name": "slack-ochin",
|
|
145
|
+
"tokenColors": [
|
|
146
|
+
{
|
|
147
|
+
"settings": {
|
|
148
|
+
"foreground": "#002339"
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"scope": [
|
|
153
|
+
"meta.paragraph.markdown",
|
|
154
|
+
"string.other.link.description.title.markdown"
|
|
155
|
+
],
|
|
156
|
+
"settings": {
|
|
157
|
+
"foreground": "#110000"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"scope": [
|
|
162
|
+
"entity.name.section.markdown",
|
|
163
|
+
"punctuation.definition.heading.markdown"
|
|
164
|
+
],
|
|
165
|
+
"settings": {
|
|
166
|
+
"foreground": "#034c7c"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"scope": [
|
|
171
|
+
"punctuation.definition.string.begin.markdown",
|
|
172
|
+
"punctuation.definition.string.end.markdown",
|
|
173
|
+
"markup.quote.markdown"
|
|
174
|
+
],
|
|
175
|
+
"settings": {
|
|
176
|
+
"foreground": "#00AC8F"
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"scope": [
|
|
181
|
+
"markup.quote.markdown"
|
|
182
|
+
],
|
|
183
|
+
"settings": {
|
|
184
|
+
"fontStyle": "italic",
|
|
185
|
+
"foreground": "#003494"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"scope": [
|
|
190
|
+
"markup.bold.markdown",
|
|
191
|
+
"punctuation.definition.bold.markdown"
|
|
192
|
+
],
|
|
193
|
+
"settings": {
|
|
194
|
+
"fontStyle": "bold",
|
|
195
|
+
"foreground": "#4e76b5"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"scope": [
|
|
200
|
+
"markup.italic.markdown",
|
|
201
|
+
"punctuation.definition.italic.markdown"
|
|
202
|
+
],
|
|
203
|
+
"settings": {
|
|
204
|
+
"fontStyle": "italic",
|
|
205
|
+
"foreground": "#C792EA"
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"scope": [
|
|
210
|
+
"markup.inline.raw.string.markdown",
|
|
211
|
+
"markup.fenced_code.block.markdown"
|
|
212
|
+
],
|
|
213
|
+
"settings": {
|
|
214
|
+
"fontStyle": "italic",
|
|
215
|
+
"foreground": "#0460b1"
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"scope": [
|
|
220
|
+
"punctuation.definition.metadata.markdown"
|
|
221
|
+
],
|
|
222
|
+
"settings": {
|
|
223
|
+
"foreground": "#00AC8F"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"scope": [
|
|
228
|
+
"markup.underline.link.image.markdown",
|
|
229
|
+
"markup.underline.link.markdown"
|
|
230
|
+
],
|
|
231
|
+
"settings": {
|
|
232
|
+
"foreground": "#924205"
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "Comment",
|
|
237
|
+
"scope": "comment",
|
|
238
|
+
"settings": {
|
|
239
|
+
"fontStyle": "italic",
|
|
240
|
+
"foreground": "#357b42"
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"name": "String",
|
|
245
|
+
"scope": "string",
|
|
246
|
+
"settings": {
|
|
247
|
+
"foreground": "#a44185"
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "Number",
|
|
252
|
+
"scope": "constant.numeric",
|
|
253
|
+
"settings": {
|
|
254
|
+
"foreground": "#174781"
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"name": "Constant",
|
|
259
|
+
"scope": "constant",
|
|
260
|
+
"settings": {
|
|
261
|
+
"foreground": "#174781"
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "Built-in constant",
|
|
266
|
+
"scope": "language.method",
|
|
267
|
+
"settings": {
|
|
268
|
+
"foreground": "#174781"
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"name": "User-defined constant",
|
|
273
|
+
"scope": [
|
|
274
|
+
"constant.character",
|
|
275
|
+
"constant.other"
|
|
276
|
+
],
|
|
277
|
+
"settings": {
|
|
278
|
+
"foreground": "#174781"
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"name": "Variable",
|
|
283
|
+
"scope": "variable",
|
|
284
|
+
"settings": {
|
|
285
|
+
"fontStyle": "",
|
|
286
|
+
"foreground": "#2f86d2"
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"name": "Variable",
|
|
291
|
+
"scope": "variable.language.this",
|
|
292
|
+
"settings": {
|
|
293
|
+
"fontStyle": "",
|
|
294
|
+
"foreground": "#000000"
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"name": "Keyword",
|
|
299
|
+
"scope": "keyword",
|
|
300
|
+
"settings": {
|
|
301
|
+
"fontStyle": "",
|
|
302
|
+
"foreground": "#7b30d0"
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"name": "Storage",
|
|
307
|
+
"scope": "storage",
|
|
308
|
+
"settings": {
|
|
309
|
+
"fontStyle": "",
|
|
310
|
+
"foreground": "#da5221"
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"name": "Storage type",
|
|
315
|
+
"scope": "storage.type",
|
|
316
|
+
"settings": {
|
|
317
|
+
"fontStyle": "",
|
|
318
|
+
"foreground": "#0991b6"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"name": "Class name",
|
|
323
|
+
"scope": "entity.name.class",
|
|
324
|
+
"settings": {
|
|
325
|
+
"foreground": "#1172c7"
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"name": "Inherited class",
|
|
330
|
+
"scope": "entity.other.inherited-class",
|
|
331
|
+
"settings": {
|
|
332
|
+
"fontStyle": "",
|
|
333
|
+
"foreground": "#b02767"
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"name": "Function name",
|
|
338
|
+
"scope": "entity.name.function",
|
|
339
|
+
"settings": {
|
|
340
|
+
"fontStyle": "",
|
|
341
|
+
"foreground": "#7eb233"
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"name": "Function argument",
|
|
346
|
+
"scope": "variable.parameter",
|
|
347
|
+
"settings": {
|
|
348
|
+
"fontStyle": "",
|
|
349
|
+
"foreground": "#b1108e"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"name": "Tag name",
|
|
354
|
+
"scope": "entity.name.tag",
|
|
355
|
+
"settings": {
|
|
356
|
+
"fontStyle": "",
|
|
357
|
+
"foreground": "#0444ac"
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"name": "Html Other",
|
|
362
|
+
"scope": "text.html.basic",
|
|
363
|
+
"settings": {
|
|
364
|
+
"fontStyle": "",
|
|
365
|
+
"foreground": "#0071ce"
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"name": "Entity Name Type",
|
|
370
|
+
"scope": "entity.name.type",
|
|
371
|
+
"settings": {
|
|
372
|
+
"foreground": "#0444ac"
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"name": "Tag attribute",
|
|
377
|
+
"scope": "entity.other.attribute-name",
|
|
378
|
+
"settings": {
|
|
379
|
+
"fontStyle": "italic",
|
|
380
|
+
"foreground": "#df8618"
|
|
381
|
+
}
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"name": "Library function",
|
|
385
|
+
"scope": "support.function",
|
|
386
|
+
"settings": {
|
|
387
|
+
"fontStyle": "",
|
|
388
|
+
"foreground": "#1ab394"
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"name": "Library constant",
|
|
393
|
+
"scope": "support.constant",
|
|
394
|
+
"settings": {
|
|
395
|
+
"fontStyle": "",
|
|
396
|
+
"foreground": "#174781"
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"name": "Library class/type",
|
|
401
|
+
"scope": [
|
|
402
|
+
"support.type",
|
|
403
|
+
"support.class"
|
|
404
|
+
],
|
|
405
|
+
"settings": {
|
|
406
|
+
"foreground": "#dc3eb7"
|
|
407
|
+
}
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"name": "Library variable",
|
|
411
|
+
"scope": "support.other.variable",
|
|
412
|
+
"settings": {
|
|
413
|
+
"foreground": "#224555"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"name": "Invalid",
|
|
418
|
+
"scope": "invalid",
|
|
419
|
+
"settings": {
|
|
420
|
+
"fontStyle": " italic bold underline",
|
|
421
|
+
"foreground": "#207bb8"
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "Invalid deprecated",
|
|
426
|
+
"scope": "invalid.deprecated",
|
|
427
|
+
"settings": {
|
|
428
|
+
"fontStyle": " bold italic underline",
|
|
429
|
+
"foreground": "#207bb8"
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"name": "[JSON] - Support",
|
|
434
|
+
"scope": "source.json support",
|
|
435
|
+
"settings": {
|
|
436
|
+
"foreground": "#6dbdfa"
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"name": "[JSON] - String",
|
|
441
|
+
"scope": [
|
|
442
|
+
"source.json string",
|
|
443
|
+
"source.json punctuation.definition.string"
|
|
444
|
+
],
|
|
445
|
+
"settings": {
|
|
446
|
+
"foreground": "#00820f"
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"name": "Lists",
|
|
451
|
+
"scope": "markup.list",
|
|
452
|
+
"settings": {
|
|
453
|
+
"foreground": "#207bb8"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "Headings",
|
|
458
|
+
"scope": [
|
|
459
|
+
"markup.heading punctuation.definition.heading",
|
|
460
|
+
"entity.name.section"
|
|
461
|
+
],
|
|
462
|
+
"settings": {
|
|
463
|
+
"fontStyle": "",
|
|
464
|
+
"foreground": "#4FB4D8"
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"name": "Support",
|
|
469
|
+
"scope": [
|
|
470
|
+
"text.html.markdown meta.paragraph meta.link.inline",
|
|
471
|
+
"text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.begin.markdown",
|
|
472
|
+
"text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.end.markdown"
|
|
473
|
+
],
|
|
474
|
+
"settings": {
|
|
475
|
+
"foreground": "#87429A"
|
|
476
|
+
}
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"name": "Quotes",
|
|
480
|
+
"scope": "markup.quote",
|
|
481
|
+
"settings": {
|
|
482
|
+
"foreground": "#87429A"
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"name": "Bold",
|
|
487
|
+
"scope": "markup.bold",
|
|
488
|
+
"settings": {
|
|
489
|
+
"fontStyle": "bold",
|
|
490
|
+
"foreground": "#08134A"
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"name": "Italic",
|
|
495
|
+
"scope": [
|
|
496
|
+
"markup.italic",
|
|
497
|
+
"punctuation.definition.italic"
|
|
498
|
+
],
|
|
499
|
+
"settings": {
|
|
500
|
+
"fontStyle": "italic",
|
|
501
|
+
"foreground": "#174781"
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"name": "Link Url",
|
|
506
|
+
"scope": "meta.link",
|
|
507
|
+
"settings": {
|
|
508
|
+
"foreground": "#87429A"
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
],
|
|
512
|
+
"type": "light"
|
|
513
|
+
}
|