"latest" shadcn/ui theme

futuristic
neon
high-contrast
immersive
experimental

Shadcn/ui Theme Css Variables

name: Neon Circuitkeyword: latest views: 14

:root {
  --background: 246 100% 5%;
  --foreground: 0 0% 98%;
  --card: 246 100% 5%;
  --card-foreground: 0 0% 98%;
  --popover: 246 100% 5%;
  --popover-foreground: 0 0% 98%;
  --primary: 165 100% 50%;
  --primary-foreground: 246 100% 5%;
  --secondary: 210 100% 50%;
  --secondary-foreground: 0 0% 98%;
  --muted: 246 100% 20%;
  --muted-foreground: 0 0% 70%;
  --accent: 300 100% 50%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 0 0% 98%;
  --border: 246 100% 30%;
  --input: 246 100% 30%;
  --ring: 165 100% 50%;
  --radius: 0.75rem;
  --chart-1: 165 100% 50%;
  --chart-2: 210 100% 50%;
  --chart-3: 300 100% 50%;
  --chart-4: 30 100% 50%;
  --chart-5: 0 100% 50%;
}