"dark" shadcn/ui theme

minimalistic
high-contrast
monochromatic
modern
night-mode
day-mode
immersive
calm
focused
sleek

Shadcn/ui Theme Css Variables

name: Eclipsekeyword: dark views: 12

:root {
  --background: 0 0% 98%;
  --foreground: 240 10% 10%;
  --card: 0 0% 95%;
  --card-foreground: 240 10% 10%;
  --popover: 0 0% 95%;
  --popover-foreground: 240 10% 10%;
  --primary: 240 10% 10%;
  --primary-foreground: 0 0% 98%;
  --secondary: 240 10% 20%;
  --secondary-foreground: 0 0% 98%;
  --muted: 240 10% 80%;
  --muted-foreground: 240 10% 40%;
  --accent: 240 10% 30%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 60% 50%;
  --destructive-foreground: 0 0% 98%;
  --border: 240 10% 90%;
  --input: 240 10% 90%;
  --ring: 240 10% 10%;
  --radius: 0.75rem;
  --chart-1: 240 10% 30%;
  --chart-2: 240 10% 40%;
  --chart-3: 240 10% 50%;
  --chart-4: 240 10% 60%;
  --chart-5: 240 10% 70%;
} 

.dark {
  --background: 240 10% 10%;
  --foreground: 0 0% 98%;
  --card: 240 10% 15%;
  --card-foreground: 0 0% 98%;
  --popover: 240 10% 15%;
  --popover-foreground: 0 0% 98%;
  --primary: 0 0% 98%;
  --primary-foreground: 240 10% 10%;
  --secondary: 240 10% 20%;
  --secondary-foreground: 0 0% 98%;
  --muted: 240 10% 40%;
  --muted-foreground: 240 10% 80%;
  --accent: 240 10% 30%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 60% 50%;
  --destructive-foreground: 0 0% 98%;
  --border: 240 10% 20%;
  --input: 240 10% 20%;
  --ring: 0 0% 98%;
  --radius: 0.75rem;
  --chart-1: 240 10% 30%;
  --chart-2: 240 10% 40%;
  --chart-3: 240 10% 50%;
  --chart-4: 240 10% 60%;
  --chart-5: 240 10% 70%;
}