返回 DeepSeek-Reasonix
theme.json
1 {
2 "schemaVersion": 1,
3 "id": "official-spark-notebook",
4 "name": "Spark Notebook",
5 "author": "Reasonix Contributors",
6 "description": "Off-white notebook grid with teal, yellow and coral stationery around an original anime adult.",
7 "license": "MIT",
8 "baseStyle": "aurora",
9 "tokens": {
10 "light": {
11 "bg": "#FFF9ED",
12 "bgSoft": "#F9F1DE",
13 "bgElev": "#FFFDF7",
14 "panel": "#FFFDF7",
15 "sidebar": "#F8F0DC",
16 "chat": "#FFFCF4",
17 "workspace": "#FFFDF7",
18 "workspaceFiles": "#FAF3E2",
19 "border": "#D2BC8E",
20 "borderSoft": "#F2E9D4",
21 "fg": "#2B2F35",
22 "fgDim": "#565D66",
23 "fgFaint": "#848D98",
24 "accent": "#007B78",
25 "accentFg": "#F3FBFA"
26 },
27 "dark": {
28 "bg": "#14171A",
29 "bgSoft": "#1B1F23",
30 "bgElev": "#23282D",
31 "panel": "#1D2226",
32 "sidebar": "#1A1E22",
33 "chat": "#191D21",
34 "workspace": "#23282D",
35 "workspaceFiles": "#1B2024",
36 "border": "#38404A",
37 "borderSoft": "#2A3138",
38 "fg": "#F8F5E9",
39 "fgDim": "#C9CCBF",
40 "fgFaint": "#8B918A",
41 "accent": "#42D1C6",
42 "accentFg": "#08201E"
43 }
44 },
45 "recipes": {
46 "density": "comfortable",
47 "corners": "round"
48 },
49 "background": {
50 "image": "background.webp",
51 "focusX": 0.74,
52 "focusY": 0.46,
53 "safeArea": "left",
54 "homeOpacity": 0.98,
55 "taskOpacity": 0.2,
56 "overlayStrength": 0.68,
57 "paneOpacity": 0.5
58 }
59 }
60
60 lines JSON