"solarized" shadcn/ui theme

modern
minimalist
high-contrast
professional
innovative
readable
solarized
light-dark
flat-design
user-friendly

Shadcn/ui Theme Css Variables

name: Solarized Novakeyword: solarized views: 128

:root {
  --background: 44 100% 98%;
  --foreground: 200 18% 20%;
  --card: 44 100% 96%;
  --card-foreground: 200 18% 20%;
  --popover: 44 100% 96%;
  --popover-foreground: 200 18% 20%;
  --primary: 197 37% 24%;
  --primary-foreground: 44 100% 98%;
  --secondary: 43 74% 66%;
  --secondary-foreground: 200 18% 20%;
  --muted: 43 74% 90%;
  --muted-foreground: 200 18% 40%;
  --accent: 173 58% 39%;
  --accent-foreground: 44 100% 98%;
  --destructive: 12 76% 61%;
  --destructive-foreground: 44 100% 98%;
  --border: 200 18% 80%;
  --input: 200 18% 80%;
  --ring: 197 37% 24%;
  --radius: 0.75rem;
  --chart-1: 12 76% 61%;
  --chart-2: 173 58% 39%;
  --chart-3: 197 37% 24%;
  --chart-4: 43 74% 66%;
  --chart-5: 27 87% 67%;
} 

.dark {
  --background: 200 18% 10%;
  --foreground: 44 100% 98%;
  --card: 200 18% 12%;
  --card-foreground: 44 100% 98%;
  --popover: 200 18% 12%;
  --popover-foreground: 44 100% 98%;
  --primary: 197 37% 24%;
  --primary-foreground: 44 100% 98%;
  --secondary: 173 58% 39%;
  --secondary-foreground: 44 100% 98%;
  --muted: 200 18% 20%;
  --muted-foreground: 44 100% 80%;
  --accent: 43 74% 66%;
  --accent-foreground: 200 18% 10%;
  --destructive: 12 76% 61%;
  --destructive-foreground: 44 100% 98%;
  --border: 200 18% 20%;
  --input: 200 18% 20%;
  --ring: 197 37% 24%;
  --chart-1: 220 70% 50%;
  --chart-2: 160 60% 45%;
  --chart-3: 30 80% 55%;
  --chart-4: 280 65% 60%;
  --chart-5: 340 75% 55%;
}