UNPKG

8.46 kBJSONView Raw
1{
2 "name": "min-dark",
3 "type": "dark",
4 "colors": {
5 "editorIndentGuide.activeBackground": "#383838",
6 "editorIndentGuide.background": "#2A2A2A",
7 "editorRuler.foreground": "#2A2A2A",
8 "editorLineNumber.foreground": "#727272",
9 "activityBar.background": "#1A1A1A",
10 "activityBar.foreground": "#7D7D7D",
11 "activityBarBadge.background": "#383838",
12 "badge.background": "#383838",
13 "badge.foreground": "#C1C1C1",
14 "button.background": "#333",
15 "editor.background": "#1f1f1f",
16 "editor.lineHighlightBorder": "#303030",
17 "editorGroupHeader.tabsBackground": "#1A1A1A",
18 "editorGroupHeader.tabsBorder": "#1A1A1A",
19 "editorSuggestWidget.background": "#1A1A1A",
20 "focusBorder": "#444",
21 "foreground": "#888888",
22 "gitDecoration.ignoredResourceForeground": "#444444",
23 "input.background": "#2A2A2A",
24 "input.foreground": "#E0E0E0",
25 "list.activeSelectionBackground": "#212121",
26 "list.activeSelectionForeground": "#F5F5F5",
27 "list.focusBackground": "#292929",
28 "list.highlightForeground": "#EAEAEA",
29 "list.hoverBackground": "#262626",
30 "list.hoverForeground": "#9E9E9E",
31 "list.inactiveSelectionBackground": "#212121",
32 "list.inactiveSelectionForeground": "#F5F5F5",
33 "panelTitle.activeBorder": "#1f1f1f",
34 "panelTitle.activeForeground": "#FAFAFA",
35 "panelTitle.inactiveForeground": "#484848",
36 "peekView.border": "#444",
37 "peekViewEditor.background": "#242424",
38 "pickerGroup.border": "#363636",
39 "pickerGroup.foreground": "#EAEAEA",
40 "progressBar.background": "#FAFAFA",
41 "scrollbar.shadow": "#1f1f1f",
42 "sideBar.background": "#1A1A1A",
43 "sideBarSectionHeader.background": "#202020",
44 "statusBar.background": "#1A1A1A",
45 "statusBar.debuggingBackground": "#1A1A1A",
46 "statusBar.foreground": "#7E7E7E",
47 "statusBar.noFolderBackground": "#1A1A1A",
48 "statusBarItem.remoteForeground": "#7E7E7E",
49 "statusBarItem.remoteBackground": "#1a1a1a00",
50 "statusBarItem.prominentBackground": "#fafafa1a",
51 "tab.activeBorder": "#1e1e1e",
52 "tab.activeForeground": "#FAFAFA",
53 "tab.border": "#1A1A1A",
54 "tab.inactiveBackground": "#1A1A1A",
55 "tab.inactiveForeground": "#727272",
56 "textLink.foreground": "#CCC",
57 "textLink.activeForeground": "#fafafa",
58 "titleBar.activeBackground": "#1A1A1A",
59 "titleBar.border": "#00000000",
60 "terminal.ansiBrightBlack": "#5c5c5c",
61 "inputOption.activeBackground": "#3a3a3a",
62 "debugIcon.continueForeground": "#FF7A84",
63 "debugIcon.disconnectForeground": "#FF7A84",
64 "debugIcon.pauseForeground": "#FF7A84",
65 "debugIcon.restartForeground": "#79b8ff",
66 "debugIcon.startForeground": "#79b8ff",
67 "debugIcon.stepBackForeground": "#FF7A84",
68 "debugIcon.stepIntoForeground": "#FF7A84",
69 "debugIcon.stepOutForeground": "#FF7A84",
70 "debugIcon.stepOverForeground": "#FF7A84",
71 "debugIcon.stopForeground": "#79b8ff",
72 "debugIcon.breakpointCurrentStackframeForeground": "#79b8ff",
73 "debugIcon.breakpointDisabledForeground": "#848484",
74 "debugIcon.breakpointForeground": "#FF7A84",
75 "debugIcon.breakpointStackframeForeground": "#79b8ff",
76 "debugIcon.breakpointUnverifiedForeground": "#848484",
77 "symbolIcon.classForeground": "#FF9800",
78 "symbolIcon.enumeratorForeground": "#FF9800",
79 "symbolIcon.eventForeground": "#FF9800",
80 "symbolIcon.methodForeground": "#b392f0",
81 "symbolIcon.constructorForeground": "#b392f0",
82 "symbolIcon.functionForeground": "#b392f0",
83 "symbolIcon.fieldForeground": "#79b8ff",
84 "symbolIcon.interfaceForeground": "#79b8ff",
85 "symbolIcon.variableForeground": "#79b8ff",
86 "symbolIcon.enumeratorMemberForeground": "#79b8ff",
87 "diffEditor.insertedTextBackground": "#3a632a4b",
88 "diffEditor.removedTextBackground": "#88063852"
89 },
90 "tokenColors": [
91 {
92 "settings": {
93 "foreground": "#b392f0"
94 }
95 },
96 {
97 "scope": [
98 "support.function",
99 "keyword.operator.accessor",
100 "meta.group.braces.round.function.arguments",
101 "meta.template.expression",
102 "markup.fenced_code meta.embedded.block"
103 ],
104 "settings": {
105 "foreground": "#b392f0"
106 }
107 },
108 {
109 "scope": "emphasis",
110 "settings": {
111 "fontStyle": "italic"
112 }
113 },
114 {
115 "scope": ["strong", "markup.heading.markdown", "markup.bold.markdown"],
116 "settings": {
117 "fontStyle": "bold",
118 "foreground": "#FF7A84"
119 }
120 },
121 {
122 "scope": ["markup.italic.markdown"],
123 "settings": {
124 "fontStyle": "italic"
125 }
126 },
127 {
128 "scope": "meta.link.inline.markdown",
129 "settings": {
130 "fontStyle": "underline",
131 "foreground": "#1976D2"
132 }
133 },
134 {
135 "scope": ["string", "markup.fenced_code", "markup.inline"],
136 "settings": {
137 "foreground": "#9db1c5"
138 }
139 },
140 {
141 "scope": ["comment", "string.quoted.docstring.multi"],
142 "settings": {
143 "foreground": "#6b737c"
144 }
145 },
146 {
147 "scope": [
148 "constant.language",
149 "variable.language.this",
150 "variable.other.object",
151 "variable.other.class",
152 "variable.other.constant",
153 "meta.property-name",
154 "support",
155 "string.other.link.title.markdown"
156 ],
157 "settings": {
158 "foreground": "#79b8ff"
159 }
160 },
161 {
162 "scope": [
163 "constant.numeric",
164 "constant.other.placeholder",
165 "constant.character.format.placeholder",
166 "meta.property-value",
167 "keyword.other.unit",
168 "keyword.other.template",
169 "entity.name.tag.yaml",
170 "entity.other.attribute-name",
171 "support.type.property-name.json"
172 ],
173 "settings": {
174 "foreground": "#f8f8f8"
175 }
176 },
177 {
178 "scope": [
179 "keyword",
180 "storage.modifier",
181 "storage.type",
182 "storage.control.clojure",
183 "entity.name.function.clojure",
184 "support.function.node",
185 "punctuation.separator.key-value",
186 "punctuation.definition.template-expression"
187 ],
188 "settings": {
189 "foreground": "#f97583"
190 }
191 },
192 {
193 "scope": "variable.parameter.function",
194 "settings": {
195 "foreground": "#FF9800"
196 }
197 },
198 {
199 "scope": [
200 "entity.name.type",
201 "entity.other.inherited-class",
202 "meta.function-call",
203 "meta.instance.constructor",
204 "entity.other.attribute-name",
205 "entity.name.function",
206 "constant.keyword.clojure"
207 ],
208 "settings": {
209 "foreground": "#b392f0"
210 }
211 },
212 {
213 "scope": [
214 "entity.name.tag",
215 "string.quoted",
216 "string.regexp",
217 "string.interpolated",
218 "string.template",
219 "string.unquoted.plain.out.yaml",
220 "keyword.other.template"
221 ],
222 "settings": {
223 "foreground": "#ffab70"
224 }
225 },
226 {
227 "scope": "token.info-token",
228 "settings": {
229 "foreground": "#316bcd"
230 }
231 },
232 {
233 "scope": "token.warn-token",
234 "settings": {
235 "foreground": "#cd9731"
236 }
237 },
238 {
239 "scope": "token.error-token",
240 "settings": {
241 "foreground": "#cd3131"
242 }
243 },
244 {
245 "scope": "token.debug-token",
246 "settings": {
247 "foreground": "#800080"
248 }
249 },
250 {
251 "scope": [
252 "punctuation.definition.arguments",
253 "punctuation.definition.dict",
254 "punctuation.separator",
255 "meta.function-call.arguments"
256 ],
257 "settings": {
258 "foreground": "#bbbbbb"
259 }
260 },
261 {
262 "name": "[Custom] Markdown links",
263 "scope": "markup.underline.link",
264 "settings": {
265 "foreground": "#ffab70"
266 }
267 },
268 {
269 "name": "[Custom] Markdown list",
270 "scope": ["beginning.punctuation.definition.list.markdown"],
271 "settings": {
272 "foreground": "#FF7A84"
273 }
274 },
275 {
276 "name": "[Custom] Markdown punctuation definition",
277 "scope": "punctuation.definition.metadata.markdown",
278 "settings": {
279 "foreground": "#ffab70"
280 }
281 },
282 {
283 "name": "[Custom] Markdown punctuation definition brackets",
284 "scope": [
285 "punctuation.definition.string.begin.markdown",
286 "punctuation.definition.string.end.markdown"
287 ],
288 "settings": {
289 "foreground": "#79b8ff"
290 }
291 }
292 ],
293 "semanticHighlighting": true
294}