返回 DeepSeek-Reasonix
theme.json
1 {
2 "schemaVersion": 1,
3 "id": "official-cyan-stage",
4 "name": "Cyan Stage",
5 "author": "Reasonix Contributors",
6 "description": "Airy cyan future stage with light rings and an original digital performer.",
7 "license": "MIT",
8 "baseStyle": "carbon",
9 "tokens": {
10 "light": {
11 "bg": "#F1FCFD",
12 "bgSoft": "#E4F5F7",
13 "bgElev": "#FAFEFE",
14 "panel": "#FAFEFE",
15 "sidebar": "#E3F4F6",
16 "chat": "#F6FDFE",
17 "workspace": "#FAFEFE",
18 "workspaceFiles": "#E8F6F8",
19 "border": "#9CCFD7",
20 "borderSoft": "#DAEDF0",
21 "fg": "#173238",
22 "fgDim": "#43606A",
23 "fgFaint": "#71939D",
24 "accent": "#007C92",
25 "accentFg": "#F1FCFD"
26 },
27 "dark": {
28 "bg": "#07181D",
29 "bgSoft": "#0C2229",
30 "bgElev": "#112C34",
31 "panel": "#0E252D",
32 "sidebar": "#0B2128",
33 "chat": "#0A2027",
34 "workspace": "#112C34",
35 "workspaceFiles": "#0C232A",
36 "border": "#1F4550",
37 "borderSoft": "#16333C",
38 "fg": "#E9FCFF",
39 "fgDim": "#AEDBE2",
40 "fgFaint": "#6FA5AF",
41 "accent": "#37D7E4",
42 "accentFg": "#04222a"
43 }
44 },
45 "recipes": {
46 "density": "comfortable",
47 "corners": "round"
48 },
49 "background": {
50 "image": "background.webp",
51 "focusX": 0.74,
52 "focusY": 0.45,
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