Skip to content

Commit 547ce20

Browse files
committed
update:新增主题
1 parent 48ad1bc commit 547ce20

File tree

9 files changed

+6952
-4
lines changed

9 files changed

+6952
-4
lines changed

Diff for: public/themes/BracketsLightPro.json

+540
Large diffs are not rendered by default.

Diff for: public/themes/LaserWave.json

+1,093
Large diffs are not rendered by default.

Diff for: public/themes/Min.json

+377
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,377 @@
1+
{
2+
"inherit": false,
3+
"base": "vs-dark",
4+
"colors": {
5+
"activityBar.background": "#1a1a1a",
6+
"activityBar.foreground": "#7d7d7d",
7+
"activityBarBadge.background": "#383838",
8+
"badge.background": "#383838",
9+
"badge.foreground": "#c1c1c1",
10+
"button.background": "#333333",
11+
"debugIcon.breakpointCurrentStackframeForeground": "#79b8ff",
12+
"debugIcon.breakpointDisabledForeground": "#848484",
13+
"debugIcon.breakpointForeground": "#ff7a84",
14+
"debugIcon.breakpointStackframeForeground": "#79b8ff",
15+
"debugIcon.breakpointUnverifiedForeground": "#848484",
16+
"debugIcon.continueForeground": "#ff7a84",
17+
"debugIcon.disconnectForeground": "#ff7a84",
18+
"debugIcon.pauseForeground": "#ff7a84",
19+
"debugIcon.restartForeground": "#79b8ff",
20+
"debugIcon.startForeground": "#79b8ff",
21+
"debugIcon.stepBackForeground": "#ff7a84",
22+
"debugIcon.stepIntoForeground": "#ff7a84",
23+
"debugIcon.stepOutForeground": "#ff7a84",
24+
"debugIcon.stepOverForeground": "#ff7a84",
25+
"debugIcon.stopForeground": "#79b8ff",
26+
"diffEditor.insertedTextBackground": "#3a632a4b",
27+
"diffEditor.removedTextBackground": "#88063852",
28+
"editor.background": "#1f1f1f",
29+
"editor.lineHighlightBorder": "#303030",
30+
"editorGroupHeader.tabsBackground": "#1a1a1a",
31+
"editorGroupHeader.tabsBorder": "#1a1a1a",
32+
"editorIndentGuide.activeBackground": "#383838",
33+
"editorIndentGuide.background": "#2a2a2a",
34+
"editorLineNumber.foreground": "#727272",
35+
"editorRuler.foreground": "#2a2a2a",
36+
"editorSuggestWidget.background": "#1a1a1a",
37+
"focusBorder": "#444444",
38+
"foreground": "#888888",
39+
"gitDecoration.ignoredResourceForeground": "#444444",
40+
"input.background": "#2a2a2a",
41+
"input.foreground": "#e0e0e0",
42+
"inputOption.activeBackground": "#3a3a3a",
43+
"list.activeSelectionBackground": "#212121",
44+
"list.activeSelectionForeground": "#f5f5f5",
45+
"list.focusBackground": "#292929",
46+
"list.highlightForeground": "#eaeaea",
47+
"list.hoverBackground": "#262626",
48+
"list.hoverForeground": "#9e9e9e",
49+
"list.inactiveSelectionBackground": "#212121",
50+
"list.inactiveSelectionForeground": "#f5f5f5",
51+
"panelTitle.activeBorder": "#1f1f1f",
52+
"panelTitle.activeForeground": "#fafafa",
53+
"panelTitle.inactiveForeground": "#484848",
54+
"peekView.border": "#444444",
55+
"peekViewEditor.background": "#242424",
56+
"pickerGroup.border": "#363636",
57+
"pickerGroup.foreground": "#eaeaea",
58+
"progressBar.background": "#fafafa",
59+
"scrollbar.shadow": "#1f1f1f",
60+
"sideBar.background": "#1a1a1a",
61+
"sideBarSectionHeader.background": "#202020",
62+
"statusBar.background": "#1a1a1a",
63+
"statusBar.debuggingBackground": "#1a1a1a",
64+
"statusBar.foreground": "#7e7e7e",
65+
"statusBar.noFolderBackground": "#1a1a1a",
66+
"statusBarItem.prominentBackground": "#fafafa1a",
67+
"statusBarItem.remoteBackground": "#1a1a1a00",
68+
"statusBarItem.remoteForeground": "#7e7e7e",
69+
"symbolIcon.classForeground": "#ff9800",
70+
"symbolIcon.constructorForeground": "#b392f0",
71+
"symbolIcon.enumeratorForeground": "#ff9800",
72+
"symbolIcon.enumeratorMemberForeground": "#79b8ff",
73+
"symbolIcon.eventForeground": "#ff9800",
74+
"symbolIcon.fieldForeground": "#79b8ff",
75+
"symbolIcon.functionForeground": "#b392f0",
76+
"symbolIcon.interfaceForeground": "#79b8ff",
77+
"symbolIcon.methodForeground": "#b392f0",
78+
"symbolIcon.variableForeground": "#79b8ff",
79+
"tab.activeBorder": "#1e1e1e",
80+
"tab.activeForeground": "#fafafa",
81+
"tab.border": "#1a1a1a",
82+
"tab.inactiveBackground": "#1a1a1a",
83+
"tab.inactiveForeground": "#727272",
84+
"terminal.ansiBrightBlack": "#5c5c5c",
85+
"textLink.activeForeground": "#fafafa",
86+
"textLink.foreground": "#cccccc",
87+
"titleBar.activeBackground": "#1a1a1a",
88+
"titleBar.border": "#00000000"
89+
},
90+
"rules": [
91+
{
92+
"foreground": "#B392F0",
93+
"token": "support.function"
94+
},
95+
{
96+
"foreground": "#B392F0",
97+
"token": "keyword.operator.accessor"
98+
},
99+
{
100+
"foreground": "#B392F0",
101+
"token": "meta.group.braces.round.function.arguments"
102+
},
103+
{
104+
"foreground": "#B392F0",
105+
"token": "meta.template.expression"
106+
},
107+
{
108+
"foreground": "#B392F0",
109+
"token": "markup.fenced_code meta.embedded.block"
110+
},
111+
{
112+
"fontStyle": "italic",
113+
"token": "emphasis"
114+
},
115+
{
116+
"foreground": "#FF7A84",
117+
"fontStyle": "bold",
118+
"token": "strong"
119+
},
120+
{
121+
"foreground": "#FF7A84",
122+
"fontStyle": "bold",
123+
"token": "markup.heading.markdown"
124+
},
125+
{
126+
"foreground": "#FF7A84",
127+
"fontStyle": "bold",
128+
"token": "markup.bold.markdown"
129+
},
130+
{
131+
"fontStyle": "italic",
132+
"token": "markup.italic.markdown"
133+
},
134+
{
135+
"foreground": "#1976D2",
136+
"fontStyle": "underline",
137+
"token": "meta.link.inline.markdown"
138+
},
139+
{
140+
"foreground": "#9DB1C5",
141+
"token": "string"
142+
},
143+
{
144+
"foreground": "#9DB1C5",
145+
"token": "markup.fenced_code"
146+
},
147+
{
148+
"foreground": "#9DB1C5",
149+
"token": "markup.inline"
150+
},
151+
{
152+
"foreground": "#6B737C",
153+
"token": "comment"
154+
},
155+
{
156+
"foreground": "#6B737C",
157+
"token": "string.quoted.docstring.multi"
158+
},
159+
{
160+
"foreground": "#79B8FF",
161+
"token": "constant.language"
162+
},
163+
{
164+
"foreground": "#79B8FF",
165+
"token": "variable.language.this"
166+
},
167+
{
168+
"foreground": "#79B8FF",
169+
"token": "variable.other.object"
170+
},
171+
{
172+
"foreground": "#79B8FF",
173+
"token": "variable.other.class"
174+
},
175+
{
176+
"foreground": "#79B8FF",
177+
"token": "variable.other.constant"
178+
},
179+
{
180+
"foreground": "#79B8FF",
181+
"token": "meta.property-name"
182+
},
183+
{
184+
"foreground": "#79B8FF",
185+
"token": "support"
186+
},
187+
{
188+
"foreground": "#79B8FF",
189+
"token": "string.other.link.title.markdown"
190+
},
191+
{
192+
"foreground": "#F8F8F8",
193+
"token": "constant.numeric"
194+
},
195+
{
196+
"foreground": "#F8F8F8",
197+
"token": "constant.other.placeholder"
198+
},
199+
{
200+
"foreground": "#F8F8F8",
201+
"token": "constant.character.format.placeholder"
202+
},
203+
{
204+
"foreground": "#F8F8F8",
205+
"token": "meta.property-value"
206+
},
207+
{
208+
"foreground": "#F8F8F8",
209+
"token": "keyword.other.unit"
210+
},
211+
{
212+
"foreground": "#F8F8F8",
213+
"token": "keyword.other.template"
214+
},
215+
{
216+
"foreground": "#F8F8F8",
217+
"token": "entity.name.tag.yaml"
218+
},
219+
{
220+
"foreground": "#F8F8F8",
221+
"token": "entity.other.attribute-name"
222+
},
223+
{
224+
"foreground": "#F8F8F8",
225+
"token": "support.type.property-name.json"
226+
},
227+
{
228+
"foreground": "#F97583",
229+
"token": "keyword"
230+
},
231+
{
232+
"foreground": "#F97583",
233+
"token": "storage.modifier"
234+
},
235+
{
236+
"foreground": "#F97583",
237+
"token": "storage.type"
238+
},
239+
{
240+
"foreground": "#F97583",
241+
"token": "storage.control.clojure"
242+
},
243+
{
244+
"foreground": "#F97583",
245+
"token": "entity.name.function.clojure"
246+
},
247+
{
248+
"foreground": "#F97583",
249+
"token": "support.function.node"
250+
},
251+
{
252+
"foreground": "#F97583",
253+
"token": "punctuation.separator.key-value"
254+
},
255+
{
256+
"foreground": "#F97583",
257+
"token": "punctuation.definition.template-expression"
258+
},
259+
{
260+
"foreground": "#FF9800",
261+
"token": "variable.parameter.function"
262+
},
263+
{
264+
"foreground": "#B392F0",
265+
"token": "entity.name.type"
266+
},
267+
{
268+
"foreground": "#B392F0",
269+
"token": "entity.other.inherited-class"
270+
},
271+
{
272+
"foreground": "#B392F0",
273+
"token": "meta.function-call"
274+
},
275+
{
276+
"foreground": "#B392F0",
277+
"token": "meta.instance.constructor"
278+
},
279+
{
280+
"foreground": "#B392F0",
281+
"token": "entity.other.attribute-name"
282+
},
283+
{
284+
"foreground": "#B392F0",
285+
"token": "entity.name.function"
286+
},
287+
{
288+
"foreground": "#B392F0",
289+
"token": "constant.keyword.clojure"
290+
},
291+
{
292+
"foreground": "#FFAB70",
293+
"token": "entity.name.tag"
294+
},
295+
{
296+
"foreground": "#FFAB70",
297+
"token": "string.quoted"
298+
},
299+
{
300+
"foreground": "#FFAB70",
301+
"token": "string.regexp"
302+
},
303+
{
304+
"foreground": "#FFAB70",
305+
"token": "string.interpolated"
306+
},
307+
{
308+
"foreground": "#FFAB70",
309+
"token": "string.template"
310+
},
311+
{
312+
"foreground": "#FFAB70",
313+
"token": "string.unquoted.plain.out.yaml"
314+
},
315+
{
316+
"foreground": "#FFAB70",
317+
"token": "keyword.other.template"
318+
},
319+
{
320+
"foreground": "#316BCD",
321+
"token": "token.info-token"
322+
},
323+
{
324+
"foreground": "#CD9731",
325+
"token": "token.warn-token"
326+
},
327+
{
328+
"foreground": "#CD3131",
329+
"token": "token.error-token"
330+
},
331+
{
332+
"foreground": "#800080",
333+
"token": "token.debug-token"
334+
},
335+
{
336+
"foreground": "#BBBBBB",
337+
"token": "punctuation.definition.arguments"
338+
},
339+
{
340+
"foreground": "#BBBBBB",
341+
"token": "punctuation.definition.dict"
342+
},
343+
{
344+
"foreground": "#BBBBBB",
345+
"token": "punctuation.separator"
346+
},
347+
{
348+
"foreground": "#BBBBBB",
349+
"token": "meta.function-call.arguments"
350+
},
351+
{
352+
"foreground": "#FFAB70",
353+
"token": "markup.underline.link"
354+
},
355+
{
356+
"foreground": "#FF7A84",
357+
"token": "beginning.punctuation.definition.list.markdown"
358+
},
359+
{
360+
"foreground": "#FFAB70",
361+
"token": "punctuation.definition.metadata.markdown"
362+
},
363+
{
364+
"foreground": "#79B8FF",
365+
"token": "punctuation.definition.string.begin.markdown"
366+
},
367+
{
368+
"foreground": "#79B8FF",
369+
"token": "punctuation.definition.string.end.markdown"
370+
},
371+
{
372+
"token": "",
373+
"foreground": "#ffffff"
374+
}
375+
],
376+
"encodedTokensColors": []
377+
}

0 commit comments

Comments
 (0)