返回 DeepSeek-Reasonix
theme.json
1 {
2 "schemaVersion": 1,
3 "id": "official-sage-breeze",
4 "name": "Sage Breeze",
5 "author": "Reasonix Contributors",
6 "description": "Cream paper, sage sprigs and an original illustrated reader on the right.",
7 "license": "MIT",
8 "baseStyle": "slate",
9 "tokens": {
10 "light": {
11 "bg": "#F7F7EF",
12 "bgSoft": "#EFEFE2",
13 "bgElev": "#FCFCF6",
14 "panel": "#FCFCF6",
15 "sidebar": "#EEEEE0",
16 "chat": "#FAFAF4",
17 "workspace": "#FCFCF6",
18 "workspaceFiles": "#F1F1E5",
19 "border": "#BFC095",
20 "borderSoft": "#E8E8D8",
21 "fg": "#26332D",
22 "fgDim": "#4E6157",
23 "fgFaint": "#7C8F83",
24 "accent": "#47735F",
25 "accentFg": "#F7F7EF"
26 },
27 "dark": {
28 "bg": "#101814",
29 "bgSoft": "#17211C",
30 "bgElev": "#1E2922",
31 "panel": "#19231D",
32 "sidebar": "#161F1A",
33 "chat": "#151E19",
34 "workspace": "#1E2922",
35 "workspaceFiles": "#17211C",
36 "border": "#32443A",
37 "borderSoft": "#25322B",
38 "fg": "#EEF6F0",
39 "fgDim": "#B7CDBF",
40 "fgFaint": "#7E968A",
41 "accent": "#84CBA7",
42 "accentFg": "#0E1A13"
43 }
44 },
45 "recipes": {
46 "density": "comfortable",
47 "corners": "soft"
48 },
49 "background": {
50 "image": "background.webp",
51 "focusX": 0.73,
52 "focusY": 0.44,
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