Canopy

A thriving, energetic theme that pairs the crisp freshness of a morning garden with the deep immersion of a rainforest.

root {
  --radius: 0.325rem; 
  --background: oklch(0.99 0.005 128); 
  --foreground: oklch(0.15 0.04 128);
 
  --card: oklch(0.98 0.008 128);
  --card-foreground: oklch(0.15 0.04 128);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.15 0.04 128);
 
  --primary: oklch(0.72 0.18 128); 
  --primary-foreground: oklch(0.98 0.005 128);
  --secondary: oklch(0.94 0.03 128);
  --secondary-foreground: oklch(0.25 0.06 128);
 
  --muted: oklch(0.96 0.01 128);
  --muted-foreground: oklch(0.55 0.04 128);
  --accent: oklch(0.92 0.04 128);
  --accent-foreground: oklch(0.20 0.06 128);
  --destructive: oklch(0.62 0.18 25);
  --destructive-foreground: oklch(0.99 0 0);
 
  --border: oklch(0.90 0.02 128);
  --input: oklch(0.90 0.02 128);
  --ring: oklch(0.72 0.18 128);
 
  --sidebar: oklch(0.98 0.01 128);
  --sidebar-foreground: oklch(0.35 0.05 128);
  --sidebar-accent: oklch(0.94 0.03 128);
  --sidebar-accent-foreground: oklch(0.20 0.05 128);
  --sidebar-border: oklch(0.92 0.02 128);
  --sidebar-ring: oklch(0.72 0.18 128);
 
  --chart-1: oklch(0.72 0.18 128); 
  --chart-2: oklch(0.68 0.16 160); 
  --chart-3: oklch(0.75 0.15 95); 
  --chart-4: oklch(0.62 0.16 200); 
  --chart-5: oklch(0.65 0.15 50); 
}
 
.dark {
  --background: oklch(0.18 0.02 135); 
  --foreground: oklch(0.96 0.01 128);
 
  --card: oklch(0.20 0.025 135);
  --card-foreground: oklch(0.96 0.01 128);
  --popover: oklch(0.22 0.03 135);
  --popover-foreground: oklch(0.96 0.01 128);
 
  --primary: oklch(0.75 0.18 128); 
  --primary-foreground: oklch(0.15 0.03 135);
  --secondary: oklch(0.28 0.04 135);
  --secondary-foreground: oklch(0.96 0.01 128);
 
  --muted: oklch(0.25 0.02 135);
  --muted-foreground: oklch(0.70 0.04 135);
  
  --accent: oklch(0.30 0.06 135);
  --accent-foreground: oklch(0.96 0.01 128);
 
  --destructive: oklch(0.60 0.18 25);
  --destructive-foreground: oklch(0.96 0.01 128);
 
  --border: oklch(0.28 0.03 135);
  --input: oklch(0.28 0.03 135);
  --ring: oklch(0.75 0.18 128);
 
  --sidebar: oklch(0.15 0.02 135); 
  --sidebar-foreground: oklch(0.75 0.04 135);
  --sidebar-accent: oklch(0.25 0.04 135);
  --sidebar-accent-foreground: oklch(0.98 0.01 128);
  --sidebar-border: oklch(0.25 0.02 135);
  --sidebar-ring: oklch(0.75 0.18 128);
 
  --chart-1: oklch(0.72 0.18 128); 
  --chart-2: oklch(0.68 0.16 160); 
  --chart-3: oklch(0.75 0.15 95); 
  --chart-4: oklch(0.62 0.16 200); 
  --chart-5: oklch(0.65 0.15 50); 
}