返回 DeepSeek-Reasonix
theme.json
1 {
2 "schemaVersion": 1,
3 "id": "official-crimson-horizon",
4 "name": "Crimson Horizon",
5 "author": "Reasonix Contributors",
6 "description": "Pearl-white sky over a coral-red future city skyline. No people, pure skyline.",
7 "license": "MIT",
8 "baseStyle": "graphite",
9 "tokens": {
10 "light": {
11 "bg": "#FFF8F7",
12 "bgSoft": "#F9EEEC",
13 "bgElev": "#FFFFFF",
14 "panel": "#FFFFFF",
15 "sidebar": "#F9ECEA",
16 "chat": "#FFFBFA",
17 "workspace": "#FFFFFF",
18 "workspaceFiles": "#FBF1EF",
19 "border": "#DFB3AD",
20 "borderSoft": "#F6E4E2",
21 "fg": "#301D1D",
22 "fgDim": "#6B4644",
23 "fgFaint": "#A9807D",
24 "accent": "#B92B38",
25 "accentFg": "#FFF8F7"
26 },
27 "dark": {
28 "bg": "#190D11",
29 "bgSoft": "#221318",
30 "bgElev": "#2B181E",
31 "panel": "#25141A",
32 "sidebar": "#211218",
33 "chat": "#201116",
34 "workspace": "#2B181E",
35 "workspaceFiles": "#221319",
36 "border": "#582F3C",
37 "borderSoft": "#361B24",
38 "fg": "#FFF1F2",
39 "fgDim": "#DFB3B6",
40 "fgFaint": "#AC7E84",
41 "accent": "#FF6772",
42 "accentFg": "#2A0E12"
43 }
44 },
45 "recipes": {
46 "density": "comfortable",
47 "corners": "soft"
48 },
49 "background": {
50 "image": "background.webp",
51 "focusX": 0.75,
52 "focusY": 0.45,
53 "safeArea": "left",
54 "homeOpacity": 0.98,
55 "taskOpacity": 0.22,
56 "overlayStrength": 0.66,
57 "paneOpacity": 0.5
58 }
59 }
60
60 lines JSON