@theia/monaco 1.23.0-next.57 → 1.23.0-next.61

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.
@@ -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
- }