gold.css
1 :root { 2 --background: oklch(0.14 0.01 40); 3 --foreground: oklch(0.84 0.12 82); 4 --card: oklch(0.18 0.02 40); 5 --card-foreground: oklch(0.84 0.12 82); 6 --popover: oklch(0.16 0.015 38); 7 --popover-foreground: oklch(0.84 0.12 82); 8 --primary: oklch(0.76 0.15 80); 9 --primary-foreground: oklch(0.18 0.02 40); 10 --secondary: oklch(0.16 0.012 36); 11 --secondary-foreground: oklch(0.74 0.09 78); 12 --muted: oklch(0.12 0.01 38); 13 --muted-foreground: oklch(0.66 0.07 78); 14 --accent: oklch(0.3 0.06 72); 15 --accent-foreground: oklch(0.92 0.04 90); 16 --destructive: oklch(0.62 0.22 27); 17 --border: oklch(0.36 0.05 70 / 0.6); 18 --input: oklch(0.2 0.025 42); 19 --ring: oklch(0.78 0.13 82); 20 --chart-1: oklch(0.76 0.15 80); 21 --chart-2: oklch(0.69 0.13 74); 22 --chart-3: oklch(0.6 0.11 68); 23 --chart-4: oklch(0.51 0.09 62); 24 --chart-5: oklch(0.43 0.08 58); 25 --radius: 0.375rem; 26 --sidebar: oklch(0.14 0.012 40); 27 --sidebar-foreground: oklch(0.84 0.12 82); 28 --sidebar-primary: oklch(0.76 0.15 80); 29 --sidebar-primary-foreground: oklch(0.18 0.02 40); 30 --sidebar-accent: oklch(0.25 0.045 70); 31 --sidebar-accent-foreground: oklch(0.88 0.07 85); 32 --sidebar-border: oklch(0.36 0.05 70 / 0.55); 33 --sidebar-ring: oklch(0.78 0.13 82); 34 35 --app-shell-glow: 0 0 0 1px oklch(0.42 0.06 72 / 0.2), 0 18px 60px oklch(0.28 0.07 74 / 0.18); 36 --app-shell-glow-strong: 0 0 0 1px oklch(0.48 0.07 76 / 0.34), 0 24px 90px oklch(0.34 0.1 80 / 0.24); 37 }