返回 DeepSeek-Reasonix
theme.json
1 {
2 "schemaVersion": 1,
3 "id": "official-violet-starlight",
4 "name": "Violet Starlight",
5 "author": "Reasonix Contributors",
6 "description": "Blue-violet starfield with glowing butterflies and an original celestial muse.",
7 "license": "MIT",
8 "baseStyle": "nocturne",
9 "tokens": {
10 "light": {
11 "bg": "#F7F4FF",
12 "bgSoft": "#EFEBFB",
13 "bgElev": "#FCFAFF",
14 "panel": "#FCFAFF",
15 "sidebar": "#EEE9FA",
16 "chat": "#FAF8FF",
17 "workspace": "#FCFAFF",
18 "workspaceFiles": "#F1EDFB",
19 "border": "#CABDEC",
20 "borderSoft": "#E8E3F7",
21 "fg": "#251F3C",
22 "fgDim": "#544B74",
23 "fgFaint": "#9188B3",
24 "accent": "#6242C7",
25 "accentFg": "#F7F4FF"
26 },
27 "dark": {
28 "bg": "#0C1022",
29 "bgSoft": "#131834",
30 "bgElev": "#1A2140",
31 "panel": "#151B36",
32 "sidebar": "#121732",
33 "chat": "#111630",
34 "workspace": "#1A2140",
35 "workspaceFiles": "#131834",
36 "border": "#2E3A66",
37 "borderSoft": "#222B4E",
38 "fg": "#F4F2FF",
39 "fgDim": "#C2BDE8",
40 "fgFaint": "#8580B8",
41 "accent": "#9B86FF",
42 "accentFg": "#14102E"
43 }
44 },
45 "recipes": {
46 "density": "comfortable",
47 "corners": "round"
48 },
49 "background": {
50 "image": "background.webp",
51 "focusX": 0.73,
52 "focusY": 0.44,
53 "safeArea": "left",
54 "homeOpacity": 0.96,
55 "taskOpacity": 0.18,
56 "overlayStrength": 0.72,
57 "paneOpacity": 0.5
58 }
59 }
60
60 lines JSON