"Solarized" shadcn/ui theme

Solarized
Modern
Minimalist
High Contrast
Calm
Focus
Energetic
Sunset
Twilight
Versatile
Professional
Clean
Soothing
Balance
Nature Inspired
Retro Futurism

Shadcn/ui Theme Css Variables

name: Solarized Zenithkeyword: Solarized views: 42

:root {
  --background: 44 28% 95%;
  --foreground: 193 78% 14%;
  --card: 44 28% 90%;
  --card-foreground: 193 78% 14%;
  --popover: 44 28% 85%;
  --popover-foreground: 193 78% 14%;
  --primary: 192 100% 26%;
  --primary-foreground: 44 28% 95%;
  --secondary: 194 63% 18%;
  --secondary-foreground: 44 28% 95%;
  --muted: 44 28% 80%;
  --muted-foreground: 193 78% 14%;
  --accent: 195 52% 12%;
  --accent-foreground: 44 28% 95%;
  --destructive: 344 84% 35%;
  --destructive-foreground: 44 28% 95%;
  --border: 193 78% 14%;
  --input: 44 28% 80%;
  --ring: 192 100% 26%;
  --radius: 0.75rem;
  --chart-1: 192 100% 26%;
  --chart-2: 194 63% 18%;
  --chart-3: 195 52% 12%;
  --chart-4: 193 78% 14%;
  --chart-5: 344 84% 35%;
} 

.dark {
  --background: 193 78% 14%;
  --foreground: 44 28% 95%;
  --card: 193 78% 18%;
  --card-foreground: 44 28% 95%;
  --popover: 193 78% 22%;
  --popover-foreground: 44 28% 95%;
  --primary: 192 100% 26%;
  --primary-foreground: 193 78% 14%;
  --secondary: 194 63% 18%;
  --secondary-foreground: 193 78% 14%;
  --muted: 193 78% 30%;
  --muted-foreground: 44 28% 95%;
  --accent: 195 52% 12%;
  --accent-foreground: 193 78% 14%;
  --destructive: 344 84% 35%;
  --destructive-foreground: 193 78% 14%;
  --border: 44 28% 95%;
  --input: 193 78% 30%;
  --ring: 192 100% 26%;
  --radius: 0.75rem;
  --chart-1: 192 100% 26%;
  --chart-2: 194 63% 18%;
  --chart-3: 195 52% 12%;
  --chart-4: 193 78% 14%;
  --chart-5: 344 84% 35%;
}