"sidebar" shadcn/ui theme

high-contrast
futuristic
neon
immersive
bold-colors
minimalist
tech-inspired

Shadcn/ui Theme Css Variables

name: Neon Voidkeyword: sidebar views: 8

:root {
  --background: 240 10% 3.9%;
  --foreground: 355.7 100% 97.3%;
  --card: 240 10% 10%;
  --card-foreground: 355.7 100% 97.3%;
  --popover: 240 10% 10%;
  --popover-foreground: 355.7 100% 97.3%;
  --primary: 142.1 76.2% 36.3%;
  --primary-foreground: 355.7 100% 97.3%;
  --secondary: 240 10% 15%;
  --secondary-foreground: 355.7 100% 97.3%;
  --muted: 240 10% 20%;
  --muted-foreground: 240 3.8% 46.1%;
  --accent: 240 10% 25%;
  --accent-foreground: 355.7 100% 97.3%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;
  --border: 240 10% 30%;
  --input: 240 10% 30%;
  --ring: 142.1 76.2% 36.3%;
  --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%;
}