返回 DeepSeek-Reasonix
theme.json
1 {
2 "schemaVersion": 1,
3 "id": "official-rose-dawn",
4 "name": "Rose Dawn",
5 "author": "Reasonix Contributors",
6 "description": "Ivory dawn light, soft roses and an original illustrated muse on the right.",
7 "license": "MIT",
8 "baseStyle": "graphite",
9 "tokens": {
10 "light": {
11 "bg": "#FFF7F8",
12 "bgSoft": "#FBEFF1",
13 "bgElev": "#FFFFFF",
14 "panel": "#FFFFFF",
15 "sidebar": "#FBECEF",
16 "chat": "#FFFCFC",
17 "workspace": "#FFFFFF",
18 "workspaceFiles": "#FDF3F4",
19 "border": "#E2BCC6",
20 "borderSoft": "#F5E3E7",
21 "fg": "#3A252C",
22 "fgDim": "#6D4A55",
23 "fgFaint": "#A97B87",
24 "accent": "#B43F65",
25 "accentFg": "#FFF7F8"
26 },
27 "dark": {
28 "bg": "#1E1419",
29 "bgSoft": "#281B21",
30 "bgElev": "#312329",
31 "panel": "#2A1D24",
32 "sidebar": "#251922",
33 "chat": "#231820",
34 "workspace": "#312329",
35 "workspaceFiles": "#281C22",
36 "border": "#4C3440",
37 "borderSoft": "#3A2832",
38 "fg": "#FFF3F6",
39 "fgDim": "#D9B3C0",
40 "fgFaint": "#A87C8C",
41 "accent": "#E26D91",
42 "accentFg": "#2A121D"
43 }
44 },
45 "recipes": {
46 "density": "comfortable",
47 "corners": "round"
48 },
49 "background": {
50 "image": "background.webp",
51 "focusX": 0.72,
52 "focusY": 0.43,
53 "safeArea": "left",
54 "homeOpacity": 1.0,
55 "taskOpacity": 0.2,
56 "overlayStrength": 0.68,
57 "paneOpacity": 0.5
58 }
59 }
60
60 lines JSON