@theia/monaco 1.23.0-next.59 → 1.23.0-next.60
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/data/monaco-themes/vscode/dark_plus.json +19 -2
- package/data/monaco-themes/vscode/dark_vs.json +29 -5
- package/data/monaco-themes/vscode/hc_black.json +334 -3
- package/data/monaco-themes/vscode/light_plus.json +22 -4
- package/data/monaco-themes/vscode/light_vs.json +39 -10
- package/lib/browser/textmate/monaco-theme-registry.d.ts.map +1 -1
- package/lib/browser/textmate/monaco-theme-registry.js +0 -3
- package/lib/browser/textmate/monaco-theme-registry.js.map +1 -1
- package/package.json +7 -7
- package/src/browser/textmate/monaco-theme-registry.ts +0 -3
- package/data/monaco-themes/vscode/dark_defaults.json +0 -22
- package/data/monaco-themes/vscode/hc_black_defaults.json +0 -341
- package/data/monaco-themes/vscode/light_defaults.json +0 -21
|
@@ -91,12 +91,23 @@
|
|
|
91
91
|
"variable",
|
|
92
92
|
"meta.definition.variable.name",
|
|
93
93
|
"support.variable",
|
|
94
|
-
"entity.name.variable"
|
|
94
|
+
"entity.name.variable",
|
|
95
|
+
"constant.other.placeholder"
|
|
95
96
|
],
|
|
96
97
|
"settings": {
|
|
97
98
|
"foreground": "#9CDCFE"
|
|
98
99
|
}
|
|
99
100
|
},
|
|
101
|
+
{
|
|
102
|
+
"name": "Constants and enums",
|
|
103
|
+
"scope": [
|
|
104
|
+
"variable.other.constant",
|
|
105
|
+
"variable.other.enummember"
|
|
106
|
+
],
|
|
107
|
+
"settings": {
|
|
108
|
+
"foreground": "#4FC1FF"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
100
111
|
{
|
|
101
112
|
"name": "Object keys, TS grammar specific",
|
|
102
113
|
"scope": [
|
|
@@ -180,5 +191,11 @@
|
|
|
180
191
|
"foreground": "#C8C8C8"
|
|
181
192
|
}
|
|
182
193
|
}
|
|
183
|
-
]
|
|
194
|
+
],
|
|
195
|
+
"semanticTokenColors": {
|
|
196
|
+
"newOperator": "#C586C0",
|
|
197
|
+
"stringLiteral": "#ce9178",
|
|
198
|
+
"customLiteral": "#DCDCAA",
|
|
199
|
+
"numberLiteral": "#b5cea8"
|
|
200
|
+
}
|
|
184
201
|
}
|
|
@@ -1,7 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "vscode://schemas/color-theme",
|
|
3
3
|
"name": "Dark (Visual Studio)",
|
|
4
|
-
"
|
|
4
|
+
"colors": {
|
|
5
|
+
"editor.background": "#1E1E1E",
|
|
6
|
+
"editor.foreground": "#D4D4D4",
|
|
7
|
+
"editor.inactiveSelectionBackground": "#3A3D41",
|
|
8
|
+
"editorIndentGuide.background": "#404040",
|
|
9
|
+
"editorIndentGuide.activeBackground": "#707070",
|
|
10
|
+
"editor.selectionHighlightBackground": "#ADD6FF26",
|
|
11
|
+
"list.dropBackground": "#383B3D",
|
|
12
|
+
"activityBarBadge.background": "#007ACC",
|
|
13
|
+
"sideBarTitle.foreground": "#BBBBBB",
|
|
14
|
+
"input.placeholderForeground": "#A6A6A6",
|
|
15
|
+
"menu.background": "#252526",
|
|
16
|
+
"menu.foreground": "#CCCCCC",
|
|
17
|
+
"statusBarItem.remoteForeground": "#FFF",
|
|
18
|
+
"statusBarItem.remoteBackground": "#16825D",
|
|
19
|
+
"ports.iconRunningProcessForeground": "#369432",
|
|
20
|
+
"sideBarSectionHeader.background": "#0000",
|
|
21
|
+
"sideBarSectionHeader.border": "#ccc3",
|
|
22
|
+
"tab.lastPinnedBorder": "#ccc3",
|
|
23
|
+
"list.activeSelectionIconForeground": "#FFF"
|
|
24
|
+
},
|
|
5
25
|
"tokenColors": [
|
|
6
26
|
{
|
|
7
27
|
"scope": [
|
|
@@ -45,7 +65,6 @@
|
|
|
45
65
|
{
|
|
46
66
|
"scope": [
|
|
47
67
|
"constant.numeric",
|
|
48
|
-
"entity.name.operator.custom-literal.number",
|
|
49
68
|
"variable.other.enummember",
|
|
50
69
|
"keyword.operator.plus.exponent",
|
|
51
70
|
"keyword.operator.minus.exponent"
|
|
@@ -87,7 +106,6 @@
|
|
|
87
106
|
"entity.other.attribute-name.pseudo-class.css",
|
|
88
107
|
"entity.other.attribute-name.pseudo-element.css",
|
|
89
108
|
"source.css.less entity.other.attribute-name.id",
|
|
90
|
-
"entity.other.attribute-name.attribute.scss",
|
|
91
109
|
"entity.other.attribute-name.scss"
|
|
92
110
|
],
|
|
93
111
|
"settings": {
|
|
@@ -226,7 +244,6 @@
|
|
|
226
244
|
{
|
|
227
245
|
"scope": [
|
|
228
246
|
"string",
|
|
229
|
-
"entity.name.operator.custom-literal.string",
|
|
230
247
|
"meta.embedded.assembly"
|
|
231
248
|
],
|
|
232
249
|
"settings": {
|
|
@@ -364,5 +381,12 @@
|
|
|
364
381
|
"foreground": "#569cd6"
|
|
365
382
|
}
|
|
366
383
|
}
|
|
367
|
-
]
|
|
384
|
+
],
|
|
385
|
+
"semanticHighlighting": true,
|
|
386
|
+
"semanticTokenColors": {
|
|
387
|
+
"newOperator": "#d4d4d4",
|
|
388
|
+
"stringLiteral": "#ce9178",
|
|
389
|
+
"customLiteral": "#D4D4D4",
|
|
390
|
+
"numberLiteral": "#b5cea8"
|
|
391
|
+
}
|
|
368
392
|
}
|
|
@@ -1,13 +1,337 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "vscode://schemas/color-theme",
|
|
3
3
|
"name": "Dark High Contrast",
|
|
4
|
-
"include": "./hc_black_defaults.json",
|
|
5
4
|
"colors": {
|
|
5
|
+
"editor.background": "#000000",
|
|
6
|
+
"editor.foreground": "#FFFFFF",
|
|
7
|
+
"editorIndentGuide.background": "#FFFFFF",
|
|
8
|
+
"editorIndentGuide.activeBackground": "#FFFFFF",
|
|
9
|
+
"sideBarTitle.foreground": "#FFFFFF",
|
|
6
10
|
"selection.background": "#008000",
|
|
7
11
|
"editor.selectionBackground": "#FFFFFF",
|
|
8
|
-
"statusBarItem.remoteBackground": "#00000000"
|
|
12
|
+
"statusBarItem.remoteBackground": "#00000000",
|
|
13
|
+
"ports.iconRunningProcessForeground": "#FFFFFF",
|
|
14
|
+
"editorWhitespace.foreground": "#7c7c7c"
|
|
9
15
|
},
|
|
10
16
|
"tokenColors": [
|
|
17
|
+
{
|
|
18
|
+
"scope": [
|
|
19
|
+
"meta.embedded",
|
|
20
|
+
"source.groovy.embedded"
|
|
21
|
+
],
|
|
22
|
+
"settings": {
|
|
23
|
+
"foreground": "#FFFFFF"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"scope": "emphasis",
|
|
28
|
+
"settings": {
|
|
29
|
+
"fontStyle": "italic"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"scope": "strong",
|
|
34
|
+
"settings": {
|
|
35
|
+
"fontStyle": "bold"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"scope": "meta.diff.header",
|
|
40
|
+
"settings": {
|
|
41
|
+
"foreground": "#000080"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"scope": "comment",
|
|
46
|
+
"settings": {
|
|
47
|
+
"foreground": "#7ca668"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"scope": "constant.language",
|
|
52
|
+
"settings": {
|
|
53
|
+
"foreground": "#569cd6"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"scope": [
|
|
58
|
+
"constant.numeric",
|
|
59
|
+
"constant.other.color.rgb-value",
|
|
60
|
+
"constant.other.rgb-value",
|
|
61
|
+
"support.constant.color"
|
|
62
|
+
],
|
|
63
|
+
"settings": {
|
|
64
|
+
"foreground": "#b5cea8"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"scope": "constant.regexp",
|
|
69
|
+
"settings": {
|
|
70
|
+
"foreground": "#b46695"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"scope": "constant.character",
|
|
75
|
+
"settings": {
|
|
76
|
+
"foreground": "#569cd6"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"scope": "entity.name.tag",
|
|
81
|
+
"settings": {
|
|
82
|
+
"foreground": "#569cd6"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"scope": "entity.name.tag.css",
|
|
87
|
+
"settings": {
|
|
88
|
+
"foreground": "#d7ba7d"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"scope": "entity.other.attribute-name",
|
|
93
|
+
"settings": {
|
|
94
|
+
"foreground": "#9cdcfe"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"scope": [
|
|
99
|
+
"entity.other.attribute-name.class.css",
|
|
100
|
+
"entity.other.attribute-name.class.mixin.css",
|
|
101
|
+
"entity.other.attribute-name.id.css",
|
|
102
|
+
"entity.other.attribute-name.parent-selector.css",
|
|
103
|
+
"entity.other.attribute-name.pseudo-class.css",
|
|
104
|
+
"entity.other.attribute-name.pseudo-element.css",
|
|
105
|
+
"source.css.less entity.other.attribute-name.id",
|
|
106
|
+
"entity.other.attribute-name.scss"
|
|
107
|
+
],
|
|
108
|
+
"settings": {
|
|
109
|
+
"foreground": "#d7ba7d"
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"scope": "invalid",
|
|
114
|
+
"settings": {
|
|
115
|
+
"foreground": "#f44747"
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"scope": "markup.underline",
|
|
120
|
+
"settings": {
|
|
121
|
+
"fontStyle": "underline"
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"scope": "markup.bold",
|
|
126
|
+
"settings": {
|
|
127
|
+
"fontStyle": "bold"
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"scope": "markup.heading",
|
|
132
|
+
"settings": {
|
|
133
|
+
"fontStyle": "bold",
|
|
134
|
+
"foreground": "#6796e6"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"scope": "markup.italic",
|
|
139
|
+
"settings": {
|
|
140
|
+
"fontStyle": "italic"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"scope": "markup.inserted",
|
|
145
|
+
"settings": {
|
|
146
|
+
"foreground": "#b5cea8"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"scope": "markup.deleted",
|
|
151
|
+
"settings": {
|
|
152
|
+
"foreground": "#ce9178"
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"scope": "markup.changed",
|
|
157
|
+
"settings": {
|
|
158
|
+
"foreground": "#569cd6"
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"name": "brackets of XML/HTML tags",
|
|
163
|
+
"scope": [
|
|
164
|
+
"punctuation.definition.tag"
|
|
165
|
+
],
|
|
166
|
+
"settings": {
|
|
167
|
+
"foreground": "#808080"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"scope": "meta.preprocessor",
|
|
172
|
+
"settings": {
|
|
173
|
+
"foreground": "#569cd6"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"scope": "meta.preprocessor.string",
|
|
178
|
+
"settings": {
|
|
179
|
+
"foreground": "#ce9178"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"scope": "meta.preprocessor.numeric",
|
|
184
|
+
"settings": {
|
|
185
|
+
"foreground": "#b5cea8"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"scope": "meta.structure.dictionary.key.python",
|
|
190
|
+
"settings": {
|
|
191
|
+
"foreground": "#9cdcfe"
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"scope": "storage",
|
|
196
|
+
"settings": {
|
|
197
|
+
"foreground": "#569cd6"
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"scope": "storage.type",
|
|
202
|
+
"settings": {
|
|
203
|
+
"foreground": "#569cd6"
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"scope": "storage.modifier",
|
|
208
|
+
"settings": {
|
|
209
|
+
"foreground": "#569cd6"
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"scope": "string",
|
|
214
|
+
"settings": {
|
|
215
|
+
"foreground": "#ce9178"
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"scope": "string.tag",
|
|
220
|
+
"settings": {
|
|
221
|
+
"foreground": "#ce9178"
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"scope": "string.value",
|
|
226
|
+
"settings": {
|
|
227
|
+
"foreground": "#ce9178"
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"scope": "string.regexp",
|
|
232
|
+
"settings": {
|
|
233
|
+
"foreground": "#d16969"
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "String interpolation",
|
|
238
|
+
"scope": [
|
|
239
|
+
"punctuation.definition.template-expression.begin",
|
|
240
|
+
"punctuation.definition.template-expression.end",
|
|
241
|
+
"punctuation.section.embedded"
|
|
242
|
+
],
|
|
243
|
+
"settings": {
|
|
244
|
+
"foreground": "#569cd6"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "Reset JavaScript string interpolation expression",
|
|
249
|
+
"scope": [
|
|
250
|
+
"meta.template.expression"
|
|
251
|
+
],
|
|
252
|
+
"settings": {
|
|
253
|
+
"foreground": "#ffffff"
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"scope": [
|
|
258
|
+
"support.type.vendored.property-name",
|
|
259
|
+
"support.type.property-name",
|
|
260
|
+
"variable.css",
|
|
261
|
+
"variable.scss",
|
|
262
|
+
"variable.other.less",
|
|
263
|
+
"source.coffee.embedded"
|
|
264
|
+
],
|
|
265
|
+
"settings": {
|
|
266
|
+
"foreground": "#d4d4d4"
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"scope": "keyword",
|
|
271
|
+
"settings": {
|
|
272
|
+
"foreground": "#569cd6"
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"scope": "keyword.control",
|
|
277
|
+
"settings": {
|
|
278
|
+
"foreground": "#569cd6"
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"scope": "keyword.operator",
|
|
283
|
+
"settings": {
|
|
284
|
+
"foreground": "#d4d4d4"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"scope": [
|
|
289
|
+
"keyword.operator.new",
|
|
290
|
+
"keyword.operator.expression",
|
|
291
|
+
"keyword.operator.cast",
|
|
292
|
+
"keyword.operator.sizeof",
|
|
293
|
+
"keyword.operator.logical.python"
|
|
294
|
+
],
|
|
295
|
+
"settings": {
|
|
296
|
+
"foreground": "#569cd6"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"scope": "keyword.other.unit",
|
|
301
|
+
"settings": {
|
|
302
|
+
"foreground": "#b5cea8"
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"scope": "support.function.git-rebase",
|
|
307
|
+
"settings": {
|
|
308
|
+
"foreground": "#d4d4d4"
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"scope": "constant.sha.git-rebase",
|
|
313
|
+
"settings": {
|
|
314
|
+
"foreground": "#b5cea8"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"name": "coloring of the Java import and package identifiers",
|
|
319
|
+
"scope": [
|
|
320
|
+
"storage.modifier.import.java",
|
|
321
|
+
"variable.language.wildcard.java",
|
|
322
|
+
"storage.modifier.package.java"
|
|
323
|
+
],
|
|
324
|
+
"settings": {
|
|
325
|
+
"foreground": "#d4d4d4"
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"name": "coloring of the TS this",
|
|
330
|
+
"scope": "variable.language.this",
|
|
331
|
+
"settings": {
|
|
332
|
+
"foreground": "#569cd6"
|
|
333
|
+
}
|
|
334
|
+
},
|
|
11
335
|
{
|
|
12
336
|
"name": "Function declarations",
|
|
13
337
|
"scope": [
|
|
@@ -122,5 +446,12 @@
|
|
|
122
446
|
"foreground": "#CBEDCB"
|
|
123
447
|
}
|
|
124
448
|
}
|
|
125
|
-
]
|
|
449
|
+
],
|
|
450
|
+
"semanticHighlighting": true,
|
|
451
|
+
"semanticTokenColors": {
|
|
452
|
+
"newOperator": "#FFFFFF",
|
|
453
|
+
"stringLiteral": "#ce9178",
|
|
454
|
+
"customLiteral": "#DCDCAA",
|
|
455
|
+
"numberLiteral": "#b5cea8"
|
|
456
|
+
}
|
|
126
457
|
}
|
|
@@ -91,12 +91,23 @@
|
|
|
91
91
|
"variable",
|
|
92
92
|
"meta.definition.variable.name",
|
|
93
93
|
"support.variable",
|
|
94
|
-
"entity.name.variable"
|
|
94
|
+
"entity.name.variable",
|
|
95
|
+
"constant.other.placeholder"
|
|
95
96
|
],
|
|
96
97
|
"settings": {
|
|
97
98
|
"foreground": "#001080"
|
|
98
99
|
}
|
|
99
100
|
},
|
|
101
|
+
{
|
|
102
|
+
"name": "Constants and enums",
|
|
103
|
+
"scope": [
|
|
104
|
+
"variable.other.constant",
|
|
105
|
+
"variable.other.enummember"
|
|
106
|
+
],
|
|
107
|
+
"settings": {
|
|
108
|
+
"foreground": "#0070C1"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
100
111
|
{
|
|
101
112
|
"name": "Object keys, TS grammar specific",
|
|
102
113
|
"scope": [
|
|
@@ -159,7 +170,7 @@
|
|
|
159
170
|
"keyword.control.anchor.regexp"
|
|
160
171
|
],
|
|
161
172
|
"settings": {
|
|
162
|
-
"foreground": "#
|
|
173
|
+
"foreground": "#EE0000"
|
|
163
174
|
}
|
|
164
175
|
},
|
|
165
176
|
{
|
|
@@ -171,7 +182,7 @@
|
|
|
171
182
|
{
|
|
172
183
|
"scope": "constant.character.escape",
|
|
173
184
|
"settings": {
|
|
174
|
-
"foreground": "#
|
|
185
|
+
"foreground": "#EE0000"
|
|
175
186
|
}
|
|
176
187
|
},
|
|
177
188
|
{
|
|
@@ -180,5 +191,12 @@
|
|
|
180
191
|
"foreground": "#000000"
|
|
181
192
|
}
|
|
182
193
|
}
|
|
183
|
-
]
|
|
194
|
+
],
|
|
195
|
+
"semanticHighlighting": true,
|
|
196
|
+
"semanticTokenColors": {
|
|
197
|
+
"newOperator": "#AF00DB",
|
|
198
|
+
"stringLiteral": "#a31515",
|
|
199
|
+
"customLiteral": "#795E26",
|
|
200
|
+
"numberLiteral": "#098658"
|
|
201
|
+
}
|
|
184
202
|
}
|
|
@@ -1,7 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "vscode://schemas/color-theme",
|
|
3
3
|
"name": "Light (Visual Studio)",
|
|
4
|
-
"
|
|
4
|
+
"colors": {
|
|
5
|
+
"editor.background": "#FFFFFF",
|
|
6
|
+
"editor.foreground": "#000000",
|
|
7
|
+
"editor.inactiveSelectionBackground": "#E5EBF1",
|
|
8
|
+
"editorIndentGuide.background": "#D3D3D3",
|
|
9
|
+
"editorIndentGuide.activeBackground": "#939393",
|
|
10
|
+
"editor.selectionHighlightBackground": "#ADD6FF80",
|
|
11
|
+
"editorSuggestWidget.background": "#F3F3F3",
|
|
12
|
+
"activityBarBadge.background": "#007ACC",
|
|
13
|
+
"sideBarTitle.foreground": "#6F6F6F",
|
|
14
|
+
"list.hoverBackground": "#E8E8E8",
|
|
15
|
+
"input.placeholderForeground": "#767676",
|
|
16
|
+
"searchEditor.textInputBorder": "#CECECE",
|
|
17
|
+
"settings.textInputBorder": "#CECECE",
|
|
18
|
+
"settings.numberInputBorder": "#CECECE",
|
|
19
|
+
"statusBarItem.remoteForeground": "#FFF",
|
|
20
|
+
"statusBarItem.remoteBackground": "#16825D",
|
|
21
|
+
"ports.iconRunningProcessForeground": "#369432",
|
|
22
|
+
"sideBarSectionHeader.background": "#0000",
|
|
23
|
+
"sideBarSectionHeader.border": "#61616130",
|
|
24
|
+
"tab.lastPinnedBorder": "#61616130",
|
|
25
|
+
"notebook.cellBorderColor": "#E8E8E8",
|
|
26
|
+
"notebook.selectedCellBackground": "#c8ddf150",
|
|
27
|
+
"statusBarItem.errorBackground": "#c72e0f",
|
|
28
|
+
"list.activeSelectionIconForeground": "#FFF"
|
|
29
|
+
},
|
|
5
30
|
"tokenColors": [
|
|
6
31
|
{
|
|
7
32
|
"scope": [
|
|
@@ -45,13 +70,12 @@
|
|
|
45
70
|
{
|
|
46
71
|
"scope": [
|
|
47
72
|
"constant.numeric",
|
|
48
|
-
"entity.name.operator.custom-literal.number",
|
|
49
73
|
"variable.other.enummember",
|
|
50
74
|
"keyword.operator.plus.exponent",
|
|
51
75
|
"keyword.operator.minus.exponent"
|
|
52
76
|
],
|
|
53
77
|
"settings": {
|
|
54
|
-
"foreground": "#
|
|
78
|
+
"foreground": "#098658"
|
|
55
79
|
}
|
|
56
80
|
},
|
|
57
81
|
{
|
|
@@ -88,7 +112,6 @@
|
|
|
88
112
|
"entity.other.attribute-name.pseudo-class.css",
|
|
89
113
|
"entity.other.attribute-name.pseudo-element.css",
|
|
90
114
|
"source.css.less entity.other.attribute-name.id",
|
|
91
|
-
"entity.other.attribute-name.attribute.scss",
|
|
92
115
|
"entity.other.attribute-name.scss"
|
|
93
116
|
],
|
|
94
117
|
"settings": {
|
|
@@ -130,7 +153,7 @@
|
|
|
130
153
|
{
|
|
131
154
|
"scope": "markup.inserted",
|
|
132
155
|
"settings": {
|
|
133
|
-
"foreground": "#
|
|
156
|
+
"foreground": "#098658"
|
|
134
157
|
}
|
|
135
158
|
},
|
|
136
159
|
{
|
|
@@ -185,7 +208,7 @@
|
|
|
185
208
|
{
|
|
186
209
|
"scope": "meta.preprocessor.numeric",
|
|
187
210
|
"settings": {
|
|
188
|
-
"foreground": "#
|
|
211
|
+
"foreground": "#098658"
|
|
189
212
|
}
|
|
190
213
|
},
|
|
191
214
|
{
|
|
@@ -218,7 +241,6 @@
|
|
|
218
241
|
{
|
|
219
242
|
"scope": [
|
|
220
243
|
"string",
|
|
221
|
-
"entity.name.operator.custom-literal.string",
|
|
222
244
|
"meta.embedded.assembly"
|
|
223
245
|
],
|
|
224
246
|
"settings": {
|
|
@@ -346,7 +368,7 @@
|
|
|
346
368
|
{
|
|
347
369
|
"scope": "keyword.other.unit",
|
|
348
370
|
"settings": {
|
|
349
|
-
"foreground": "#
|
|
371
|
+
"foreground": "#098658"
|
|
350
372
|
}
|
|
351
373
|
},
|
|
352
374
|
{
|
|
@@ -367,7 +389,7 @@
|
|
|
367
389
|
{
|
|
368
390
|
"scope": "constant.sha.git-rebase",
|
|
369
391
|
"settings": {
|
|
370
|
-
"foreground": "#
|
|
392
|
+
"foreground": "#098658"
|
|
371
393
|
}
|
|
372
394
|
},
|
|
373
395
|
{
|
|
@@ -388,5 +410,12 @@
|
|
|
388
410
|
"foreground": "#0000ff"
|
|
389
411
|
}
|
|
390
412
|
}
|
|
391
|
-
]
|
|
413
|
+
],
|
|
414
|
+
"semanticHighlighting": true,
|
|
415
|
+
"semanticTokenColors": {
|
|
416
|
+
"newOperator": "#0000ff",
|
|
417
|
+
"stringLiteral": "#a31515",
|
|
418
|
+
"customLiteral": "#000000",
|
|
419
|
+
"numberLiteral": "#098658"
|
|
420
|
+
}
|
|
392
421
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"monaco-theme-registry.d.ts","sourceRoot":"","sources":["../../../src/browser/textmate/monaco-theme-registry.ts"],"names":[],"mappings":";AAoBA,OAAO,EAAE,SAAS,EAA8B,MAAM,iBAAiB,CAAC;AAExE,MAAM,WAAW,QAAS,SAAQ,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,oBAAoB;CAAI;AACnF,MAAM,WAAW,kBAAmB,SAAQ,MAAM,CAAC,QAAQ,CAAC,gBAAgB;IACxE,SAAS,EAAE,QAAQ,CAAA;CACtB;AAED,qBACa,mBAAmB;IAE5B,YAAY,IAAI,QAAQ;IACxB,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,QAAQ,GAAG,SAAS;IAMhD,QAAQ,IAAI,kBAAkB;IAC9B,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,kBAAkB,GAAG,SAAS;IAKtD,SAAS,CAAC,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,kBAAkB,GAAG,SAAS;IAM9E,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,GAAG,IAAI;IAK5C;;OAEG;IACH,QAAQ,CAAC,IAAI,EAAE,GAAG,EAAE,QAAQ,CAAC,EAAE;QAAE,CAAC,WAAW,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,CAAC,YAAY,GAAG,QAAQ;IAkErI,SAAS,CAAC,SAAS,CAAC,UAAU,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,eAAe,KAAK,IAAI,GAAG,IAAI;IAcnG,SAAS,CAAC,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC,KAAK,CAAC,KAAK,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS;CAY/F;AAED,yBAAiB,mBAAmB,CAAC;IAC1B,MAAM,SAAS,qBAA4B,CAAC;IAE5C,MAAM,kBAAkB,EAAE,
|
|
1
|
+
{"version":3,"file":"monaco-theme-registry.d.ts","sourceRoot":"","sources":["../../../src/browser/textmate/monaco-theme-registry.ts"],"names":[],"mappings":";AAoBA,OAAO,EAAE,SAAS,EAA8B,MAAM,iBAAiB,CAAC;AAExE,MAAM,WAAW,QAAS,SAAQ,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,oBAAoB;CAAI;AACnF,MAAM,WAAW,kBAAmB,SAAQ,MAAM,CAAC,QAAQ,CAAC,gBAAgB;IACxE,SAAS,EAAE,QAAQ,CAAA;CACtB;AAED,qBACa,mBAAmB;IAE5B,YAAY,IAAI,QAAQ;IACxB,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,QAAQ,GAAG,SAAS;IAMhD,QAAQ,IAAI,kBAAkB;IAC9B,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,kBAAkB,GAAG,SAAS;IAKtD,SAAS,CAAC,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,kBAAkB,GAAG,SAAS;IAM9E,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,GAAG,IAAI;IAK5C;;OAEG;IACH,QAAQ,CAAC,IAAI,EAAE,GAAG,EAAE,QAAQ,CAAC,EAAE;QAAE,CAAC,WAAW,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,CAAC,YAAY,GAAG,QAAQ;IAkErI,SAAS,CAAC,SAAS,CAAC,UAAU,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,eAAe,KAAK,IAAI,GAAG,IAAI;IAcnG,SAAS,CAAC,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC,KAAK,CAAC,KAAK,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS;CAY/F;AAED,yBAAiB,mBAAmB,CAAC;IAC1B,MAAM,SAAS,qBAA4B,CAAC;IAE5C,MAAM,kBAAkB,EAAE,MAGA,CAAC;IAC3B,MAAM,mBAAmB,EAAE,MAGL,CAAC;IACvB,MAAM,gBAAgB,EAAE,MAEC,CAAC;CACpC"}
|
|
@@ -140,17 +140,14 @@ exports.MonacoThemeRegistry = MonacoThemeRegistry;
|
|
|
140
140
|
(function (MonacoThemeRegistry) {
|
|
141
141
|
MonacoThemeRegistry.SINGLETON = new MonacoThemeRegistry();
|
|
142
142
|
MonacoThemeRegistry.DARK_DEFAULT_THEME = MonacoThemeRegistry.SINGLETON.register(require('../../../data/monaco-themes/vscode/dark_theia.json'), {
|
|
143
|
-
'./dark_defaults.json': require('../../../data/monaco-themes/vscode/dark_defaults.json'),
|
|
144
143
|
'./dark_vs.json': require('../../../data/monaco-themes/vscode/dark_vs.json'),
|
|
145
144
|
'./dark_plus.json': require('../../../data/monaco-themes/vscode/dark_plus.json')
|
|
146
145
|
}, 'dark-theia', 'vs-dark').name;
|
|
147
146
|
MonacoThemeRegistry.LIGHT_DEFAULT_THEME = MonacoThemeRegistry.SINGLETON.register(require('../../../data/monaco-themes/vscode/light_theia.json'), {
|
|
148
|
-
'./light_defaults.json': require('../../../data/monaco-themes/vscode/light_defaults.json'),
|
|
149
147
|
'./light_vs.json': require('../../../data/monaco-themes/vscode/light_vs.json'),
|
|
150
148
|
'./light_plus.json': require('../../../data/monaco-themes/vscode/light_plus.json'),
|
|
151
149
|
}, 'light-theia', 'vs').name;
|
|
152
150
|
MonacoThemeRegistry.HC_DEFAULT_THEME = MonacoThemeRegistry.SINGLETON.register(require('../../../data/monaco-themes/vscode/hc_theia.json'), {
|
|
153
|
-
'./hc_black_defaults.json': require('../../../data/monaco-themes/vscode/hc_black_defaults.json'),
|
|
154
151
|
'./hc_black.json': require('../../../data/monaco-themes/vscode/hc_black.json')
|
|
155
152
|
}, 'hc-theia', 'hc-black').name;
|
|
156
153
|
})(MonacoThemeRegistry = exports.MonacoThemeRegistry || (exports.MonacoThemeRegistry = {}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"monaco-theme-registry.js","sourceRoot":"","sources":["../../../src/browser/textmate/monaco-theme-registry.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"monaco-theme-registry.js","sourceRoot":"","sources":["../../../src/browser/textmate/monaco-theme-registry.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/monaco",
|
|
3
|
-
"version": "1.23.0-next.
|
|
3
|
+
"version": "1.23.0-next.60+1de4a379463",
|
|
4
4
|
"description": "Theia - Monaco Extension",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/core": "1.23.0-next.
|
|
7
|
-
"@theia/editor": "1.23.0-next.
|
|
8
|
-
"@theia/filesystem": "1.23.0-next.
|
|
9
|
-
"@theia/markers": "1.23.0-next.
|
|
6
|
+
"@theia/core": "1.23.0-next.60+1de4a379463",
|
|
7
|
+
"@theia/editor": "1.23.0-next.60+1de4a379463",
|
|
8
|
+
"@theia/filesystem": "1.23.0-next.60+1de4a379463",
|
|
9
|
+
"@theia/markers": "1.23.0-next.60+1de4a379463",
|
|
10
10
|
"@theia/monaco-editor-core": "0.23.0",
|
|
11
|
-
"@theia/outline-view": "1.23.0-next.
|
|
11
|
+
"@theia/outline-view": "1.23.0-next.60+1de4a379463",
|
|
12
12
|
"fast-plist": "^0.1.2",
|
|
13
13
|
"idb": "^4.0.5",
|
|
14
14
|
"jsonc-parser": "^2.2.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"nyc": {
|
|
56
56
|
"extends": "../../configs/nyc.json"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "1de4a37946354199e0c3220fc3a906798deb1a39"
|
|
59
59
|
}
|
|
@@ -153,17 +153,14 @@ export namespace MonacoThemeRegistry {
|
|
|
153
153
|
export const SINGLETON = new MonacoThemeRegistry();
|
|
154
154
|
|
|
155
155
|
export const DARK_DEFAULT_THEME: string = SINGLETON.register(require('../../../data/monaco-themes/vscode/dark_theia.json'), {
|
|
156
|
-
'./dark_defaults.json': require('../../../data/monaco-themes/vscode/dark_defaults.json'),
|
|
157
156
|
'./dark_vs.json': require('../../../data/monaco-themes/vscode/dark_vs.json'),
|
|
158
157
|
'./dark_plus.json': require('../../../data/monaco-themes/vscode/dark_plus.json')
|
|
159
158
|
}, 'dark-theia', 'vs-dark').name!;
|
|
160
159
|
export const LIGHT_DEFAULT_THEME: string = SINGLETON.register(require('../../../data/monaco-themes/vscode/light_theia.json'), {
|
|
161
|
-
'./light_defaults.json': require('../../../data/monaco-themes/vscode/light_defaults.json'),
|
|
162
160
|
'./light_vs.json': require('../../../data/monaco-themes/vscode/light_vs.json'),
|
|
163
161
|
'./light_plus.json': require('../../../data/monaco-themes/vscode/light_plus.json'),
|
|
164
162
|
}, 'light-theia', 'vs').name!;
|
|
165
163
|
export const HC_DEFAULT_THEME: string = SINGLETON.register(require('../../../data/monaco-themes/vscode/hc_theia.json'), {
|
|
166
|
-
'./hc_black_defaults.json': require('../../../data/monaco-themes/vscode/hc_black_defaults.json'),
|
|
167
164
|
'./hc_black.json': require('../../../data/monaco-themes/vscode/hc_black.json')
|
|
168
165
|
}, 'hc-theia', 'hc-black').name!;
|
|
169
166
|
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "vscode://schemas/color-theme",
|
|
3
|
-
"name": "Dark Default Colors",
|
|
4
|
-
"colors": {
|
|
5
|
-
"editor.background": "#1E1E1E",
|
|
6
|
-
"editor.foreground": "#D4D4D4",
|
|
7
|
-
"editor.inactiveSelectionBackground": "#3A3D41",
|
|
8
|
-
"editorIndentGuide.background": "#404040",
|
|
9
|
-
"editorIndentGuide.activeBackground": "#707070",
|
|
10
|
-
"editor.selectionHighlightBackground": "#ADD6FF26",
|
|
11
|
-
"list.dropBackground": "#383B3D",
|
|
12
|
-
"activityBarBadge.background": "#007ACC",
|
|
13
|
-
"sideBarTitle.foreground": "#BBBBBB",
|
|
14
|
-
"input.placeholderForeground": "#A6A6A6",
|
|
15
|
-
"settings.textInputBackground": "#292929",
|
|
16
|
-
"settings.numberInputBackground": "#292929",
|
|
17
|
-
"menu.background": "#252526",
|
|
18
|
-
"menu.foreground": "#CCCCCC",
|
|
19
|
-
"statusBarItem.remoteForeground": "#FFF",
|
|
20
|
-
"statusBarItem.remoteBackground": "#16825D"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,341 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "vscode://schemas/color-theme",
|
|
3
|
-
"name": "High Contrast Default Colors",
|
|
4
|
-
"colors": {
|
|
5
|
-
"editor.background": "#000000",
|
|
6
|
-
"editor.foreground": "#FFFFFF",
|
|
7
|
-
"editorIndentGuide.background": "#FFFFFF",
|
|
8
|
-
"editorIndentGuide.activeBackground": "#FFFFFF",
|
|
9
|
-
"statusBarItem.remoteBackground": "#00000000",
|
|
10
|
-
"sideBarTitle.foreground": "#FFFFFF"
|
|
11
|
-
},
|
|
12
|
-
"settings": [
|
|
13
|
-
{
|
|
14
|
-
"settings": {
|
|
15
|
-
"foreground": "#FFFFFF",
|
|
16
|
-
"background": "#000000"
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"scope": [
|
|
21
|
-
"meta.embedded",
|
|
22
|
-
"source.groovy.embedded"
|
|
23
|
-
],
|
|
24
|
-
"settings": {
|
|
25
|
-
"foreground": "#FFFFFF",
|
|
26
|
-
"background": "#000000"
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"scope": "emphasis",
|
|
31
|
-
"settings": {
|
|
32
|
-
"fontStyle": "italic"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"scope": "strong",
|
|
37
|
-
"settings": {
|
|
38
|
-
"fontStyle": "bold"
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"scope": "meta.diff.header",
|
|
43
|
-
"settings": {
|
|
44
|
-
"foreground": "#000080"
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"scope": "comment",
|
|
49
|
-
"settings": {
|
|
50
|
-
"foreground": "#7ca668"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"scope": "constant.language",
|
|
55
|
-
"settings": {
|
|
56
|
-
"foreground": "#569cd6"
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"scope": [
|
|
61
|
-
"constant.numeric",
|
|
62
|
-
"constant.other.color.rgb-value",
|
|
63
|
-
"constant.other.rgb-value",
|
|
64
|
-
"support.constant.color"
|
|
65
|
-
],
|
|
66
|
-
"settings": {
|
|
67
|
-
"foreground": "#b5cea8"
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"scope": "constant.regexp",
|
|
72
|
-
"settings": {
|
|
73
|
-
"foreground": "#b46695"
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"scope": "constant.character",
|
|
78
|
-
"settings": {
|
|
79
|
-
"foreground": "#569cd6"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"scope": "entity.name.tag",
|
|
84
|
-
"settings": {
|
|
85
|
-
"foreground": "#569cd6"
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"scope": "entity.name.tag.css",
|
|
90
|
-
"settings": {
|
|
91
|
-
"foreground": "#d7ba7d"
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"scope": "entity.other.attribute-name",
|
|
96
|
-
"settings": {
|
|
97
|
-
"foreground": "#9cdcfe"
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"scope": [
|
|
102
|
-
"entity.other.attribute-name.class.css",
|
|
103
|
-
"entity.other.attribute-name.class.mixin.css",
|
|
104
|
-
"entity.other.attribute-name.id.css",
|
|
105
|
-
"entity.other.attribute-name.parent-selector.css",
|
|
106
|
-
"entity.other.attribute-name.pseudo-class.css",
|
|
107
|
-
"entity.other.attribute-name.pseudo-element.css",
|
|
108
|
-
|
|
109
|
-
"source.css.less entity.other.attribute-name.id",
|
|
110
|
-
|
|
111
|
-
"entity.other.attribute-name.attribute.scss",
|
|
112
|
-
"entity.other.attribute-name.scss"
|
|
113
|
-
],
|
|
114
|
-
"settings": {
|
|
115
|
-
"foreground": "#d7ba7d"
|
|
116
|
-
}
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"scope": "invalid",
|
|
120
|
-
"settings": {
|
|
121
|
-
"foreground": "#f44747"
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"scope": "markup.underline",
|
|
126
|
-
"settings": {
|
|
127
|
-
"fontStyle": "underline"
|
|
128
|
-
}
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"scope": "markup.bold",
|
|
132
|
-
"settings": {
|
|
133
|
-
"fontStyle": "bold"
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"scope": "markup.heading",
|
|
138
|
-
"settings": {
|
|
139
|
-
"foreground": "#6796e6"
|
|
140
|
-
}
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"scope": "markup.italic",
|
|
144
|
-
"settings": {
|
|
145
|
-
"fontStyle": "italic"
|
|
146
|
-
}
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"scope": "markup.inserted",
|
|
150
|
-
"settings": {
|
|
151
|
-
"foreground": "#b5cea8"
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"scope": "markup.deleted",
|
|
156
|
-
"settings": {
|
|
157
|
-
"foreground": "#ce9178"
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"scope": "markup.changed",
|
|
162
|
-
"settings": {
|
|
163
|
-
"foreground": "#569cd6"
|
|
164
|
-
}
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"name": "brackets of XML/HTML tags",
|
|
168
|
-
"scope": [
|
|
169
|
-
"punctuation.definition.tag"
|
|
170
|
-
],
|
|
171
|
-
"settings": {
|
|
172
|
-
"foreground": "#808080"
|
|
173
|
-
}
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"scope": "meta.preprocessor",
|
|
177
|
-
"settings": {
|
|
178
|
-
"foreground": "#569cd6"
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"scope": "meta.preprocessor.string",
|
|
183
|
-
"settings": {
|
|
184
|
-
"foreground": "#ce9178"
|
|
185
|
-
}
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"scope": "meta.preprocessor.numeric",
|
|
189
|
-
"settings": {
|
|
190
|
-
"foreground": "#b5cea8"
|
|
191
|
-
}
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"scope": "meta.structure.dictionary.key.python",
|
|
195
|
-
"settings": {
|
|
196
|
-
"foreground": "#9cdcfe"
|
|
197
|
-
}
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"scope": "storage",
|
|
201
|
-
"settings": {
|
|
202
|
-
"foreground": "#569cd6"
|
|
203
|
-
}
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"scope": "storage.type",
|
|
207
|
-
"settings": {
|
|
208
|
-
"foreground": "#569cd6"
|
|
209
|
-
}
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"scope": "storage.modifier",
|
|
213
|
-
"settings": {
|
|
214
|
-
"foreground": "#569cd6"
|
|
215
|
-
}
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"scope": "string",
|
|
219
|
-
"settings": {
|
|
220
|
-
"foreground": "#ce9178"
|
|
221
|
-
}
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
"scope": "string.tag",
|
|
225
|
-
"settings": {
|
|
226
|
-
"foreground": "#ce9178"
|
|
227
|
-
}
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"scope": "string.value",
|
|
231
|
-
"settings": {
|
|
232
|
-
"foreground": "#ce9178"
|
|
233
|
-
}
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"scope": "string.regexp",
|
|
237
|
-
"settings": {
|
|
238
|
-
"foreground": "#d16969"
|
|
239
|
-
}
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"name": "String interpolation",
|
|
243
|
-
"scope": [
|
|
244
|
-
"punctuation.definition.template-expression.begin",
|
|
245
|
-
"punctuation.definition.template-expression.end",
|
|
246
|
-
"punctuation.section.embedded"
|
|
247
|
-
],
|
|
248
|
-
"settings": {
|
|
249
|
-
"foreground": "#569cd6"
|
|
250
|
-
}
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"name": "Reset JavaScript string interpolation expression",
|
|
254
|
-
"scope": [
|
|
255
|
-
"meta.template.expression"
|
|
256
|
-
],
|
|
257
|
-
"settings": {
|
|
258
|
-
"foreground": "#ffffff"
|
|
259
|
-
}
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"scope": [
|
|
263
|
-
"support.type.vendored.property-name",
|
|
264
|
-
"support.type.property-name",
|
|
265
|
-
"variable.css",
|
|
266
|
-
"variable.scss",
|
|
267
|
-
"variable.other.less",
|
|
268
|
-
"source.coffee.embedded"
|
|
269
|
-
],
|
|
270
|
-
"settings": {
|
|
271
|
-
"foreground": "#d4d4d4"
|
|
272
|
-
}
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"scope": "keyword",
|
|
276
|
-
"settings": {
|
|
277
|
-
"foreground": "#569cd6"
|
|
278
|
-
}
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"scope": "keyword.control",
|
|
282
|
-
"settings": {
|
|
283
|
-
"foreground": "#569cd6"
|
|
284
|
-
}
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
"scope": "keyword.operator",
|
|
288
|
-
"settings": {
|
|
289
|
-
"foreground": "#d4d4d4"
|
|
290
|
-
}
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"scope": [
|
|
294
|
-
"keyword.operator.new",
|
|
295
|
-
"keyword.operator.expression",
|
|
296
|
-
"keyword.operator.cast",
|
|
297
|
-
"keyword.operator.sizeof",
|
|
298
|
-
"keyword.operator.logical.python"
|
|
299
|
-
],
|
|
300
|
-
"settings": {
|
|
301
|
-
"foreground": "#569cd6"
|
|
302
|
-
}
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"scope": "keyword.other.unit",
|
|
306
|
-
"settings": {
|
|
307
|
-
"foreground": "#b5cea8"
|
|
308
|
-
}
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"scope": "support.function.git-rebase",
|
|
312
|
-
"settings": {
|
|
313
|
-
"foreground": "#d4d4d4"
|
|
314
|
-
}
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
"scope": "constant.sha.git-rebase",
|
|
318
|
-
"settings": {
|
|
319
|
-
"foreground": "#b5cea8"
|
|
320
|
-
}
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"name": "coloring of the Java import and package identifiers",
|
|
324
|
-
"scope": [
|
|
325
|
-
"storage.modifier.import.java",
|
|
326
|
-
"variable.language.wildcard.java",
|
|
327
|
-
"storage.modifier.package.java"
|
|
328
|
-
],
|
|
329
|
-
"settings": {
|
|
330
|
-
"foreground": "#d4d4d4"
|
|
331
|
-
}
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"name": "coloring of the TS this",
|
|
335
|
-
"scope": "variable.language.this",
|
|
336
|
-
"settings": {
|
|
337
|
-
"foreground": "#569cd6"
|
|
338
|
-
}
|
|
339
|
-
}
|
|
340
|
-
]
|
|
341
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "vscode://schemas/color-theme",
|
|
3
|
-
"name": "Light Default Colors",
|
|
4
|
-
"colors": {
|
|
5
|
-
"editor.background": "#FFFFFF",
|
|
6
|
-
"editor.foreground": "#000000",
|
|
7
|
-
"editor.inactiveSelectionBackground": "#E5EBF1",
|
|
8
|
-
"editorIndentGuide.background": "#D3D3D3",
|
|
9
|
-
"editorIndentGuide.activeBackground": "#939393",
|
|
10
|
-
"editor.selectionHighlightBackground": "#ADD6FF80",
|
|
11
|
-
"editorSuggestWidget.background": "#F3F3F3",
|
|
12
|
-
"activityBarBadge.background": "#007ACC",
|
|
13
|
-
"sideBarTitle.foreground": "#6F6F6F",
|
|
14
|
-
"list.hoverBackground": "#E8E8E8",
|
|
15
|
-
"input.placeholderForeground": "#767676",
|
|
16
|
-
"settings.textInputBorder": "#CECECE",
|
|
17
|
-
"settings.numberInputBorder": "#CECECE",
|
|
18
|
-
"statusBarItem.remoteForeground": "#FFF",
|
|
19
|
-
"statusBarItem.remoteBackground": "#16825D"
|
|
20
|
-
}
|
|
21
|
-
}
|