| 1 | { |
| 2 | "schemaVersion": 1, |
| 3 | "id": "paper-dawn", |
| 4 | "name": "Paper Dawn", |
| 5 | "author": "Reasonix", |
| 6 | "description": "Template theme — solid tokens only, no background image. Royalty-free starter.", |
| 7 | "license": "CC0-1.0", |
| 8 | "baseStyle": "graphite", |
| 9 | "tokens": { |
| 10 | "light": { |
| 11 | "bg": "#f7f4ef", |
| 12 | "panel": "#ffffff", |
| 13 | "sidebar": "#f3efe8", |
| 14 | "chat": "#fbfaf7", |
| 15 | "fg": "#1c1917", |
| 16 | "fgDim": "#57534e", |
| 17 | "fgFaint": "#a8a29e", |
| 18 | "border": "#e7e5e4", |
| 19 | "accent": "#c2410c", |
| 20 | "accentFg": "#fff7ed", |
| 21 | "ok": "#15803d", |
| 22 | "warn": "#b45309", |
| 23 | "err": "#b91c1c" |
| 24 | }, |
| 25 | "dark": { |
| 26 | "bg": "#0c0b0a", |
| 27 | "panel": "#171412", |
| 28 | "sidebar": "#141210", |
| 29 | "chat": "#0c0b0a", |
| 30 | "fg": "#f5f5f4", |
| 31 | "fgDim": "#a8a29e", |
| 32 | "fgFaint": "#78716c", |
| 33 | "border": "#292524", |
| 34 | "accent": "#fb923c", |
| 35 | "accentFg": "#0c0b0a", |
| 36 | "ok": "#4ade80", |
| 37 | "warn": "#fbbf24", |
| 38 | "err": "#f87171" |
| 39 | } |
| 40 | }, |
| 41 | "recipes": { |
| 42 | "density": "comfortable", |
| 43 | "corners": "soft" |
| 44 | } |
| 45 | } |
| 46 |