@codingame/monaco-vscode-theme-monokai-default-extension 1.85.2 → 1.85.4
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/monokai-color-theme.json +1 -0
- package/resources/package.json +1 -0
- package/resources/package.nls.json +1 -0
- package/monokai-color-theme.json +0 -489
- 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-monokai",displayName:"%displayName%",description:"%description%",version:"1.0.0",publisher:"vscode",license:"MIT",engines:{vscode:"*"},contributes:{themes:[{id:"Monokai",label:"%themeLabel%",uiTheme:"vs-dark",path:"./themes/monokai-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/monokai-color-theme.json', new URL('./resources/monokai-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-monokai-default-extension",
|
|
3
|
-
"version": "1.85.
|
|
3
|
+
"version": "1.85.4",
|
|
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.4"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type":"dark","colors":{"dropdown.background":"#414339","list.activeSelectionBackground":"#75715E","quickInputList.focusBackground":"#414339","dropdown.listBackground":"#1e1f1c","list.inactiveSelectionBackground":"#414339","list.hoverBackground":"#3e3d32","list.dropBackground":"#414339","list.highlightForeground":"#f8f8f2","button.background":"#75715E","editor.background":"#272822","editor.foreground":"#f8f8f2","selection.background":"#878b9180","editor.selectionHighlightBackground":"#575b6180","editor.selectionBackground":"#878b9180","minimap.selectionHighlight":"#878b9180","editor.wordHighlightBackground":"#4a4a7680","editor.wordHighlightStrongBackground":"#6a6a9680","editor.lineHighlightBackground":"#3e3d32","editorLineNumber.activeForeground":"#c2c2bf","editorCursor.foreground":"#f8f8f0","editorWhitespace.foreground":"#464741","editorIndentGuide.background":"#464741","editorIndentGuide.activeBackground":"#767771","editorGroupHeader.tabsBackground":"#1e1f1c","editorGroup.dropBackground":"#41433980","tab.inactiveBackground":"#34352f","tab.border":"#1e1f1c","tab.inactiveForeground":"#ccccc7","tab.lastPinnedBorder":"#414339","widget.shadow":"#00000098","progressBar.background":"#75715E","badge.background":"#75715E","badge.foreground":"#f8f8f2","editorLineNumber.foreground":"#90908a","panelTitle.activeForeground":"#f8f8f2","panelTitle.activeBorder":"#75715E","panelTitle.inactiveForeground":"#75715E","panel.border":"#414339","settings.focusedRowBackground":"#4143395A","titleBar.activeBackground":"#1e1f1c","statusBar.background":"#414339","statusBar.noFolderBackground":"#414339","statusBar.debuggingBackground":"#75715E","statusBarItem.remoteBackground":"#AC6218","ports.iconRunningProcessForeground":"#ccccc7","activityBar.background":"#272822","activityBar.foreground":"#f8f8f2","sideBar.background":"#1e1f1c","sideBarSectionHeader.background":"#272822","menu.background":"#1e1f1c","menu.foreground":"#cccccc","pickerGroup.foreground":"#75715E","input.background":"#414339","inputOption.activeBorder":"#75715E","focusBorder":"#99947c","editorWidget.background":"#1e1f1c","debugToolBar.background":"#1e1f1c","diffEditor.insertedTextBackground":"#4b661680","diffEditor.removedTextBackground":"#90274A70","inputValidation.errorBackground":"#90274A","inputValidation.errorBorder":"#f92672","inputValidation.warningBackground":"#848528","inputValidation.warningBorder":"#e2e22e","inputValidation.infoBackground":"#546190","inputValidation.infoBorder":"#819aff","editorHoverWidget.background":"#414339","editorHoverWidget.border":"#75715E","editorSuggestWidget.background":"#272822","editorSuggestWidget.border":"#75715E","editorGroup.border":"#34352f","peekView.border":"#75715E","peekViewEditor.background":"#272822","peekViewResult.background":"#1e1f1c","peekViewTitle.background":"#1e1f1c","peekViewResult.selectionBackground":"#414339","peekViewResult.matchHighlightBackground":"#75715E","peekViewEditor.matchHighlightBackground":"#75715E","terminal.ansiBlack":"#333333","terminal.ansiRed":"#C4265E","terminal.ansiGreen":"#86B42B","terminal.ansiYellow":"#B3B42B","terminal.ansiBlue":"#6A7EC8","terminal.ansiMagenta":"#8C6BC8","terminal.ansiCyan":"#56ADBC","terminal.ansiWhite":"#e3e3dd","terminal.ansiBrightBlack":"#666666","terminal.ansiBrightRed":"#f92672","terminal.ansiBrightGreen":"#A6E22E","terminal.ansiBrightYellow":"#e2e22e","terminal.ansiBrightBlue":"#819aff","terminal.ansiBrightMagenta":"#AE81FF","terminal.ansiBrightCyan":"#66D9EF","terminal.ansiBrightWhite":"#f8f8f2"},"tokenColors":[{"settings":{"foreground":"#F8F8F2"}},{"scope":["meta.embedded","source.groovy.embedded","string meta.image.inline.markdown","variable.legacy.builtin.python"],"settings":{"foreground":"#F8F8F2"}},{"name":"Comment","scope":"comment","settings":{"foreground":"#88846f"}},{"name":"String","scope":"string","settings":{"foreground":"#E6DB74"}},{"name":"Template Definition","scope":["punctuation.definition.template-expression","punctuation.section.embedded"],"settings":{"foreground":"#F92672"}},{"name":"Reset JavaScript string interpolation expression","scope":["meta.template.expression"],"settings":{"foreground":"#F8F8F2"}},{"name":"Number","scope":"constant.numeric","settings":{"foreground":"#AE81FF"}},{"name":"Built-in constant","scope":"constant.language","settings":{"foreground":"#AE81FF"}},{"name":"User-defined constant","scope":"constant.character, constant.other","settings":{"foreground":"#AE81FF"}},{"name":"Variable","scope":"variable","settings":{"fontStyle":"","foreground":"#F8F8F2"}},{"name":"Keyword","scope":"keyword","settings":{"foreground":"#F92672"}},{"name":"Storage","scope":"storage","settings":{"fontStyle":"","foreground":"#F92672"}},{"name":"Storage type","scope":"storage.type","settings":{"fontStyle":"italic","foreground":"#66D9EF"}},{"name":"Class name","scope":"entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution","settings":{"fontStyle":"underline","foreground":"#A6E22E"}},{"name":"Inherited class","scope":"entity.other.inherited-class","settings":{"fontStyle":"italic underline","foreground":"#A6E22E"}},{"name":"Function name","scope":"entity.name.function","settings":{"fontStyle":"","foreground":"#A6E22E"}},{"name":"Function argument","scope":"variable.parameter","settings":{"fontStyle":"italic","foreground":"#FD971F"}},{"name":"Tag name","scope":"entity.name.tag","settings":{"fontStyle":"","foreground":"#F92672"}},{"name":"Tag attribute","scope":"entity.other.attribute-name","settings":{"fontStyle":"","foreground":"#A6E22E"}},{"name":"Library function","scope":"support.function","settings":{"fontStyle":"","foreground":"#66D9EF"}},{"name":"Library constant","scope":"support.constant","settings":{"fontStyle":"","foreground":"#66D9EF"}},{"name":"Library class/type","scope":"support.type, support.class","settings":{"fontStyle":"italic","foreground":"#66D9EF"}},{"name":"Library variable","scope":"support.other.variable","settings":{"fontStyle":""}},{"name":"Invalid","scope":"invalid","settings":{"fontStyle":"","foreground":"#F44747"}},{"name":"Invalid deprecated","scope":"invalid.deprecated","settings":{"foreground":"#F44747"}},{"name":"JSON String","scope":"meta.structure.dictionary.json string.quoted.double.json","settings":{"foreground":"#CFCFC2"}},{"name":"diff.header","scope":"meta.diff, meta.diff.header","settings":{"foreground":"#75715E"}},{"name":"diff.deleted","scope":"markup.deleted","settings":{"foreground":"#F92672"}},{"name":"diff.inserted","scope":"markup.inserted","settings":{"foreground":"#A6E22E"}},{"name":"diff.changed","scope":"markup.changed","settings":{"foreground":"#E6DB74"}},{"scope":"constant.numeric.line-number.find-in-files - match","settings":{"foreground":"#AE81FFA0"}},{"scope":"entity.name.filename.find-in-files","settings":{"foreground":"#E6DB74"}},{"name":"Markup Quote","scope":"markup.quote","settings":{"foreground":"#F92672"}},{"name":"Markup Lists","scope":"markup.list","settings":{"foreground":"#E6DB74"}},{"name":"Markup Styling","scope":"markup.bold, markup.italic","settings":{"foreground":"#66D9EF"}},{"name":"Markup Inline","scope":"markup.inline.raw","settings":{"fontStyle":"","foreground":"#FD971F"}},{"name":"Markup Headings","scope":"markup.heading","settings":{"foreground":"#A6E22E"}},{"name":"Markup Setext Header","scope":"markup.heading.setext","settings":{"foreground":"#A6E22E","fontStyle":"bold"}},{"name":"Markup Headings","scope":"markup.heading.markdown","settings":{"fontStyle":"bold"}},{"name":"Markdown Quote","scope":"markup.quote.markdown","settings":{"fontStyle":"italic","foreground":"#75715E"}},{"name":"Markdown Bold","scope":"markup.bold.markdown","settings":{"fontStyle":"bold"}},{"name":"Markdown Link Title/Description","scope":"string.other.link.title.markdown,string.other.link.description.markdown","settings":{"foreground":"#AE81FF"}},{"name":"Markdown Underline Link/Image","scope":"markup.underline.link.markdown,markup.underline.link.image.markdown","settings":{"foreground":"#E6DB74"}},{"name":"Markdown Emphasis","scope":"markup.italic.markdown","settings":{"fontStyle":"italic"}},{"scope":"markup.strikethrough","settings":{"fontStyle":"strikethrough"}},{"name":"Markdown Punctuation Definition Link","scope":"markup.list.unnumbered.markdown, markup.list.numbered.markdown","settings":{"foreground":"#f8f8f2"}},{"name":"Markdown List Punctuation","scope":["punctuation.definition.list.begin.markdown"],"settings":{"foreground":"#A6E22E"}},{"scope":"token.info-token","settings":{"foreground":"#6796e6"}},{"scope":"token.warn-token","settings":{"foreground":"#cd9731"}},{"scope":"token.error-token","settings":{"foreground":"#f44747"}},{"scope":"token.debug-token","settings":{"foreground":"#b267e6"}},{"name":"this.self","scope":"variable.language","settings":{"foreground":"#FD971F"}}],"semanticHighlighting":true}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"name":"theme-monokai","displayName":"%displayName%","description":"%description%","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"contributes":{"themes":[{"id":"Monokai","label":"%themeLabel%","uiTheme":"vs-dark","path":"./themes/monokai-color-theme.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"displayName":"Monokai Theme","description":"Monokai theme for Visual Studio Code","themeLabel":"Monokai"}
|
package/monokai-color-theme.json
DELETED
|
@@ -1,489 +0,0 @@
|
|
|
1
|
-
// This theme's colors are based on the original Monokai:
|
|
2
|
-
// #1e1f1c (tab well, borders)
|
|
3
|
-
// #272822 (editor background)
|
|
4
|
-
// #414339 (selection)
|
|
5
|
-
// #75715e (focus)
|
|
6
|
-
// #f8f8f2 (editor foreground)
|
|
7
|
-
{
|
|
8
|
-
"type": "dark",
|
|
9
|
-
"colors": {
|
|
10
|
-
"dropdown.background": "#414339",
|
|
11
|
-
"list.activeSelectionBackground": "#75715E",
|
|
12
|
-
"quickInputList.focusBackground": "#414339",
|
|
13
|
-
"dropdown.listBackground": "#1e1f1c",
|
|
14
|
-
"list.inactiveSelectionBackground": "#414339",
|
|
15
|
-
"list.hoverBackground": "#3e3d32",
|
|
16
|
-
"list.dropBackground": "#414339",
|
|
17
|
-
"list.highlightForeground": "#f8f8f2",
|
|
18
|
-
"button.background": "#75715E",
|
|
19
|
-
"editor.background": "#272822",
|
|
20
|
-
"editor.foreground": "#f8f8f2",
|
|
21
|
-
"selection.background": "#878b9180",
|
|
22
|
-
"editor.selectionHighlightBackground": "#575b6180",
|
|
23
|
-
"editor.selectionBackground": "#878b9180",
|
|
24
|
-
"minimap.selectionHighlight": "#878b9180",
|
|
25
|
-
"editor.wordHighlightBackground": "#4a4a7680",
|
|
26
|
-
"editor.wordHighlightStrongBackground": "#6a6a9680",
|
|
27
|
-
"editor.lineHighlightBackground": "#3e3d32",
|
|
28
|
-
"editorLineNumber.activeForeground": "#c2c2bf",
|
|
29
|
-
"editorCursor.foreground": "#f8f8f0",
|
|
30
|
-
"editorWhitespace.foreground": "#464741",
|
|
31
|
-
"editorIndentGuide.background": "#464741",
|
|
32
|
-
"editorIndentGuide.activeBackground": "#767771",
|
|
33
|
-
"editorGroupHeader.tabsBackground": "#1e1f1c",
|
|
34
|
-
"editorGroup.dropBackground": "#41433980",
|
|
35
|
-
"tab.inactiveBackground": "#34352f",
|
|
36
|
-
"tab.border": "#1e1f1c",
|
|
37
|
-
"tab.inactiveForeground": "#ccccc7", // needs to be bright so it's readable when another editor group is focused
|
|
38
|
-
"tab.lastPinnedBorder": "#414339",
|
|
39
|
-
"widget.shadow": "#00000098",
|
|
40
|
-
"progressBar.background": "#75715E",
|
|
41
|
-
"badge.background": "#75715E",
|
|
42
|
-
"badge.foreground": "#f8f8f2",
|
|
43
|
-
"editorLineNumber.foreground": "#90908a",
|
|
44
|
-
"panelTitle.activeForeground": "#f8f8f2",
|
|
45
|
-
"panelTitle.activeBorder": "#75715E",
|
|
46
|
-
"panelTitle.inactiveForeground": "#75715E",
|
|
47
|
-
"panel.border": "#414339",
|
|
48
|
-
"settings.focusedRowBackground": "#4143395A",
|
|
49
|
-
"titleBar.activeBackground": "#1e1f1c",
|
|
50
|
-
"statusBar.background": "#414339",
|
|
51
|
-
"statusBar.noFolderBackground": "#414339",
|
|
52
|
-
"statusBar.debuggingBackground": "#75715E",
|
|
53
|
-
"statusBarItem.remoteBackground": "#AC6218",
|
|
54
|
-
"ports.iconRunningProcessForeground": "#ccccc7",
|
|
55
|
-
"activityBar.background": "#272822",
|
|
56
|
-
"activityBar.foreground": "#f8f8f2",
|
|
57
|
-
"sideBar.background": "#1e1f1c",
|
|
58
|
-
"sideBarSectionHeader.background": "#272822",
|
|
59
|
-
"menu.background": "#1e1f1c",
|
|
60
|
-
"menu.foreground": "#cccccc",
|
|
61
|
-
"pickerGroup.foreground": "#75715E",
|
|
62
|
-
"input.background": "#414339",
|
|
63
|
-
"inputOption.activeBorder": "#75715E",
|
|
64
|
-
"focusBorder": "#99947c",
|
|
65
|
-
"editorWidget.background": "#1e1f1c",
|
|
66
|
-
"debugToolBar.background": "#1e1f1c",
|
|
67
|
-
"diffEditor.insertedTextBackground": "#4b661680", // middle of #272822 and #a6e22e
|
|
68
|
-
"diffEditor.removedTextBackground": "#90274A70", // middle of #272822 and #f92672
|
|
69
|
-
"inputValidation.errorBackground": "#90274A", // middle of #272822 and #f92672
|
|
70
|
-
"inputValidation.errorBorder": "#f92672",
|
|
71
|
-
"inputValidation.warningBackground": "#848528", // middle of #272822 and #e2e22e
|
|
72
|
-
"inputValidation.warningBorder": "#e2e22e",
|
|
73
|
-
"inputValidation.infoBackground": "#546190", // middle of #272822 and #819aff
|
|
74
|
-
"inputValidation.infoBorder": "#819aff",
|
|
75
|
-
"editorHoverWidget.background": "#414339",
|
|
76
|
-
"editorHoverWidget.border": "#75715E",
|
|
77
|
-
"editorSuggestWidget.background": "#272822",
|
|
78
|
-
"editorSuggestWidget.border": "#75715E",
|
|
79
|
-
"editorGroup.border": "#34352f",
|
|
80
|
-
"peekView.border": "#75715E",
|
|
81
|
-
"peekViewEditor.background": "#272822",
|
|
82
|
-
"peekViewResult.background": "#1e1f1c",
|
|
83
|
-
"peekViewTitle.background": "#1e1f1c",
|
|
84
|
-
"peekViewResult.selectionBackground": "#414339",
|
|
85
|
-
"peekViewResult.matchHighlightBackground": "#75715E",
|
|
86
|
-
"peekViewEditor.matchHighlightBackground": "#75715E",
|
|
87
|
-
"terminal.ansiBlack": "#333333",
|
|
88
|
-
"terminal.ansiRed": "#C4265E", // the bright color with ~75% transparent on the background
|
|
89
|
-
"terminal.ansiGreen": "#86B42B",
|
|
90
|
-
"terminal.ansiYellow": "#B3B42B",
|
|
91
|
-
"terminal.ansiBlue": "#6A7EC8",
|
|
92
|
-
"terminal.ansiMagenta": "#8C6BC8",
|
|
93
|
-
"terminal.ansiCyan": "#56ADBC",
|
|
94
|
-
"terminal.ansiWhite": "#e3e3dd",
|
|
95
|
-
"terminal.ansiBrightBlack": "#666666",
|
|
96
|
-
"terminal.ansiBrightRed": "#f92672",
|
|
97
|
-
"terminal.ansiBrightGreen": "#A6E22E",
|
|
98
|
-
"terminal.ansiBrightYellow": "#e2e22e", // hue shifted #A6E22E
|
|
99
|
-
"terminal.ansiBrightBlue": "#819aff", // hue shifted #AE81FF
|
|
100
|
-
"terminal.ansiBrightMagenta": "#AE81FF",
|
|
101
|
-
"terminal.ansiBrightCyan": "#66D9EF",
|
|
102
|
-
"terminal.ansiBrightWhite": "#f8f8f2"
|
|
103
|
-
},
|
|
104
|
-
"tokenColors": [
|
|
105
|
-
{
|
|
106
|
-
"settings": {
|
|
107
|
-
"foreground": "#F8F8F2"
|
|
108
|
-
}
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"scope": [
|
|
112
|
-
"meta.embedded",
|
|
113
|
-
"source.groovy.embedded",
|
|
114
|
-
"string meta.image.inline.markdown",
|
|
115
|
-
"variable.legacy.builtin.python"
|
|
116
|
-
],
|
|
117
|
-
"settings": {
|
|
118
|
-
"foreground": "#F8F8F2"
|
|
119
|
-
}
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"name": "Comment",
|
|
123
|
-
"scope": "comment",
|
|
124
|
-
"settings": {
|
|
125
|
-
"foreground": "#88846f"
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"name": "String",
|
|
130
|
-
"scope": "string",
|
|
131
|
-
"settings": {
|
|
132
|
-
"foreground": "#E6DB74"
|
|
133
|
-
}
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"name": "Template Definition",
|
|
137
|
-
"scope": [
|
|
138
|
-
"punctuation.definition.template-expression",
|
|
139
|
-
"punctuation.section.embedded"
|
|
140
|
-
],
|
|
141
|
-
"settings": {
|
|
142
|
-
"foreground": "#F92672"
|
|
143
|
-
}
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"name": "Reset JavaScript string interpolation expression",
|
|
147
|
-
"scope": [
|
|
148
|
-
"meta.template.expression"
|
|
149
|
-
],
|
|
150
|
-
"settings": {
|
|
151
|
-
"foreground": "#F8F8F2"
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"name": "Number",
|
|
156
|
-
"scope": "constant.numeric",
|
|
157
|
-
"settings": {
|
|
158
|
-
"foreground": "#AE81FF"
|
|
159
|
-
}
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"name": "Built-in constant",
|
|
163
|
-
"scope": "constant.language",
|
|
164
|
-
"settings": {
|
|
165
|
-
"foreground": "#AE81FF"
|
|
166
|
-
}
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"name": "User-defined constant",
|
|
170
|
-
"scope": "constant.character, constant.other",
|
|
171
|
-
"settings": {
|
|
172
|
-
"foreground": "#AE81FF"
|
|
173
|
-
}
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"name": "Variable",
|
|
177
|
-
"scope": "variable",
|
|
178
|
-
"settings": {
|
|
179
|
-
"fontStyle": "",
|
|
180
|
-
"foreground": "#F8F8F2"
|
|
181
|
-
}
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"name": "Keyword",
|
|
185
|
-
"scope": "keyword",
|
|
186
|
-
"settings": {
|
|
187
|
-
"foreground": "#F92672"
|
|
188
|
-
}
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
"name": "Storage",
|
|
192
|
-
"scope": "storage",
|
|
193
|
-
"settings": {
|
|
194
|
-
"fontStyle": "",
|
|
195
|
-
"foreground": "#F92672"
|
|
196
|
-
}
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"name": "Storage type",
|
|
200
|
-
"scope": "storage.type",
|
|
201
|
-
"settings": {
|
|
202
|
-
"fontStyle": "italic",
|
|
203
|
-
"foreground": "#66D9EF"
|
|
204
|
-
}
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"name": "Class name",
|
|
208
|
-
"scope": "entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution",
|
|
209
|
-
"settings": {
|
|
210
|
-
"fontStyle": "underline",
|
|
211
|
-
"foreground": "#A6E22E"
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"name": "Inherited class",
|
|
216
|
-
"scope": "entity.other.inherited-class",
|
|
217
|
-
"settings": {
|
|
218
|
-
"fontStyle": "italic underline",
|
|
219
|
-
"foreground": "#A6E22E"
|
|
220
|
-
}
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"name": "Function name",
|
|
224
|
-
"scope": "entity.name.function",
|
|
225
|
-
"settings": {
|
|
226
|
-
"fontStyle": "",
|
|
227
|
-
"foreground": "#A6E22E"
|
|
228
|
-
}
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"name": "Function argument",
|
|
232
|
-
"scope": "variable.parameter",
|
|
233
|
-
"settings": {
|
|
234
|
-
"fontStyle": "italic",
|
|
235
|
-
"foreground": "#FD971F"
|
|
236
|
-
}
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
"name": "Tag name",
|
|
240
|
-
"scope": "entity.name.tag",
|
|
241
|
-
"settings": {
|
|
242
|
-
"fontStyle": "",
|
|
243
|
-
"foreground": "#F92672"
|
|
244
|
-
}
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"name": "Tag attribute",
|
|
248
|
-
"scope": "entity.other.attribute-name",
|
|
249
|
-
"settings": {
|
|
250
|
-
"fontStyle": "",
|
|
251
|
-
"foreground": "#A6E22E"
|
|
252
|
-
}
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"name": "Library function",
|
|
256
|
-
"scope": "support.function",
|
|
257
|
-
"settings": {
|
|
258
|
-
"fontStyle": "",
|
|
259
|
-
"foreground": "#66D9EF"
|
|
260
|
-
}
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"name": "Library constant",
|
|
264
|
-
"scope": "support.constant",
|
|
265
|
-
"settings": {
|
|
266
|
-
"fontStyle": "",
|
|
267
|
-
"foreground": "#66D9EF"
|
|
268
|
-
}
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
"name": "Library class/type",
|
|
272
|
-
"scope": "support.type, support.class",
|
|
273
|
-
"settings": {
|
|
274
|
-
"fontStyle": "italic",
|
|
275
|
-
"foreground": "#66D9EF"
|
|
276
|
-
}
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"name": "Library variable",
|
|
280
|
-
"scope": "support.other.variable",
|
|
281
|
-
"settings": {
|
|
282
|
-
"fontStyle": ""
|
|
283
|
-
}
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
"name": "Invalid",
|
|
287
|
-
"scope": "invalid",
|
|
288
|
-
"settings": {
|
|
289
|
-
"fontStyle": "",
|
|
290
|
-
"foreground": "#F44747"
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"name": "Invalid deprecated",
|
|
295
|
-
"scope": "invalid.deprecated",
|
|
296
|
-
"settings": {
|
|
297
|
-
"foreground": "#F44747"
|
|
298
|
-
}
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
"name": "JSON String",
|
|
302
|
-
"scope": "meta.structure.dictionary.json string.quoted.double.json",
|
|
303
|
-
"settings": {
|
|
304
|
-
"foreground": "#CFCFC2"
|
|
305
|
-
}
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"name": "diff.header",
|
|
309
|
-
"scope": "meta.diff, meta.diff.header",
|
|
310
|
-
"settings": {
|
|
311
|
-
"foreground": "#75715E"
|
|
312
|
-
}
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"name": "diff.deleted",
|
|
316
|
-
"scope": "markup.deleted",
|
|
317
|
-
"settings": {
|
|
318
|
-
"foreground": "#F92672"
|
|
319
|
-
}
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
"name": "diff.inserted",
|
|
323
|
-
"scope": "markup.inserted",
|
|
324
|
-
"settings": {
|
|
325
|
-
"foreground": "#A6E22E"
|
|
326
|
-
}
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"name": "diff.changed",
|
|
330
|
-
"scope": "markup.changed",
|
|
331
|
-
"settings": {
|
|
332
|
-
"foreground": "#E6DB74"
|
|
333
|
-
}
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
"scope": "constant.numeric.line-number.find-in-files - match",
|
|
337
|
-
"settings": {
|
|
338
|
-
"foreground": "#AE81FFA0"
|
|
339
|
-
}
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
"scope": "entity.name.filename.find-in-files",
|
|
343
|
-
"settings": {
|
|
344
|
-
"foreground": "#E6DB74"
|
|
345
|
-
}
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"name": "Markup Quote",
|
|
349
|
-
"scope": "markup.quote",
|
|
350
|
-
"settings": {
|
|
351
|
-
"foreground": "#F92672"
|
|
352
|
-
}
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"name": "Markup Lists",
|
|
356
|
-
"scope": "markup.list",
|
|
357
|
-
"settings": {
|
|
358
|
-
"foreground": "#E6DB74"
|
|
359
|
-
}
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"name": "Markup Styling",
|
|
363
|
-
"scope": "markup.bold, markup.italic",
|
|
364
|
-
"settings": {
|
|
365
|
-
"foreground": "#66D9EF"
|
|
366
|
-
}
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"name": "Markup Inline",
|
|
370
|
-
"scope": "markup.inline.raw",
|
|
371
|
-
"settings": {
|
|
372
|
-
"fontStyle": "",
|
|
373
|
-
"foreground": "#FD971F"
|
|
374
|
-
}
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
"name": "Markup Headings",
|
|
378
|
-
"scope": "markup.heading",
|
|
379
|
-
"settings": {
|
|
380
|
-
"foreground": "#A6E22E"
|
|
381
|
-
}
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
"name": "Markup Setext Header",
|
|
385
|
-
"scope": "markup.heading.setext",
|
|
386
|
-
"settings": {
|
|
387
|
-
"foreground": "#A6E22E",
|
|
388
|
-
"fontStyle": "bold"
|
|
389
|
-
}
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"name": "Markup Headings",
|
|
393
|
-
"scope": "markup.heading.markdown",
|
|
394
|
-
"settings": {
|
|
395
|
-
"fontStyle": "bold"
|
|
396
|
-
}
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"name": "Markdown Quote",
|
|
400
|
-
"scope": "markup.quote.markdown",
|
|
401
|
-
"settings": {
|
|
402
|
-
"fontStyle": "italic",
|
|
403
|
-
"foreground": "#75715E"
|
|
404
|
-
}
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"name": "Markdown Bold",
|
|
408
|
-
"scope": "markup.bold.markdown",
|
|
409
|
-
"settings": {
|
|
410
|
-
"fontStyle": "bold"
|
|
411
|
-
}
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"name": "Markdown Link Title/Description",
|
|
415
|
-
"scope": "string.other.link.title.markdown,string.other.link.description.markdown",
|
|
416
|
-
"settings": {
|
|
417
|
-
"foreground": "#AE81FF"
|
|
418
|
-
}
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"name": "Markdown Underline Link/Image",
|
|
422
|
-
"scope": "markup.underline.link.markdown,markup.underline.link.image.markdown",
|
|
423
|
-
"settings": {
|
|
424
|
-
"foreground": "#E6DB74"
|
|
425
|
-
}
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"name": "Markdown Emphasis",
|
|
429
|
-
"scope": "markup.italic.markdown",
|
|
430
|
-
"settings": {
|
|
431
|
-
"fontStyle": "italic"
|
|
432
|
-
}
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"scope": "markup.strikethrough",
|
|
436
|
-
"settings": {
|
|
437
|
-
"fontStyle": "strikethrough"
|
|
438
|
-
}
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"name": "Markdown Punctuation Definition Link",
|
|
442
|
-
"scope": "markup.list.unnumbered.markdown, markup.list.numbered.markdown",
|
|
443
|
-
"settings": {
|
|
444
|
-
"foreground": "#f8f8f2"
|
|
445
|
-
}
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
"name": "Markdown List Punctuation",
|
|
449
|
-
"scope": [
|
|
450
|
-
"punctuation.definition.list.begin.markdown"
|
|
451
|
-
],
|
|
452
|
-
"settings": {
|
|
453
|
-
"foreground": "#A6E22E"
|
|
454
|
-
}
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"scope": "token.info-token",
|
|
458
|
-
"settings": {
|
|
459
|
-
"foreground": "#6796e6"
|
|
460
|
-
}
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"scope": "token.warn-token",
|
|
464
|
-
"settings": {
|
|
465
|
-
"foreground": "#cd9731"
|
|
466
|
-
}
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"scope": "token.error-token",
|
|
470
|
-
"settings": {
|
|
471
|
-
"foreground": "#f44747"
|
|
472
|
-
}
|
|
473
|
-
},
|
|
474
|
-
{
|
|
475
|
-
"scope": "token.debug-token",
|
|
476
|
-
"settings": {
|
|
477
|
-
"foreground": "#b267e6"
|
|
478
|
-
}
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"name": "this.self",
|
|
482
|
-
"scope": "variable.language",
|
|
483
|
-
"settings": {
|
|
484
|
-
"foreground": "#FD971F"
|
|
485
|
-
}
|
|
486
|
-
}
|
|
487
|
-
],
|
|
488
|
-
"semanticHighlighting": true
|
|
489
|
-
}
|