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