| 1 | { |
| 2 | "schemaVersion": 1, |
| 3 | "id": "official-fortune-forge", |
| 4 | "name": "Fortune Forge", |
| 5 | "author": "Reasonix Contributors", |
| 6 | "description": "Warm ivory workshop with vermilion, gold and jade around an original lucky programmer.", |
| 7 | "license": "MIT", |
| 8 | "baseStyle": "amber", |
| 9 | "tokens": { |
| 10 | "light": { |
| 11 | "bg": "#FFF8E8", |
| 12 | "bgSoft": "#F9EFD5", |
| 13 | "bgElev": "#FFFDF6", |
| 14 | "panel": "#FFFDF6", |
| 15 | "sidebar": "#F8EDD3", |
| 16 | "chat": "#FFFBF1", |
| 17 | "workspace": "#FFFDF6", |
| 18 | "workspaceFiles": "#FAF1DC", |
| 19 | "border": "#D6B87E", |
| 20 | "borderSoft": "#F2E7CD", |
| 21 | "fg": "#382116", |
| 22 | "fgDim": "#6E4E35", |
| 23 | "fgFaint": "#A98A68", |
| 24 | "accent": "#A92D22", |
| 25 | "accentFg": "#FFF8E8" |
| 26 | }, |
| 27 | "dark": { |
| 28 | "bg": "#1D140D", |
| 29 | "bgSoft": "#271C12", |
| 30 | "bgElev": "#302417", |
| 31 | "panel": "#291E13", |
| 32 | "sidebar": "#251B11", |
| 33 | "chat": "#231A11", |
| 34 | "workspace": "#302417", |
| 35 | "workspaceFiles": "#271D13", |
| 36 | "border": "#4D3A22", |
| 37 | "borderSoft": "#3B2C1A", |
| 38 | "fg": "#FFF2D1", |
| 39 | "fgDim": "#DDC49C", |
| 40 | "fgFaint": "#A9926B", |
| 41 | "accent": "#E8AD38", |
| 42 | "accentFg": "#241606" |
| 43 | } |
| 44 | }, |
| 45 | "recipes": { |
| 46 | "density": "comfortable", |
| 47 | "corners": "soft" |
| 48 | }, |
| 49 | "background": { |
| 50 | "image": "background.webp", |
| 51 | "focusX": 0.74, |
| 52 | "focusY": 0.44, |
| 53 | "safeArea": "left", |
| 54 | "homeOpacity": 1.0, |
| 55 | "taskOpacity": 0.2, |
| 56 | "overlayStrength": 0.7, |
| 57 | "paneOpacity": 0.5 |
| 58 | } |
| 59 | } |
| 60 |