@codingame/monaco-vscode-theme-monokai-dimmed-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,660 @@
1
+ {
2
+ "type": "dark",
3
+ "colors": {
4
+ "dropdown.background": "#525252",
5
+ "list.activeSelectionBackground": "#707070",
6
+ "quickInputList.focusBackground": "#707070",
7
+ "list.inactiveSelectionBackground": "#4e4e4e",
8
+ "list.hoverBackground": "#444444",
9
+ "list.highlightForeground": "#e58520",
10
+ "button.background": "#565656",
11
+ "editor.background": "#1e1e1e",
12
+ "editor.foreground": "#c5c8c6",
13
+ "editor.selectionBackground": "#676b7180",
14
+ "minimap.selectionHighlight": "#676b7180",
15
+ "editor.selectionHighlightBackground": "#575b6180",
16
+ "editor.lineHighlightBackground": "#303030",
17
+ "editorLineNumber.activeForeground": "#949494",
18
+ "editor.wordHighlightBackground": "#4747a180",
19
+ "editor.wordHighlightStrongBackground": "#6767ce80",
20
+ "editorCursor.foreground": "#c07020",
21
+ "editorWhitespace.foreground": "#505037",
22
+ "editorIndentGuide.background": "#505037",
23
+ "editorIndentGuide.activeBackground": "#707057",
24
+ "editorGroupHeader.tabsBackground": "#282828",
25
+ "tab.inactiveBackground": "#404040",
26
+ "tab.border": "#303030",
27
+ "tab.inactiveForeground": "#d8d8d8",
28
+ "tab.lastPinnedBorder": "#505050",
29
+ "peekView.border": "#3655b5",
30
+ "panelTitle.activeForeground": "#ffffff",
31
+ "statusBar.background": "#505050",
32
+ "statusBar.debuggingBackground": "#505050",
33
+ "statusBar.noFolderBackground": "#505050",
34
+ "titleBar.activeBackground": "#505050",
35
+ "statusBarItem.remoteBackground": "#3655b5",
36
+ "ports.iconRunningProcessForeground": "#CCCCCC",
37
+ "activityBar.background": "#353535",
38
+ "activityBar.foreground": "#ffffff",
39
+ "activityBarBadge.background": "#3655b5",
40
+ "sideBar.background": "#272727",
41
+ "sideBarSectionHeader.background": "#505050",
42
+ "menu.background": "#272727",
43
+ "menu.foreground": "#CCCCCC",
44
+ "pickerGroup.foreground": "#b0b0b0",
45
+ "inputOption.activeBorder": "#3655b5",
46
+ "focusBorder": "#3655b5",
47
+ "terminal.ansiBlack": "#1e1e1e",
48
+ "terminal.ansiRed": "#C4265E", // the bright color with ~75% transparent on the background
49
+ "terminal.ansiGreen": "#86B42B",
50
+ "terminal.ansiYellow": "#B3B42B",
51
+ "terminal.ansiBlue": "#6A7EC8",
52
+ "terminal.ansiMagenta": "#8C6BC8",
53
+ "terminal.ansiCyan": "#56ADBC",
54
+ "terminal.ansiWhite": "#e3e3dd",
55
+ "terminal.ansiBrightBlack": "#666666",
56
+ "terminal.ansiBrightRed": "#f92672",
57
+ "terminal.ansiBrightGreen": "#A6E22E",
58
+ "terminal.ansiBrightYellow": "#e2e22e", // hue shifted #A6E22E
59
+ "terminal.ansiBrightBlue": "#819aff", // hue shifted #AE81FF
60
+ "terminal.ansiBrightMagenta": "#AE81FF",
61
+ "terminal.ansiBrightCyan": "#66D9EF",
62
+ "terminal.ansiBrightWhite": "#f8f8f2",
63
+ "terminal.inactiveSelectionBackground": "#676b7140"
64
+ },
65
+ "tokenColors": [
66
+ {
67
+ "settings": {
68
+ "foreground": "#C5C8C6"
69
+ }
70
+ },
71
+ {
72
+ "scope": [
73
+ "meta.embedded",
74
+ "source.groovy.embedded"
75
+ ],
76
+ "settings": {
77
+ "foreground": "#C5C8C6"
78
+ }
79
+ },
80
+ {
81
+ "name": "Comment",
82
+ "scope": "comment",
83
+ "settings": {
84
+ "fontStyle": "",
85
+ "foreground": "#9A9B99"
86
+ }
87
+ },
88
+ {
89
+ "name": "String",
90
+ "scope": "string",
91
+ "settings": {
92
+ "fontStyle": "",
93
+ "foreground": "#9AA83A"
94
+ }
95
+ },
96
+ {
97
+ "name": "String Embedded Source",
98
+ "scope": "string source",
99
+ "settings": {
100
+ "fontStyle": "",
101
+ "foreground": "#D08442"
102
+ }
103
+ },
104
+ {
105
+ "name": "Number",
106
+ "scope": "constant.numeric",
107
+ "settings": {
108
+ "fontStyle": "",
109
+ "foreground": "#6089B4"
110
+ }
111
+ },
112
+ {
113
+ "name": "Built-in constant",
114
+ "scope": "constant.language",
115
+ "settings": {
116
+ "fontStyle": "",
117
+ "foreground": "#408080"
118
+ }
119
+ },
120
+ {
121
+ "name": "User-defined constant",
122
+ "scope": "constant.character, constant.other",
123
+ "settings": {
124
+ "fontStyle": "",
125
+ "foreground": "#8080FF",
126
+ }
127
+ },
128
+ {
129
+ "name": "Keyword",
130
+ "scope": "keyword",
131
+ "settings": {
132
+ "fontStyle": "",
133
+ "foreground": "#6089B4"
134
+ }
135
+ },
136
+ {
137
+ "name": "Support",
138
+ "scope": "support",
139
+ "settings": {
140
+ "fontStyle": "",
141
+ "foreground": "#C7444A"
142
+ }
143
+ },
144
+ {
145
+ "name": "Storage",
146
+ "scope": "storage",
147
+ "settings": {
148
+ "fontStyle": "",
149
+ "foreground": "#9872A2"
150
+ }
151
+ },
152
+ {
153
+ "name": "Class name",
154
+ "scope": "entity.name.class, entity.name.type, entity.name.namespace, entity.name.scope-resolution",
155
+ "settings": {
156
+ "fontStyle": "",
157
+ "foreground": "#9B0000",
158
+ }
159
+ },
160
+ {
161
+ "name": "Inherited class",
162
+ "scope": "entity.other.inherited-class",
163
+ "settings": {
164
+ "fontStyle": "",
165
+ "foreground": "#C7444A"
166
+ }
167
+ },
168
+ {
169
+ "name": "Function name",
170
+ "scope": "entity.name.function",
171
+ "settings": {
172
+ "fontStyle": "",
173
+ "foreground": "#CE6700"
174
+ }
175
+ },
176
+ {
177
+ "name": "Function argument",
178
+ "scope": "variable.parameter",
179
+ "settings": {
180
+ "fontStyle": "",
181
+ "foreground": "#6089B4"
182
+ }
183
+ },
184
+ {
185
+ "name": "Tag name",
186
+ "scope": "entity.name.tag",
187
+ "settings": {
188
+ "fontStyle": "",
189
+ "foreground": "#9872A2"
190
+ }
191
+ },
192
+ {
193
+ "name": "Tag attribute",
194
+ "scope": "entity.other.attribute-name",
195
+ "settings": {
196
+ "fontStyle": "",
197
+ "foreground": "#9872A2"
198
+ }
199
+ },
200
+ {
201
+ "name": "Library function",
202
+ "scope": "support.function",
203
+ "settings": {
204
+ "fontStyle": "",
205
+ "foreground": "#9872A2"
206
+ }
207
+ },
208
+ {
209
+ "name": "Keyword",
210
+ "scope": "keyword",
211
+ "settings": {
212
+ "fontStyle": "",
213
+ "foreground": "#676867"
214
+ }
215
+ },
216
+ {
217
+ "name": "Class Variable",
218
+ "scope": "variable.other, variable.js, punctuation.separator.variable",
219
+ "settings": {
220
+ "fontStyle": "",
221
+ "foreground": "#6089B4"
222
+ }
223
+ },
224
+ {
225
+ "name": "Meta Brace",
226
+ "scope": "punctuation.section.embedded -(source string source punctuation.section.embedded), meta.brace.erb.html",
227
+ "settings": {
228
+ "fontStyle": "",
229
+ "foreground": "#008200"
230
+ }
231
+ },
232
+ {
233
+ "name": "Invalid",
234
+ "scope": "invalid",
235
+ "settings": {
236
+ "fontStyle": "",
237
+ "foreground": "#FF0B00"
238
+ }
239
+ },
240
+ {
241
+ "name": "Normal Variable",
242
+ "scope": "variable.other.php, variable.other.normal",
243
+ "settings": {
244
+ "fontStyle": "",
245
+ "foreground": "#6089B4"
246
+ }
247
+ },
248
+ {
249
+ "name": "Function Object",
250
+ "scope": "meta.function-call.object",
251
+ "settings": {
252
+ "fontStyle": "",
253
+ "foreground": "#9872A2"
254
+ }
255
+ },
256
+ {
257
+ "name": "Function Call Variable",
258
+ "scope": "variable.other.property",
259
+ "settings": {
260
+ "fontStyle": "",
261
+ "foreground": "#9872A2"
262
+ }
263
+ },
264
+ {
265
+ "name": "Keyword Control / Special",
266
+ "scope": [
267
+ "keyword.control",
268
+ "keyword.operator.new.cpp",
269
+ "keyword.operator.delete.cpp",
270
+ "keyword.other.using",
271
+ "keyword.other.operator"
272
+ ],
273
+ "settings": {
274
+ "fontStyle": "",
275
+ "foreground": "#9872A2"
276
+ }
277
+ },
278
+ {
279
+ "name": "Tag",
280
+ "scope": "meta.tag",
281
+ "settings": {
282
+ "fontStyle": "",
283
+ "foreground": "#D0B344"
284
+ }
285
+ },
286
+ {
287
+ "name": "Tag Name",
288
+ "scope": "entity.name.tag",
289
+ "settings": {
290
+ "fontStyle": "",
291
+ "foreground": "#6089B4"
292
+ }
293
+ },
294
+ {
295
+ "name": "Doctype",
296
+ "scope": "meta.doctype, meta.tag.sgml-declaration.doctype, meta.tag.sgml.doctype",
297
+ "settings": {
298
+ "fontStyle": "",
299
+ "foreground": "#9AA83A"
300
+ }
301
+ },
302
+ {
303
+ "name": "Tag Inline Source",
304
+ "scope": "meta.tag.inline source, text.html.php.source",
305
+ "settings": {
306
+ "fontStyle": "",
307
+ "foreground": "#9AA83A"
308
+ }
309
+ },
310
+ {
311
+ "name": "Tag Other",
312
+ "scope": "meta.tag.other, entity.name.tag.style, entity.name.tag.script, meta.tag.block.script, source.js.embedded punctuation.definition.tag.html, source.css.embedded punctuation.definition.tag.html",
313
+ "settings": {
314
+ "fontStyle": "",
315
+ "foreground": "#9872A2"
316
+ }
317
+ },
318
+ {
319
+ "name": "Tag Attribute",
320
+ "scope": "entity.other.attribute-name, meta.tag punctuation.definition.string",
321
+ "settings": {
322
+ "fontStyle": "",
323
+ "foreground": "#D0B344"
324
+ }
325
+ },
326
+ {
327
+ "name": "Tag Value",
328
+ "scope": "meta.tag string -source -punctuation, text source text meta.tag string -punctuation",
329
+ "settings": {
330
+ "fontStyle": "",
331
+ "foreground": "#6089B4"
332
+ }
333
+ },
334
+ {
335
+ "name": "Meta Brace",
336
+ "scope": "punctuation.section.embedded -(source string source punctuation.section.embedded), meta.brace.erb.html",
337
+ "settings": {
338
+ "fontStyle": "",
339
+ "foreground": "#D0B344"
340
+ }
341
+ },
342
+ {
343
+ "name": "HTML ID",
344
+ "scope": "meta.toc-list.id",
345
+ "settings": {
346
+ "foreground": "#9AA83A"
347
+ }
348
+ },
349
+ {
350
+ "name": "HTML String",
351
+ "scope": "string.quoted.double.html, punctuation.definition.string.begin.html, punctuation.definition.string.end.html, punctuation.definition.string.end.html source, string.quoted.double.html source",
352
+ "settings": {
353
+ "fontStyle": "",
354
+ "foreground": "#9AA83A"
355
+ }
356
+ },
357
+ {
358
+ "name": "HTML Tags",
359
+ "scope": "punctuation.definition.tag.html, punctuation.definition.tag.begin, punctuation.definition.tag.end",
360
+ "settings": {
361
+ "fontStyle": "",
362
+ "foreground": "#6089B4"
363
+ }
364
+ },
365
+ {
366
+ "name": "CSS ID",
367
+ "scope": "meta.selector.css entity.other.attribute-name.id",
368
+ "settings": {
369
+ "fontStyle": "",
370
+ "foreground": "#9872A2"
371
+ }
372
+ },
373
+ {
374
+ "name": "CSS Property Name",
375
+ "scope": "support.type.property-name.css",
376
+ "settings": {
377
+ "fontStyle": "",
378
+ "foreground": "#676867"
379
+ }
380
+ },
381
+ {
382
+ "name": "CSS Property Value",
383
+ "scope": "meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css",
384
+ "settings": {
385
+ "fontStyle": "",
386
+ "foreground": "#C7444A"
387
+ }
388
+ },
389
+ {
390
+ "name": "JavaScript Variable",
391
+ "scope": "variable.language.js",
392
+ "settings": {
393
+ "foreground": "#CC555A"
394
+ }
395
+ },
396
+ {
397
+ "name": "Template Definition",
398
+ "scope": [
399
+ "punctuation.definition.template-expression",
400
+ "punctuation.section.embedded.coffee"
401
+ ],
402
+ "settings": {
403
+ "foreground": "#D08442"
404
+ }
405
+ },
406
+ {
407
+ "name": "Reset JavaScript string interpolation expression",
408
+ "scope": [
409
+ "meta.template.expression"
410
+ ],
411
+ "settings": {
412
+ "foreground": "#C5C8C6"
413
+ }
414
+ },
415
+ {
416
+ "name": "PHP Function Call",
417
+ "scope": "meta.function-call.object.php",
418
+ "settings": {
419
+ "fontStyle": "",
420
+ "foreground": "#D0B344"
421
+ }
422
+ },
423
+ {
424
+ "name": "PHP Single Quote HMTL Fix",
425
+ "scope": "punctuation.definition.string.end.php, punctuation.definition.string.begin.php",
426
+ "settings": {
427
+ "foreground": "#9AA83A"
428
+ }
429
+ },
430
+ {
431
+ "name": "PHP Parenthesis HMTL Fix",
432
+ "scope": "source.php.embedded.line.html",
433
+ "settings": {
434
+ "foreground": "#676867"
435
+ }
436
+ },
437
+ {
438
+ "name": "PHP Punctuation Embedded",
439
+ "scope": "punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php",
440
+ "settings": {
441
+ "fontStyle": "",
442
+ "foreground": "#D08442"
443
+ }
444
+ },
445
+ {
446
+ "name": "Ruby Symbol",
447
+ "scope": "constant.other.symbol.ruby",
448
+ "settings": {
449
+ "fontStyle": "",
450
+ "foreground": "#9AA83A"
451
+ }
452
+ },
453
+ {
454
+ "name": "Ruby Variable",
455
+ "scope": "variable.language.ruby",
456
+ "settings": {
457
+ "fontStyle": "",
458
+ "foreground": "#D0B344"
459
+ }
460
+ },
461
+ {
462
+ "name": "Ruby Special Method",
463
+ "scope": "keyword.other.special-method.ruby",
464
+ "settings": {
465
+ "fontStyle": "",
466
+ "foreground": "#D9B700"
467
+ }
468
+ },
469
+ {
470
+ "name": "Ruby Embedded Source",
471
+ "scope": [
472
+ "punctuation.section.embedded.begin.ruby",
473
+ "punctuation.section.embedded.end.ruby"
474
+ ],
475
+ "settings": {
476
+ "foreground": "#D08442"
477
+ }
478
+ },
479
+ {
480
+ "name": "SQL",
481
+ "scope": "keyword.other.DML.sql",
482
+ "settings": {
483
+ "fontStyle": "",
484
+ "foreground": "#D0B344"
485
+ }
486
+ },
487
+ {
488
+ "name": "diff: header",
489
+ "scope": "meta.diff, meta.diff.header",
490
+ "settings": {
491
+ "fontStyle": "italic",
492
+ "foreground": "#E0EDDD"
493
+ }
494
+ },
495
+ {
496
+ "name": "diff: deleted",
497
+ "scope": "markup.deleted",
498
+ "settings": {
499
+ "fontStyle": "",
500
+ "foreground": "#dc322f"
501
+ }
502
+ },
503
+ {
504
+ "name": "diff: changed",
505
+ "scope": "markup.changed",
506
+ "settings": {
507
+ "fontStyle": "",
508
+ "foreground": "#cb4b16"
509
+ }
510
+ },
511
+ {
512
+ "name": "diff: inserted",
513
+ "scope": "markup.inserted",
514
+ "settings": {
515
+ "foreground": "#219186"
516
+ }
517
+ },
518
+ {
519
+ "name": "Markup Quote",
520
+ "scope": "markup.quote",
521
+ "settings": {
522
+ "foreground": "#9872A2"
523
+ }
524
+ },
525
+ {
526
+ "name": "Markup Lists",
527
+ "scope": "markup.list",
528
+ "settings": {
529
+ "foreground": "#9AA83A"
530
+ }
531
+ },
532
+ {
533
+ "name": "Markup Styling",
534
+ "scope": "markup.bold, markup.italic",
535
+ "settings": {
536
+ "foreground": "#6089B4"
537
+ }
538
+ },
539
+ {
540
+ "name": "Markup Inline",
541
+ "scope": "markup.inline.raw",
542
+ "settings": {
543
+ "fontStyle": "",
544
+ "foreground": "#FF0080"
545
+ }
546
+ },
547
+ {
548
+ "name": "Markup Headings",
549
+ "scope": "markup.heading",
550
+ "settings": {
551
+ "foreground": "#D0B344"
552
+ }
553
+ },
554
+ {
555
+ "name": "Markup Setext Header",
556
+ "scope": "markup.heading.setext",
557
+ "settings": {
558
+ "fontStyle": "",
559
+ "foreground": "#D0B344"
560
+ }
561
+ },
562
+ {
563
+ "name": "Markdown Headings",
564
+ "scope": "markup.heading.markdown",
565
+ "settings": {
566
+ "fontStyle": "bold"
567
+ }
568
+ },
569
+ {
570
+ "name": "Markdown Quote",
571
+ "scope": "markup.quote.markdown",
572
+ "settings": {
573
+ "fontStyle": "italic",
574
+ "foreground": ""
575
+ }
576
+ },
577
+ {
578
+ "name": "Markdown Bold",
579
+ "scope": "markup.bold.markdown",
580
+ "settings": {
581
+ "fontStyle": "bold"
582
+ }
583
+ },
584
+ {
585
+ "name": "Markdown Link Title/Description",
586
+ "scope": "string.other.link.title.markdown,string.other.link.description.markdown",
587
+ "settings": {
588
+ "foreground": "#AE81FF"
589
+ }
590
+ },
591
+ {
592
+ "name": "Markdown Underline Link/Image",
593
+ "scope": "markup.underline.link.markdown,markup.underline.link.image.markdown",
594
+ "settings": {
595
+ "foreground": ""
596
+ }
597
+ },
598
+ {
599
+ "name": "Markdown Emphasis",
600
+ "scope": "markup.italic.markdown",
601
+ "settings": {
602
+ "fontStyle": "italic"
603
+ }
604
+ },
605
+ {
606
+ "scope": "markup.strikethrough",
607
+ "settings": {
608
+ "fontStyle": "strikethrough"
609
+ }
610
+ },
611
+ {
612
+ "name": "Markdown Punctuation Definition Link",
613
+ "scope": "markup.list.unnumbered.markdown, markup.list.numbered.markdown",
614
+ "settings": {
615
+ "foreground": ""
616
+ }
617
+ },
618
+ {
619
+ "name": "Markdown List Punctuation",
620
+ "scope": [
621
+ "punctuation.definition.list.begin.markdown"
622
+ ],
623
+ "settings": {
624
+ "foreground": ""
625
+ }
626
+ },
627
+ {
628
+ "scope": "token.info-token",
629
+ "settings": {
630
+ "foreground": "#6796e6"
631
+ }
632
+ },
633
+ {
634
+ "scope": "token.warn-token",
635
+ "settings": {
636
+ "foreground": "#cd9731"
637
+ }
638
+ },
639
+ {
640
+ "scope": "token.error-token",
641
+ "settings": {
642
+ "foreground": "#f44747"
643
+ }
644
+ },
645
+ {
646
+ "scope": "token.debug-token",
647
+ "settings": {
648
+ "foreground": "#b267e6"
649
+ }
650
+ },
651
+ {
652
+ "name": "this.self",
653
+ "scope": "variable.language",
654
+ "settings": {
655
+ "foreground": "#c7444a"
656
+ }
657
+ }
658
+ ],
659
+ "semanticHighlighting": true
660
+ }
package/index.js ADDED
@@ -0,0 +1,6 @@
1
+ import { registerExtension } from 'vscode/extensions';
2
+
3
+ var manifest = {name:"theme-monokai-dimmed",displayName:"Monokai Dimmed Theme",description:"Monokai dimmed theme for Visual Studio Code",version:"1.0.0",publisher:"vscode",license:"MIT",engines:{vscode:"*"},contributes:{themes:[{id:"Monokai Dimmed",label:"Monokai Dimmed",uiTheme:"vs-dark",path:"./themes/dimmed-monokai-color-theme.json"}]},repository:{type:"git",url:"https://github.com/microsoft/vscode.git"},main:undefined};
4
+
5
+ const { registerFileUrl } = registerExtension(manifest);
6
+ registerFileUrl('./themes/dimmed-monokai-color-theme.json', new URL('./dimmed-monokai-color-theme.json', import.meta.url).toString(), 'application/json');
package/package.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "@codingame/monaco-vscode-theme-monokai-dimmed-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
+ }