|
| 1 | +{ |
| 2 | + "meta": { |
| 3 | + "family": "dark-first" |
| 4 | + }, |
| 5 | + "dark": { |
| 6 | + "--bg": "#0c0800", |
| 7 | + "--surface": "#120e04", |
| 8 | + "--card": "#161008", |
| 9 | + "--card-bg": "#161008", |
| 10 | + "--card-border": "rgba(255, 176, 0, 0.15)", |
| 11 | + "--text": "#ffb000", |
| 12 | + "--text-secondary": "#cc8c00", |
| 13 | + "--muted": "#806000", |
| 14 | + "--good": "#ffcc00", |
| 15 | + "--warn": "#ff8800", |
| 16 | + "--crit": "#ff3300", |
| 17 | + "--accent": "#ffb000", |
| 18 | + "--accent-hover": "#ffc840", |
| 19 | + "--accent-muted": "rgba(255, 176, 0, 0.12)", |
| 20 | + "--info": "#ffcc66", |
| 21 | + "--input-border": "rgba(255, 176, 0, 0.2)", |
| 22 | + "--overlay": "rgba(0, 0, 0, 0.8)", |
| 23 | + "--hover-bg": "rgba(255, 176, 0, 0.06)", |
| 24 | + "--void": "#080400", |
| 25 | + "--void-deep": "#040200", |
| 26 | + "--elevated": "#1e1610", |
| 27 | + "--hover": "#261c14", |
| 28 | + "--amethyst": "#ffb000", |
| 29 | + "--amethyst-light": "#ffc840", |
| 30 | + "--sapphire": "#ffcc66", |
| 31 | + "--success": "#ffcc00", |
| 32 | + "--warning": "#ff8800", |
| 33 | + "--danger": "#ff3300", |
| 34 | + "--text-primary": "#ffb000", |
| 35 | + "--text-muted": "#806000", |
| 36 | + "--glass-bg": "rgba(12, 8, 0, 0.9)", |
| 37 | + "--glass-border": "rgba(255, 176, 0, 0.1)", |
| 38 | + "--font-sans": "'Courier New', 'Consolas', monospace", |
| 39 | + "--font-mono": "'Courier New', 'Consolas', monospace" |
| 40 | + }, |
| 41 | + "light": { |
| 42 | + "--bg": "#fff8e8", |
| 43 | + "--surface": "#fff8e8", |
| 44 | + "--card": "#f5ead0", |
| 45 | + "--card-bg": "#f5ead0", |
| 46 | + "--card-border": "#e0c890", |
| 47 | + "--text": "#3d2800", |
| 48 | + "--text-secondary": "#6b4d10", |
| 49 | + "--muted": "#a08040", |
| 50 | + "--good": "#8a7000", |
| 51 | + "--warn": "#b05c00", |
| 52 | + "--crit": "#cc2200", |
| 53 | + "--accent": "#a06800", |
| 54 | + "--accent-hover": "#855500", |
| 55 | + "--accent-muted": "rgba(160, 104, 0, 0.1)", |
| 56 | + "--info": "#8a7000", |
| 57 | + "--input-border": "#e0c890", |
| 58 | + "--overlay": "rgba(0, 0, 0, 0.4)", |
| 59 | + "--hover-bg": "rgba(160, 104, 0, 0.05)", |
| 60 | + "--void": "#fff8e8", |
| 61 | + "--void-deep": "#f5ead0", |
| 62 | + "--elevated": "#eddcb8", |
| 63 | + "--hover": "#e0c890", |
| 64 | + "--amethyst": "#a06800", |
| 65 | + "--amethyst-light": "#b87c10", |
| 66 | + "--sapphire": "#8a7000", |
| 67 | + "--success": "#8a7000", |
| 68 | + "--warning": "#b05c00", |
| 69 | + "--danger": "#cc2200", |
| 70 | + "--text-primary": "#3d2800", |
| 71 | + "--text-muted": "#a08040", |
| 72 | + "--glass-bg": "rgba(255, 248, 232, 0.85)", |
| 73 | + "--glass-border": "rgba(160, 104, 0, 0.08)", |
| 74 | + "--font-sans": "'Courier New', 'Consolas', monospace", |
| 75 | + "--font-mono": "'Courier New', 'Consolas', monospace" |
| 76 | + } |
| 77 | +} |
0 commit comments