@codingame/monaco-vscode-theme-red-default-extension 1.85.2 → 1.85.3
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/index.js +3 -2
- package/package.json +2 -2
- package/resources/Red-color-theme.json +1 -0
- package/resources/package.json +1 -0
- package/resources/package.nls.json +1 -0
- package/Red-color-theme.json +0 -412
- package/package.nls.json +0 -5
package/index.js
CHANGED
|
@@ -3,7 +3,8 @@ import { registerExtension } from 'vscode/extensions';
|
|
|
3
3
|
var manifest = {name:"theme-red",displayName:"%displayName%",description:"%description%",version:"1.0.0",publisher:"vscode",license:"MIT",engines:{vscode:"*"},contributes:{themes:[{id:"Red",label:"%themeLabel%",uiTheme:"vs-dark",path:"./themes/Red-color-theme.json"}]},repository:{type:"git",url:"https://github.com/microsoft/vscode.git"},main:undefined};
|
|
4
4
|
|
|
5
5
|
const { registerFileUrl, whenReady } = registerExtension(manifest);
|
|
6
|
-
registerFileUrl('
|
|
7
|
-
registerFileUrl('package.nls.json', new URL('./package.nls.json', import.meta.url).toString(), 'application/json');
|
|
6
|
+
registerFileUrl('package.json', new URL('./resources/package.json', import.meta.url).toString(), 'application/json');
|
|
7
|
+
registerFileUrl('package.nls.json', new URL('./resources/package.nls.json', import.meta.url).toString(), 'application/json');
|
|
8
|
+
registerFileUrl('themes/Red-color-theme.json', new URL('./resources/Red-color-theme.json', import.meta.url).toString(), 'application/json');
|
|
8
9
|
|
|
9
10
|
export { whenReady };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-theme-red-default-extension",
|
|
3
|
-
"version": "1.85.
|
|
3
|
+
"version": "1.85.3",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"vscode": "npm:@codingame/monaco-vscode-api@1.85.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@1.85.3"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"name":"Red","colors":{"activityBar.background":"#580000","tab.inactiveBackground":"#300a0a","tab.activeBackground":"#490000","tab.lastPinnedBorder":"#ff000044","sideBar.background":"#330000","statusBar.background":"#700000","statusBar.noFolderBackground":"#700000","statusBarItem.remoteBackground":"#c33","ports.iconRunningProcessForeground":"#DB7E58","editorGroupHeader.tabsBackground":"#330000","titleBar.activeBackground":"#770000","titleBar.inactiveBackground":"#772222","selection.background":"#ff777788","editor.background":"#390000","editorGroup.border":"#ff666633","editorCursor.foreground":"#970000","editor.foreground":"#F8F8F8","editorWhitespace.foreground":"#c10000","editor.selectionBackground":"#750000","minimap.selectionHighlight":"#750000","editorLineNumber.foreground":"#ff777788","editorLineNumber.activeForeground":"#ffbbbb88","editorWidget.background":"#300000","editorHoverWidget.background":"#300000","editorSuggestWidget.background":"#300000","editorSuggestWidget.border":"#220000","editor.lineHighlightBackground":"#ff000033","editor.hoverHighlightBackground":"#ff000044","editor.selectionHighlightBackground":"#f5500039","editorLink.activeForeground":"#FFD0AA","peekViewTitle.background":"#550000","peekView.border":"#ff000044","peekViewResult.background":"#400000","peekViewEditor.background":"#300000","debugToolBar.background":"#660000","focusBorder":"#ff6666aa","button.background":"#833","dropdown.background":"#580000","input.background":"#580000","inputOption.activeBorder":"#cc0000","inputValidation.infoBackground":"#550000","inputValidation.infoBorder":"#DB7E58","list.hoverBackground":"#800000","list.activeSelectionBackground":"#880000","list.inactiveSelectionBackground":"#770000","list.dropBackground":"#662222","quickInputList.focusBackground":"#660000","list.highlightForeground":"#ff4444","pickerGroup.foreground":"#cc9999","pickerGroup.border":"#ff000033","badge.background":"#cc3333","progressBar.background":"#cc3333","errorForeground":"#ffeaea","extensionButton.prominentBackground":"#cc3333","extensionButton.prominentHoverBackground":"#cc333388"},"tokenColors":[{"settings":{"foreground":"#F8F8F8"}},{"scope":["meta.embedded","source.groovy.embedded","string meta.image.inline.markdown","variable.legacy.builtin.python"],"settings":{"foreground":"#F8F8F8"}},{"name":"Comment","scope":"comment","settings":{"fontStyle":"italic","foreground":"#e7c0c0ff"}},{"name":"Constant","scope":"constant","settings":{"fontStyle":"","foreground":"#994646ff"}},{"name":"Keyword","scope":"keyword","settings":{"fontStyle":"","foreground":"#f12727ff"}},{"name":"Entity","scope":"entity","settings":{"fontStyle":"","foreground":"#fec758ff"}},{"name":"Storage","scope":"storage","settings":{"fontStyle":"bold","foreground":"#ff6262ff"}},{"name":"String","scope":"string","settings":{"fontStyle":"","foreground":"#cd8d8dff"}},{"name":"Support","scope":"support","settings":{"fontStyle":"","foreground":"#9df39fff"}},{"name":"Variable","scope":"variable","settings":{"fontStyle":"italic","foreground":"#fb9a4bff"}},{"name":"Invalid","scope":"invalid","settings":{"foreground":"#ffffffff"}},{"name":"Entity inherited-class","scope":"entity.other.inherited-class","settings":{"fontStyle":"underline","foreground":"#aa5507ff"}},{"scope":"constant.character","settings":{"foreground":"#ec0d1e"}},{"scope":["string constant","constant.character.escape"],"settings":{"fontStyle":"","foreground":"#ffe862ff"}},{"name":"String.regexp","scope":"string.regexp","settings":{"foreground":"#ffb454ff"}},{"name":"String variable","scope":"string variable","settings":{"foreground":"#edef7dff"}},{"name":"Support.function","scope":"support.function","settings":{"fontStyle":"","foreground":"#ffb454ff"}},{"name":"Support.constant","scope":["support.constant","support.variable"],"settings":{"fontStyle":"","foreground":"#eb939aff"}},{"name":"Doctype/XML Processing","scope":["declaration.sgml.html declaration.doctype","declaration.sgml.html declaration.doctype entity","declaration.sgml.html declaration.doctype string","declaration.xml-processing","declaration.xml-processing entity","declaration.xml-processing string"],"settings":{"fontStyle":"","foreground":"#73817dff"}},{"name":"Meta.tag.A","scope":["declaration.tag","declaration.tag entity","meta.tag","meta.tag entity"],"settings":{"fontStyle":"","foreground":"#ec0d1eff"}},{"name":"css tag-name","scope":"meta.selector.css entity.name.tag","settings":{"fontStyle":"","foreground":"#aa5507ff"}},{"name":"css#id","scope":"meta.selector.css entity.other.attribute-name.id","settings":{"foreground":"#fec758ff"}},{"name":"css.class","scope":"meta.selector.css entity.other.attribute-name.class","settings":{"fontStyle":"","foreground":"#41a83eff"}},{"name":"css property-name:","scope":"support.type.property-name.css","settings":{"fontStyle":"","foreground":"#96dd3bff"}},{"name":"css property-value;","scope":["meta.property-group support.constant.property-value.css","meta.property-value support.constant.property-value.css"],"settings":{"fontStyle":"italic","foreground":"#ffe862ff"}},{"name":"css additional-constants","scope":["meta.property-value support.constant.named-color.css","meta.property-value constant"],"settings":{"fontStyle":"","foreground":"#ffe862ff"}},{"name":"css @at-rule","scope":"meta.preprocessor.at-rule keyword.control.at-rule","settings":{"foreground":"#fd6209ff"}},{"name":"css constructor.argument","scope":"meta.constructor.argument.css","settings":{"fontStyle":"","foreground":"#ec9799ff"}},{"name":"diff.header","scope":["meta.diff","meta.diff.header"],"settings":{"fontStyle":"italic","foreground":"#f8f8f8ff"}},{"name":"diff.deleted","scope":"markup.deleted","settings":{"foreground":"#ec9799ff"}},{"name":"diff.changed","scope":"markup.changed","settings":{"foreground":"#f8f8f8ff"}},{"name":"diff.inserted","scope":"markup.inserted","settings":{"foreground":"#41a83eff"}},{"name":"Markup Quote","scope":"markup.quote","settings":{"foreground":"#f12727ff"}},{"name":"Markup Lists","scope":"markup.list","settings":{"foreground":"#ff6262ff"}},{"name":"Markup Styling","scope":["markup.bold","markup.italic"],"settings":{"foreground":"#fb9a4bff"}},{"name":"Markup: Strong","scope":"markup.bold","settings":{"fontStyle":"bold"}},{"name":"Markup: Emphasis","scope":"markup.italic","settings":{"fontStyle":"italic"}},{"scope":"markup.strikethrough","settings":{"fontStyle":"strikethrough"}},{"name":"Markup Inline","scope":"markup.inline.raw","settings":{"fontStyle":"","foreground":"#cd8d8dff"}},{"name":"Headings","scope":["markup.heading","markup.heading.setext","punctuation.definition.heading","entity.name.section"],"settings":{"fontStyle":"bold","foreground":"#fec758ff"}},{"name":"String interpolation","scope":["punctuation.definition.template-expression.begin","punctuation.definition.template-expression.end","punctuation.section.embedded",".format.placeholder"],"settings":{"foreground":"#ec0d1e"}}],"semanticHighlighting":true}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"name":"theme-red","displayName":"%displayName%","description":"%description%","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"contributes":{"themes":[{"id":"Red","label":"%themeLabel%","uiTheme":"vs-dark","path":"./themes/Red-color-theme.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"displayName":"Red Theme","description":"Red theme for Visual Studio Code","themeLabel":"Red"}
|
package/Red-color-theme.json
DELETED
|
@@ -1,412 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "Red",
|
|
3
|
-
"colors": {
|
|
4
|
-
// window
|
|
5
|
-
"activityBar.background": "#580000",
|
|
6
|
-
"tab.inactiveBackground": "#300a0a",
|
|
7
|
-
"tab.activeBackground": "#490000",
|
|
8
|
-
"tab.lastPinnedBorder": "#ff000044",
|
|
9
|
-
"sideBar.background": "#330000",
|
|
10
|
-
"statusBar.background": "#700000",
|
|
11
|
-
"statusBar.noFolderBackground": "#700000",
|
|
12
|
-
"statusBarItem.remoteBackground": "#c33",
|
|
13
|
-
"ports.iconRunningProcessForeground": "#DB7E58",
|
|
14
|
-
"editorGroupHeader.tabsBackground": "#330000",
|
|
15
|
-
"titleBar.activeBackground": "#770000",
|
|
16
|
-
"titleBar.inactiveBackground": "#772222",
|
|
17
|
-
"selection.background": "#ff777788",
|
|
18
|
-
// editor
|
|
19
|
-
"editor.background": "#390000",
|
|
20
|
-
"editorGroup.border": "#ff666633",
|
|
21
|
-
"editorCursor.foreground": "#970000",
|
|
22
|
-
"editor.foreground": "#F8F8F8",
|
|
23
|
-
"editorWhitespace.foreground": "#c10000",
|
|
24
|
-
"editor.selectionBackground": "#750000",
|
|
25
|
-
"minimap.selectionHighlight": "#750000",
|
|
26
|
-
"editorLineNumber.foreground": "#ff777788",
|
|
27
|
-
"editorLineNumber.activeForeground": "#ffbbbb88",
|
|
28
|
-
"editorWidget.background": "#300000",
|
|
29
|
-
"editorHoverWidget.background": "#300000",
|
|
30
|
-
"editorSuggestWidget.background": "#300000",
|
|
31
|
-
"editorSuggestWidget.border": "#220000",
|
|
32
|
-
"editor.lineHighlightBackground": "#ff000033",
|
|
33
|
-
"editor.hoverHighlightBackground": "#ff000044",
|
|
34
|
-
"editor.selectionHighlightBackground": "#f5500039",
|
|
35
|
-
"editorLink.activeForeground": "#FFD0AA",
|
|
36
|
-
"peekViewTitle.background": "#550000",
|
|
37
|
-
"peekView.border": "#ff000044",
|
|
38
|
-
"peekViewResult.background": "#400000",
|
|
39
|
-
"peekViewEditor.background": "#300000",
|
|
40
|
-
// UI
|
|
41
|
-
"debugToolBar.background": "#660000",
|
|
42
|
-
"focusBorder": "#ff6666aa",
|
|
43
|
-
"button.background": "#833",
|
|
44
|
-
"dropdown.background": "#580000",
|
|
45
|
-
"input.background": "#580000",
|
|
46
|
-
"inputOption.activeBorder": "#cc0000",
|
|
47
|
-
"inputValidation.infoBackground": "#550000",
|
|
48
|
-
"inputValidation.infoBorder": "#DB7E58",
|
|
49
|
-
"list.hoverBackground": "#800000",
|
|
50
|
-
"list.activeSelectionBackground": "#880000",
|
|
51
|
-
"list.inactiveSelectionBackground": "#770000",
|
|
52
|
-
"list.dropBackground": "#662222",
|
|
53
|
-
"quickInputList.focusBackground": "#660000",
|
|
54
|
-
"list.highlightForeground": "#ff4444",
|
|
55
|
-
"pickerGroup.foreground": "#cc9999",
|
|
56
|
-
"pickerGroup.border": "#ff000033",
|
|
57
|
-
"badge.background": "#cc3333",
|
|
58
|
-
"progressBar.background": "#cc3333",
|
|
59
|
-
"errorForeground": "#ffeaea",
|
|
60
|
-
"extensionButton.prominentBackground": "#cc3333",
|
|
61
|
-
"extensionButton.prominentHoverBackground": "#cc333388"
|
|
62
|
-
},
|
|
63
|
-
"tokenColors": [
|
|
64
|
-
{
|
|
65
|
-
"settings": {
|
|
66
|
-
"foreground": "#F8F8F8",
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"scope": [
|
|
71
|
-
"meta.embedded",
|
|
72
|
-
"source.groovy.embedded",
|
|
73
|
-
"string meta.image.inline.markdown",
|
|
74
|
-
"variable.legacy.builtin.python"
|
|
75
|
-
],
|
|
76
|
-
"settings": {
|
|
77
|
-
"foreground": "#F8F8F8"
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"name": "Comment",
|
|
82
|
-
"scope": "comment",
|
|
83
|
-
"settings": {
|
|
84
|
-
"fontStyle": "italic",
|
|
85
|
-
"foreground": "#e7c0c0ff"
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"name": "Constant",
|
|
90
|
-
"scope": "constant",
|
|
91
|
-
"settings": {
|
|
92
|
-
"fontStyle": "",
|
|
93
|
-
"foreground": "#994646ff"
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"name": "Keyword",
|
|
98
|
-
"scope": "keyword",
|
|
99
|
-
"settings": {
|
|
100
|
-
"fontStyle": "",
|
|
101
|
-
"foreground": "#f12727ff"
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"name": "Entity",
|
|
106
|
-
"scope": "entity",
|
|
107
|
-
"settings": {
|
|
108
|
-
"fontStyle": "",
|
|
109
|
-
"foreground": "#fec758ff"
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"name": "Storage",
|
|
114
|
-
"scope": "storage",
|
|
115
|
-
"settings": {
|
|
116
|
-
"fontStyle": "bold",
|
|
117
|
-
"foreground": "#ff6262ff"
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"name": "String",
|
|
122
|
-
"scope": "string",
|
|
123
|
-
"settings": {
|
|
124
|
-
"fontStyle": "",
|
|
125
|
-
"foreground": "#cd8d8dff"
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"name": "Support",
|
|
130
|
-
"scope": "support",
|
|
131
|
-
"settings": {
|
|
132
|
-
"fontStyle": "",
|
|
133
|
-
"foreground": "#9df39fff"
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"name": "Variable",
|
|
138
|
-
"scope": "variable",
|
|
139
|
-
"settings": {
|
|
140
|
-
"fontStyle": "italic",
|
|
141
|
-
"foreground": "#fb9a4bff"
|
|
142
|
-
}
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"name": "Invalid",
|
|
146
|
-
"scope": "invalid",
|
|
147
|
-
"settings": {
|
|
148
|
-
"foreground": "#ffffffff"
|
|
149
|
-
}
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"name": "Entity inherited-class",
|
|
153
|
-
"scope": "entity.other.inherited-class",
|
|
154
|
-
"settings": {
|
|
155
|
-
"fontStyle": "underline",
|
|
156
|
-
"foreground": "#aa5507ff"
|
|
157
|
-
}
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"scope": "constant.character",
|
|
161
|
-
"settings": {
|
|
162
|
-
"foreground": "#ec0d1e"
|
|
163
|
-
}
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"scope": [
|
|
167
|
-
"string constant",
|
|
168
|
-
"constant.character.escape"
|
|
169
|
-
],
|
|
170
|
-
"settings": {
|
|
171
|
-
"fontStyle": "",
|
|
172
|
-
"foreground": "#ffe862ff"
|
|
173
|
-
}
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"name": "String.regexp",
|
|
177
|
-
"scope": "string.regexp",
|
|
178
|
-
"settings": {
|
|
179
|
-
"foreground": "#ffb454ff"
|
|
180
|
-
}
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"name": "String variable",
|
|
184
|
-
"scope": "string variable",
|
|
185
|
-
"settings": {
|
|
186
|
-
"foreground": "#edef7dff"
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"name": "Support.function",
|
|
191
|
-
"scope": "support.function",
|
|
192
|
-
"settings": {
|
|
193
|
-
"fontStyle": "",
|
|
194
|
-
"foreground": "#ffb454ff"
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"name": "Support.constant",
|
|
199
|
-
"scope": [ "support.constant", "support.variable"],
|
|
200
|
-
"settings": {
|
|
201
|
-
"fontStyle": "",
|
|
202
|
-
"foreground": "#eb939aff"
|
|
203
|
-
}
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"name": "Doctype/XML Processing",
|
|
207
|
-
"scope": [
|
|
208
|
-
"declaration.sgml.html declaration.doctype",
|
|
209
|
-
"declaration.sgml.html declaration.doctype entity",
|
|
210
|
-
"declaration.sgml.html declaration.doctype string",
|
|
211
|
-
"declaration.xml-processing",
|
|
212
|
-
"declaration.xml-processing entity",
|
|
213
|
-
"declaration.xml-processing string"
|
|
214
|
-
],
|
|
215
|
-
"settings": {
|
|
216
|
-
"fontStyle": "",
|
|
217
|
-
"foreground": "#73817dff"
|
|
218
|
-
}
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"name": "Meta.tag.A",
|
|
222
|
-
"scope": [
|
|
223
|
-
"declaration.tag",
|
|
224
|
-
"declaration.tag entity",
|
|
225
|
-
"meta.tag",
|
|
226
|
-
"meta.tag entity"
|
|
227
|
-
],
|
|
228
|
-
"settings": {
|
|
229
|
-
"fontStyle": "",
|
|
230
|
-
"foreground": "#ec0d1eff"
|
|
231
|
-
}
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"name": "css tag-name",
|
|
235
|
-
"scope": "meta.selector.css entity.name.tag",
|
|
236
|
-
"settings": {
|
|
237
|
-
"fontStyle": "",
|
|
238
|
-
"foreground": "#aa5507ff"
|
|
239
|
-
}
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"name": "css#id",
|
|
243
|
-
"scope": "meta.selector.css entity.other.attribute-name.id",
|
|
244
|
-
"settings": {
|
|
245
|
-
"foreground": "#fec758ff"
|
|
246
|
-
}
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"name": "css.class",
|
|
250
|
-
"scope": "meta.selector.css entity.other.attribute-name.class",
|
|
251
|
-
"settings": {
|
|
252
|
-
"fontStyle": "",
|
|
253
|
-
"foreground": "#41a83eff"
|
|
254
|
-
}
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"name": "css property-name:",
|
|
258
|
-
"scope": "support.type.property-name.css",
|
|
259
|
-
"settings": {
|
|
260
|
-
"fontStyle": "",
|
|
261
|
-
"foreground": "#96dd3bff"
|
|
262
|
-
}
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"name": "css property-value;",
|
|
266
|
-
"scope": [
|
|
267
|
-
"meta.property-group support.constant.property-value.css",
|
|
268
|
-
"meta.property-value support.constant.property-value.css"
|
|
269
|
-
],
|
|
270
|
-
"settings": {
|
|
271
|
-
"fontStyle": "italic",
|
|
272
|
-
"foreground": "#ffe862ff"
|
|
273
|
-
}
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"name": "css additional-constants",
|
|
277
|
-
"scope": [
|
|
278
|
-
"meta.property-value support.constant.named-color.css",
|
|
279
|
-
"meta.property-value constant"
|
|
280
|
-
],
|
|
281
|
-
"settings": {
|
|
282
|
-
"fontStyle": "",
|
|
283
|
-
"foreground": "#ffe862ff"
|
|
284
|
-
}
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
"name": "css @at-rule",
|
|
288
|
-
"scope": "meta.preprocessor.at-rule keyword.control.at-rule",
|
|
289
|
-
"settings": {
|
|
290
|
-
"foreground": "#fd6209ff"
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"name": "css constructor.argument",
|
|
295
|
-
"scope": "meta.constructor.argument.css",
|
|
296
|
-
"settings": {
|
|
297
|
-
"fontStyle": "",
|
|
298
|
-
"foreground": "#ec9799ff"
|
|
299
|
-
}
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"name": "diff.header",
|
|
303
|
-
"scope": [
|
|
304
|
-
"meta.diff",
|
|
305
|
-
"meta.diff.header"
|
|
306
|
-
],
|
|
307
|
-
"settings": {
|
|
308
|
-
"fontStyle": "italic",
|
|
309
|
-
"foreground": "#f8f8f8ff"
|
|
310
|
-
}
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"name": "diff.deleted",
|
|
314
|
-
"scope": "markup.deleted",
|
|
315
|
-
"settings": {
|
|
316
|
-
"foreground": "#ec9799ff"
|
|
317
|
-
}
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"name": "diff.changed",
|
|
321
|
-
"scope": "markup.changed",
|
|
322
|
-
"settings": {
|
|
323
|
-
"foreground": "#f8f8f8ff"
|
|
324
|
-
}
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"name": "diff.inserted",
|
|
328
|
-
"scope": "markup.inserted",
|
|
329
|
-
"settings": {
|
|
330
|
-
"foreground": "#41a83eff"
|
|
331
|
-
}
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"name": "Markup Quote",
|
|
335
|
-
"scope": "markup.quote",
|
|
336
|
-
"settings": {
|
|
337
|
-
"foreground": "#f12727ff"
|
|
338
|
-
}
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"name": "Markup Lists",
|
|
342
|
-
"scope": "markup.list",
|
|
343
|
-
"settings": {
|
|
344
|
-
"foreground": "#ff6262ff"
|
|
345
|
-
}
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"name": "Markup Styling",
|
|
349
|
-
"scope": [
|
|
350
|
-
"markup.bold",
|
|
351
|
-
"markup.italic"
|
|
352
|
-
],
|
|
353
|
-
"settings": {
|
|
354
|
-
"foreground": "#fb9a4bff"
|
|
355
|
-
}
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"name": "Markup: Strong",
|
|
359
|
-
"scope": "markup.bold",
|
|
360
|
-
"settings": {
|
|
361
|
-
"fontStyle": "bold"
|
|
362
|
-
}
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"name": "Markup: Emphasis",
|
|
366
|
-
"scope": "markup.italic",
|
|
367
|
-
"settings": {
|
|
368
|
-
"fontStyle": "italic"
|
|
369
|
-
}
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"scope": "markup.strikethrough",
|
|
373
|
-
"settings": {
|
|
374
|
-
"fontStyle": "strikethrough"
|
|
375
|
-
}
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"name": "Markup Inline",
|
|
379
|
-
"scope": "markup.inline.raw",
|
|
380
|
-
"settings": {
|
|
381
|
-
"fontStyle": "",
|
|
382
|
-
"foreground": "#cd8d8dff"
|
|
383
|
-
}
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
"name": "Headings",
|
|
387
|
-
"scope": [
|
|
388
|
-
"markup.heading",
|
|
389
|
-
"markup.heading.setext",
|
|
390
|
-
"punctuation.definition.heading",
|
|
391
|
-
"entity.name.section"
|
|
392
|
-
],
|
|
393
|
-
"settings": {
|
|
394
|
-
"fontStyle": "bold",
|
|
395
|
-
"foreground": "#fec758ff"
|
|
396
|
-
}
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"name": "String interpolation",
|
|
400
|
-
"scope": [
|
|
401
|
-
"punctuation.definition.template-expression.begin",
|
|
402
|
-
"punctuation.definition.template-expression.end",
|
|
403
|
-
"punctuation.section.embedded",
|
|
404
|
-
".format.placeholder"
|
|
405
|
-
],
|
|
406
|
-
"settings": {
|
|
407
|
-
"foreground": "#ec0d1e"
|
|
408
|
-
}
|
|
409
|
-
}
|
|
410
|
-
],
|
|
411
|
-
"semanticHighlighting": true
|
|
412
|
-
}
|