theme.json
1 { 2 "colors": { 3 "default": { 4 "theme_color": { 5 "primary": "#1c1b1f", 6 "secondary": "#2563eb", 7 "accent": "#3b82f6", 8 "body": "#fffbfe", 9 "border": "#49454e", 10 "theme_light": "#e7e0ec", 11 "theme_dark": "", 12 "success": "#10b981", 13 "warning": "#f59e0b", 14 "error": "#ef4444" 15 }, 16 "text_color": { 17 "default": "#49454e", 18 "dark": "#1c1b1f", 19 "light": "#49454e", 20 "muted": "#6b7280" 21 } 22 }, 23 "darkmode": { 24 "theme_color": { 25 "primary": "#e6e1e5", 26 "secondary": "#3b82f6", 27 "accent": "#60a5fa", 28 "body": "#1c1b1f", 29 "border": "#cac4d0", 30 "theme_light": "#49454f", 31 "theme_dark": "", 32 "success": "#34d399", 33 "warning": "#fbbf24", 34 "error": "#f87171" 35 }, 36 "text_color": { 37 "default": "#cac4d0", 38 "dark": "#e6e1e5", 39 "light": "#cac4d0", 40 "muted": "#6b7280" 41 } 42 } 43 }, 44 "fonts": { 45 "font_family": { 46 "primary": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial", 47 "primary_type": "sans-serif", 48 "secondary": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial", 49 "secondary_type": "sans-serif", 50 "monospace": "'Roboto Mono', 'Courier New', 'Courier', monospace", 51 "monospace_type": "monospace" 52 }, 53 "font_size": { 54 "base": "16", 55 "scale": "1.2" 56 } 57 } 58 }