UNPKG

9.13 kBJSONView Raw
1{
2 "name": "min-light",
3 "type": "light",
4 "colors": {
5 "activityBar.background": "#f6f6f6",
6 "activityBar.foreground": "#9E9E9E",
7 "activityBarBadge.background": "#616161",
8 "badge.background": "#E0E0E0",
9 "badge.foreground": "#616161",
10 "button.background": "#757575",
11 "button.hoverBackground": "#616161",
12 "editor.background": "#ffffff",
13 "editor.foreground": "#212121",
14 "editor.lineHighlightBorder": "#f2f2f2",
15 "editorBracketMatch.background": "#E7F3FF",
16 "editorBracketMatch.border": "#c8e1ff",
17 "editorGroupHeader.tabsBackground": "#f6f6f6",
18 "editorGroupHeader.tabsBorder": "#fff",
19 "editorIndentGuide.background": "#EEE",
20 "editorLineNumber.activeForeground": "#757575",
21 "editorLineNumber.foreground": "#CCC",
22 "editorSuggestWidget.background": "#F3F3F3",
23 "extensionButton.prominentBackground": "#000000AA",
24 "extensionButton.prominentHoverBackground": "#000000BB",
25 "focusBorder": "#D0D0D0",
26 "foreground": "#757575",
27 "gitDecoration.ignoredResourceForeground": "#AAAAAA",
28 "input.border": "#E9E9E9",
29 "list.activeSelectionBackground": "#EEE",
30 "list.activeSelectionForeground": "#212121",
31 "list.focusBackground": "#ddd",
32 "list.focusForeground": "#212121",
33 "list.highlightForeground": "#212121",
34 "list.inactiveSelectionBackground": "#E0E0E0",
35 "list.inactiveSelectionForeground": "#212121",
36 "panel.background": "#fff",
37 "panel.border": "#f4f4f4",
38 "panelTitle.activeBorder": "#fff",
39 "panelTitle.inactiveForeground": "#BDBDBD",
40 "peekView.border": "#E0E0E0",
41 "peekViewEditor.background": "#f8f8f8",
42 "pickerGroup.foreground": "#000",
43 "progressBar.background": "#000",
44 "scrollbar.shadow": "#FFF",
45 "sideBar.background": "#f6f6f6",
46 "sideBar.border": "#f6f6f6",
47 "sideBarSectionHeader.background": "#EEE",
48 "sideBarTitle.foreground": "#999",
49 "statusBar.background": "#f6f6f6",
50 "statusBar.border": "#f6f6f6",
51 "statusBar.debuggingBackground": "#f6f6f6",
52 "statusBar.foreground": "#7E7E7E",
53 "statusBar.noFolderBackground": "#f6f6f6",
54 "statusBarItem.remoteForeground": "#7E7E7E",
55 "statusBarItem.remoteBackground": "#f6f6f600",
56 "statusBarItem.prominentBackground": "#0000001a",
57 "tab.activeBorder": "#FFF",
58 "tab.activeForeground": "#424242",
59 "tab.border": "#f6f6f6",
60 "tab.inactiveBackground": "#f6f6f6",
61 "tab.inactiveForeground": "#BDBDBD",
62 "tab.unfocusedActiveBorder": "#fff",
63 "terminal.ansiBlack": "#333",
64 "terminal.ansiBlue": "#e0e0e0",
65 "terminal.ansiBrightBlack": "#a1a1a1",
66 "terminal.ansiBrightBlue": "#6871ff",
67 "terminal.ansiBrightCyan": "#57d9ad",
68 "terminal.ansiBrightGreen": "#a3d900",
69 "terminal.ansiBrightMagenta": "#a37acc",
70 "terminal.ansiBrightRed": "#d6656a",
71 "terminal.ansiBrightWhite": "#7E7E7E",
72 "terminal.ansiBrightYellow": "#e7c547",
73 "terminal.ansiCyan": "#4dbf99",
74 "terminal.ansiGreen": "#77cc00",
75 "terminal.ansiMagenta": "#9966cc",
76 "terminal.ansiRed": "#D32F2F",
77 "terminal.ansiWhite": "#c7c7c7",
78 "terminal.ansiYellow": "#f29718",
79 "terminal.background": "#fff",
80 "textLink.activeForeground": "#000",
81 "textLink.foreground": "#000",
82 "titleBar.activeBackground": "#f6f6f6",
83 "titleBar.border": "#FFFFFF00",
84 "titleBar.inactiveBackground": "#f6f6f6",
85 "inputOption.activeBackground": "#EDEDED",
86 "debugIcon.continueForeground": "#6f42c1",
87 "debugIcon.disconnectForeground": "#6f42c1",
88 "debugIcon.pauseForeground": "#6f42c1",
89 "debugIcon.restartForeground": "#1976D2",
90 "debugIcon.startForeground": "#1976D2",
91 "debugIcon.stepBackForeground": "#6f42c1",
92 "debugIcon.stepIntoForeground": "#6f42c1",
93 "debugIcon.stepOutForeground": "#6f42c1",
94 "debugIcon.stepOverForeground": "#6f42c1",
95 "debugIcon.stopForeground": "#1976D2",
96 "debugIcon.breakpointCurrentStackframeForeground": "#1976D2",
97 "debugIcon.breakpointDisabledForeground": "#848484",
98 "debugIcon.breakpointForeground": "#D32F2F",
99 "debugIcon.breakpointStackframeForeground": "#1976D2",
100 "symbolIcon.classForeground": "#dd8500",
101 "symbolIcon.enumeratorForeground": "#dd8500",
102 "symbolIcon.eventForeground": "#dd8500",
103 "symbolIcon.methodForeground": "#6f42c1",
104 "symbolIcon.constructorForeground": "#6f42c1",
105 "symbolIcon.functionForeground": "#6f42c1",
106 "symbolIcon.fieldForeground": "#1976D2",
107 "symbolIcon.interfaceForeground": "#1976D2",
108 "symbolIcon.variableForeground": "#1976D2",
109 "symbolIcon.enumeratorMemberForeground": "#1976D2",
110 "diffEditor.removedTextBackground": "#e597af52",
111 "diffEditor.insertedTextBackground": "#b7e7a44b"
112 },
113 "tokenColors": [
114 {
115 "settings": {
116 "foreground": "#24292eff"
117 }
118 },
119 {
120 "scope": [
121 "keyword.operator.accessor",
122 "meta.group.braces.round.function.arguments",
123 "meta.template.expression",
124 "markup.fenced_code meta.embedded.block"
125 ],
126 "settings": {
127 "foreground": "#24292eff"
128 }
129 },
130 {
131 "scope": "emphasis",
132 "settings": {
133 "fontStyle": "italic"
134 }
135 },
136 {
137 "scope": ["strong", "markup.heading.markdown", "markup.bold.markdown"],
138 "settings": {
139 "fontStyle": "bold"
140 }
141 },
142 {
143 "scope": ["markup.italic.markdown"],
144 "settings": {
145 "fontStyle": "italic"
146 }
147 },
148 {
149 "scope": "meta.link.inline.markdown",
150 "settings": {
151 "fontStyle": "underline",
152 "foreground": "#1976D2"
153 }
154 },
155 {
156 "scope": ["string", "markup.fenced_code", "markup.inline"],
157 "settings": {
158 "foreground": "#2b5581"
159 }
160 },
161 {
162 "scope": ["comment", "string.quoted.docstring.multi"],
163 "settings": {
164 "foreground": "#c2c3c5"
165 }
166 },
167 {
168 "scope": [
169 "constant.numeric",
170 "constant.language",
171 "constant.other.placeholder",
172 "constant.character.format.placeholder",
173 "variable.language.this",
174 "variable.other.object",
175 "variable.other.class",
176 "variable.other.constant",
177 "meta.property-name",
178 "meta.property-value",
179 "support"
180 ],
181 "settings": {
182 "foreground": "#1976D2"
183 }
184 },
185 {
186 "scope": [
187 "keyword",
188 "storage.modifier",
189 "storage.type",
190 "storage.control.clojure",
191 "entity.name.function.clojure",
192 "entity.name.tag.yaml",
193 "support.function.node",
194 "support.type.property-name.json",
195 "punctuation.separator.key-value",
196 "punctuation.definition.template-expression"
197 ],
198 "settings": {
199 "foreground": "#D32F2F"
200 }
201 },
202 {
203 "scope": "variable.parameter.function",
204 "settings": {
205 "foreground": "#FF9800"
206 }
207 },
208 {
209 "scope": [
210 "support.function",
211 "entity.name.type",
212 "entity.other.inherited-class",
213 "meta.function-call",
214 "meta.instance.constructor",
215 "entity.other.attribute-name",
216 "entity.name.function",
217 "constant.keyword.clojure"
218 ],
219 "settings": {
220 "foreground": "#6f42c1"
221 }
222 },
223 {
224 "scope": [
225 "entity.name.tag",
226 "string.quoted",
227 "string.regexp",
228 "string.interpolated",
229 "string.template",
230 "string.unquoted.plain.out.yaml",
231 "keyword.other.template"
232 ],
233 "settings": {
234 "foreground": "#22863a"
235 }
236 },
237 {
238 "scope": "token.info-token",
239 "settings": {
240 "foreground": "#316bcd"
241 }
242 },
243 {
244 "scope": "token.warn-token",
245 "settings": {
246 "foreground": "#cd9731"
247 }
248 },
249 {
250 "scope": "token.error-token",
251 "settings": {
252 "foreground": "#cd3131"
253 }
254 },
255 {
256 "scope": "token.debug-token",
257 "settings": {
258 "foreground": "#800080"
259 }
260 },
261 {
262 "scope": ["strong", "markup.heading.markdown", "markup.bold.markdown"],
263 "settings": {
264 "foreground": "#6f42c1"
265 }
266 },
267 {
268 "scope": [
269 "punctuation.definition.arguments",
270 "punctuation.definition.dict",
271 "punctuation.separator",
272 "meta.function-call.arguments"
273 ],
274 "settings": {
275 "foreground": "#212121"
276 }
277 },
278 {
279 "name": "[Custom] Markdown links",
280 "scope": ["markup.underline.link", "punctuation.definition.metadata.markdown"],
281 "settings": {
282 "foreground": "#22863a"
283 }
284 },
285 {
286 "name": "[Custom] Markdown list",
287 "scope": ["beginning.punctuation.definition.list.markdown"],
288 "settings": {
289 "foreground": "#6f42c1"
290 }
291 },
292 {
293 "name": "[Custom] Markdown punctuation definition brackets",
294 "scope": [
295 "punctuation.definition.string.begin.markdown",
296 "punctuation.definition.string.end.markdown",
297 "string.other.link.title.markdown",
298 "string.other.link.description.markdown"
299 ],
300 "settings": {
301 "foreground": "#d32f2f"
302 }
303 }
304 ]
305}