"dark" shadcn/ui theme

futuristic
high-contrast
neon
immersive
experimental

Shadcn/ui Theme Css Variables

name: Neon Noirkeyword: dark views: 4

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