@codingame/monaco-vscode-theme-red-default-extension 1.81.8-next.1

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.
@@ -0,0 +1,411 @@
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
+ ],
75
+ "settings": {
76
+ "foreground": "#F8F8F8"
77
+ }
78
+ },
79
+ {
80
+ "name": "Comment",
81
+ "scope": "comment",
82
+ "settings": {
83
+ "fontStyle": "italic",
84
+ "foreground": "#e7c0c0ff"
85
+ }
86
+ },
87
+ {
88
+ "name": "Constant",
89
+ "scope": "constant",
90
+ "settings": {
91
+ "fontStyle": "",
92
+ "foreground": "#994646ff"
93
+ }
94
+ },
95
+ {
96
+ "name": "Keyword",
97
+ "scope": "keyword",
98
+ "settings": {
99
+ "fontStyle": "",
100
+ "foreground": "#f12727ff"
101
+ }
102
+ },
103
+ {
104
+ "name": "Entity",
105
+ "scope": "entity",
106
+ "settings": {
107
+ "fontStyle": "",
108
+ "foreground": "#fec758ff"
109
+ }
110
+ },
111
+ {
112
+ "name": "Storage",
113
+ "scope": "storage",
114
+ "settings": {
115
+ "fontStyle": "bold",
116
+ "foreground": "#ff6262ff"
117
+ }
118
+ },
119
+ {
120
+ "name": "String",
121
+ "scope": "string",
122
+ "settings": {
123
+ "fontStyle": "",
124
+ "foreground": "#cd8d8dff"
125
+ }
126
+ },
127
+ {
128
+ "name": "Support",
129
+ "scope": "support",
130
+ "settings": {
131
+ "fontStyle": "",
132
+ "foreground": "#9df39fff"
133
+ }
134
+ },
135
+ {
136
+ "name": "Variable",
137
+ "scope": "variable",
138
+ "settings": {
139
+ "fontStyle": "italic",
140
+ "foreground": "#fb9a4bff"
141
+ }
142
+ },
143
+ {
144
+ "name": "Invalid",
145
+ "scope": "invalid",
146
+ "settings": {
147
+ "foreground": "#ffffffff"
148
+ }
149
+ },
150
+ {
151
+ "name": "Entity inherited-class",
152
+ "scope": "entity.other.inherited-class",
153
+ "settings": {
154
+ "fontStyle": "underline",
155
+ "foreground": "#aa5507ff"
156
+ }
157
+ },
158
+ {
159
+ "scope": "constant.character",
160
+ "settings": {
161
+ "foreground": "#ec0d1e"
162
+ }
163
+ },
164
+ {
165
+ "scope": [
166
+ "string constant",
167
+ "constant.character.escape"
168
+ ],
169
+ "settings": {
170
+ "fontStyle": "",
171
+ "foreground": "#ffe862ff"
172
+ }
173
+ },
174
+ {
175
+ "name": "String.regexp",
176
+ "scope": "string.regexp",
177
+ "settings": {
178
+ "foreground": "#ffb454ff"
179
+ }
180
+ },
181
+ {
182
+ "name": "String variable",
183
+ "scope": "string variable",
184
+ "settings": {
185
+ "foreground": "#edef7dff"
186
+ }
187
+ },
188
+ {
189
+ "name": "Support.function",
190
+ "scope": "support.function",
191
+ "settings": {
192
+ "fontStyle": "",
193
+ "foreground": "#ffb454ff"
194
+ }
195
+ },
196
+ {
197
+ "name": "Support.constant",
198
+ "scope": [ "support.constant", "support.variable"],
199
+ "settings": {
200
+ "fontStyle": "",
201
+ "foreground": "#eb939aff"
202
+ }
203
+ },
204
+ {
205
+ "name": "Doctype/XML Processing",
206
+ "scope": [
207
+ "declaration.sgml.html declaration.doctype",
208
+ "declaration.sgml.html declaration.doctype entity",
209
+ "declaration.sgml.html declaration.doctype string",
210
+ "declaration.xml-processing",
211
+ "declaration.xml-processing entity",
212
+ "declaration.xml-processing string"
213
+ ],
214
+ "settings": {
215
+ "fontStyle": "",
216
+ "foreground": "#73817dff"
217
+ }
218
+ },
219
+ {
220
+ "name": "Meta.tag.A",
221
+ "scope": [
222
+ "declaration.tag",
223
+ "declaration.tag entity",
224
+ "meta.tag",
225
+ "meta.tag entity"
226
+ ],
227
+ "settings": {
228
+ "fontStyle": "",
229
+ "foreground": "#ec0d1eff"
230
+ }
231
+ },
232
+ {
233
+ "name": "css tag-name",
234
+ "scope": "meta.selector.css entity.name.tag",
235
+ "settings": {
236
+ "fontStyle": "",
237
+ "foreground": "#aa5507ff"
238
+ }
239
+ },
240
+ {
241
+ "name": "css#id",
242
+ "scope": "meta.selector.css entity.other.attribute-name.id",
243
+ "settings": {
244
+ "foreground": "#fec758ff"
245
+ }
246
+ },
247
+ {
248
+ "name": "css.class",
249
+ "scope": "meta.selector.css entity.other.attribute-name.class",
250
+ "settings": {
251
+ "fontStyle": "",
252
+ "foreground": "#41a83eff"
253
+ }
254
+ },
255
+ {
256
+ "name": "css property-name:",
257
+ "scope": "support.type.property-name.css",
258
+ "settings": {
259
+ "fontStyle": "",
260
+ "foreground": "#96dd3bff"
261
+ }
262
+ },
263
+ {
264
+ "name": "css property-value;",
265
+ "scope": [
266
+ "meta.property-group support.constant.property-value.css",
267
+ "meta.property-value support.constant.property-value.css"
268
+ ],
269
+ "settings": {
270
+ "fontStyle": "italic",
271
+ "foreground": "#ffe862ff"
272
+ }
273
+ },
274
+ {
275
+ "name": "css additional-constants",
276
+ "scope": [
277
+ "meta.property-value support.constant.named-color.css",
278
+ "meta.property-value constant"
279
+ ],
280
+ "settings": {
281
+ "fontStyle": "",
282
+ "foreground": "#ffe862ff"
283
+ }
284
+ },
285
+ {
286
+ "name": "css @at-rule",
287
+ "scope": "meta.preprocessor.at-rule keyword.control.at-rule",
288
+ "settings": {
289
+ "foreground": "#fd6209ff"
290
+ }
291
+ },
292
+ {
293
+ "name": "css constructor.argument",
294
+ "scope": "meta.constructor.argument.css",
295
+ "settings": {
296
+ "fontStyle": "",
297
+ "foreground": "#ec9799ff"
298
+ }
299
+ },
300
+ {
301
+ "name": "diff.header",
302
+ "scope": [
303
+ "meta.diff",
304
+ "meta.diff.header"
305
+ ],
306
+ "settings": {
307
+ "fontStyle": "italic",
308
+ "foreground": "#f8f8f8ff"
309
+ }
310
+ },
311
+ {
312
+ "name": "diff.deleted",
313
+ "scope": "markup.deleted",
314
+ "settings": {
315
+ "foreground": "#ec9799ff"
316
+ }
317
+ },
318
+ {
319
+ "name": "diff.changed",
320
+ "scope": "markup.changed",
321
+ "settings": {
322
+ "foreground": "#f8f8f8ff"
323
+ }
324
+ },
325
+ {
326
+ "name": "diff.inserted",
327
+ "scope": "markup.inserted",
328
+ "settings": {
329
+ "foreground": "#41a83eff"
330
+ }
331
+ },
332
+ {
333
+ "name": "Markup Quote",
334
+ "scope": "markup.quote",
335
+ "settings": {
336
+ "foreground": "#f12727ff"
337
+ }
338
+ },
339
+ {
340
+ "name": "Markup Lists",
341
+ "scope": "markup.list",
342
+ "settings": {
343
+ "foreground": "#ff6262ff"
344
+ }
345
+ },
346
+ {
347
+ "name": "Markup Styling",
348
+ "scope": [
349
+ "markup.bold",
350
+ "markup.italic"
351
+ ],
352
+ "settings": {
353
+ "foreground": "#fb9a4bff"
354
+ }
355
+ },
356
+ {
357
+ "name": "Markup: Strong",
358
+ "scope": "markup.bold",
359
+ "settings": {
360
+ "fontStyle": "bold"
361
+ }
362
+ },
363
+ {
364
+ "name": "Markup: Emphasis",
365
+ "scope": "markup.italic",
366
+ "settings": {
367
+ "fontStyle": "italic"
368
+ }
369
+ },
370
+ {
371
+ "scope": "markup.strikethrough",
372
+ "settings": {
373
+ "fontStyle": "strikethrough"
374
+ }
375
+ },
376
+ {
377
+ "name": "Markup Inline",
378
+ "scope": "markup.inline.raw",
379
+ "settings": {
380
+ "fontStyle": "",
381
+ "foreground": "#cd8d8dff"
382
+ }
383
+ },
384
+ {
385
+ "name": "Headings",
386
+ "scope": [
387
+ "markup.heading",
388
+ "markup.heading.setext",
389
+ "punctuation.definition.heading",
390
+ "entity.name.section"
391
+ ],
392
+ "settings": {
393
+ "fontStyle": "bold",
394
+ "foreground": "#fec758ff"
395
+ }
396
+ },
397
+ {
398
+ "name": "String interpolation",
399
+ "scope": [
400
+ "punctuation.definition.template-expression.begin",
401
+ "punctuation.definition.template-expression.end",
402
+ "punctuation.section.embedded",
403
+ ".format.placeholder"
404
+ ],
405
+ "settings": {
406
+ "foreground": "#ec0d1e"
407
+ }
408
+ }
409
+ ],
410
+ "semanticHighlighting": true
411
+ }
package/index.js ADDED
@@ -0,0 +1,6 @@
1
+ import { registerExtension } from 'vscode/extensions';
2
+
3
+ var manifest = {name:"theme-red",displayName:"Red Theme",description:"Red theme for Visual Studio Code",version:"1.0.0",publisher:"vscode",license:"MIT",engines:{vscode:"*"},contributes:{themes:[{id:"Red",label:"Red",uiTheme:"vs-dark",path:"./themes/Red-color-theme.json"}]},repository:{type:"git",url:"https://github.com/microsoft/vscode.git"},main:undefined};
4
+
5
+ const { registerFileUrl } = registerExtension(manifest);
6
+ registerFileUrl('./themes/Red-color-theme.json', new URL('./Red-color-theme.json', import.meta.url).toString(), 'application/json');
package/package.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "@codingame/monaco-vscode-theme-red-default-extension",
3
+ "version": "1.81.8-next.1",
4
+ "keywords": [],
5
+ "author": {
6
+ "name": "CodinGame",
7
+ "url": "http://www.codingame.com"
8
+ },
9
+ "license": "MIT",
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/CodinGame/monaco-vscode-api"
13
+ },
14
+ "type": "module",
15
+ "private": false,
16
+ "description": "Default VSCode extension designed to be used with @codingame/monaco-vscode-api",
17
+ "main": "index.js",
18
+ "module": "index.js",
19
+ "dependencies": {
20
+ "vscode": "npm:@codingame/monaco-vscode-api@1.81.8-next.1"
21
+ }
22
+ }