"macos system" shadcn/ui theme

Color
Use Cases
Style
Feeling

Shadcn/ui Theme Css Variables

name: Aqua Breezekeyword: macos system views: 128

:root {
  --background: 220 15% 98%;
  --foreground: 220 15% 15%;
  --card: 220 15% 100%;
  --card-foreground: 220 15% 15%;
  --popover: 220 15% 100%;
  --popover-foreground: 220 15% 15%;
  --primary: 210 80% 45%;
  --primary-foreground: 0 0% 100%;
  --secondary: 220 10% 92%;
  --secondary-foreground: 220 15% 15%;
  --muted: 220 10% 92%;
  --muted-foreground: 220 15% 50%;
  --accent: 220 10% 92%;
  --accent-foreground: 220 15% 15%;
  --destructive: 0 80% 50%;
  --destructive-foreground: 0 0% 100%;
  --border: 220 10% 80%;
  --input: 220 10% 80%;
  --ring: 210 80% 45%;
  --radius: 0.6rem;
  --chart-1: 195 80% 55%;
  --chart-2: 160 70% 50%;
  --chart-3: 240 60% 40%;
  --chart-4: 120 75% 65%;
  --chart-5: 300 80% 60%;
}



.dark {
  --background: 220 10% 10%;
  --foreground: 0 0% 98%;
  --card: 220 10% 15%;
  --card-foreground: 0 0% 98%;
  --popover: 220 10% 15%;
  --popover-foreground: 0 0% 98%;
  --primary: 210 80% 55%;
  --primary-foreground: 0 0% 15%;
  --secondary: 220 10% 20%;
  --secondary-foreground: 0 0% 98%;
  --muted: 220 10% 20%;
  --muted-foreground: 0 0% 70%;
  --accent: 220 10% 20%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 80% 60%;
  --destructive-foreground: 0 0% 100%;
  --border: 220 10% 25%;
  --input: 220 10% 25%;
  --ring: 210 80% 55%;
  --chart-1: 200 75% 60%;
  --chart-2: 140 65% 50%;
  --chart-3: 260 80% 65%;
  --chart-4: 100 70% 65%;
  --chart-5: 320 75% 60%;
}