返回 DeepSeek-Reasonix
theme.json
1 {
2 "schemaVersion": 1,
3 "id": "official-noir-gold",
4 "name": "Noir Gold",
5 "author": "Reasonix Contributors",
6 "description": "Black velvet stage and gold spotlights around an original creative gentleman.",
7 "license": "MIT",
8 "baseStyle": "carbon",
9 "tokens": {
10 "light": {
11 "bg": "#FCF8EE",
12 "bgSoft": "#F6F0DF",
13 "bgElev": "#FEFBF4",
14 "panel": "#FEFBF4",
15 "sidebar": "#F5EFDD",
16 "chat": "#FDFAF2",
17 "workspace": "#FEFBF4",
18 "workspaceFiles": "#F7F1E1",
19 "border": "#CCBE94",
20 "borderSoft": "#EFE8D2",
21 "fg": "#2A241B",
22 "fgDim": "#5C5340",
23 "fgFaint": "#9A8F74",
24 "accent": "#7A5A16",
25 "accentFg": "#FCF8EE"
26 },
27 "dark": {
28 "bg": "#0D0B09",
29 "bgSoft": "#15120E",
30 "bgElev": "#1D1913",
31 "panel": "#171410",
32 "sidebar": "#14110D",
33 "chat": "#131009",
34 "workspace": "#1D1913",
35 "workspaceFiles": "#15120E",
36 "border": "#463B27",
37 "borderSoft": "#2A2418",
38 "fg": "#F8F1DF",
39 "fgDim": "#D6CBAE",
40 "fgFaint": "#968C6E",
41 "accent": "#D9B45B",
42 "accentFg": "#1D1503"
43 }
44 },
45 "recipes": {
46 "density": "comfortable",
47 "corners": "soft"
48 },
49 "background": {
50 "image": "background.webp",
51 "focusX": 0.73,
52 "focusY": 0.43,
53 "safeArea": "left",
54 "homeOpacity": 0.94,
55 "taskOpacity": 0.18,
56 "overlayStrength": 0.74,
57 "paneOpacity": 0.5
58 }
59 }
60
60 lines JSON