"dsa" shadcn/ui theme

neon
cyberpunk
high-contrast
immersive
futuristic
experimental
vibrant
bold-colors
modern

Shadcn/ui Theme Css Variables

name: Neon Cyberpunkkeyword: dsa views: 6

:root {
  --background: 270 80% 10%;
  --foreground: 0 0% 98%;
  --card: 270 80% 15%;
  --card-foreground: 0 0% 98%;
  --popover: 270 80% 20%;
  --popover-foreground: 0 0% 98%;
  --primary: 300 100% 50%;
  --primary-foreground: 0 0% 98%;
  --secondary: 240 100% 50%;
  --secondary-foreground: 0 0% 98%;
  --muted: 270 80% 25%;
  --muted-foreground: 0 0% 70%;
  --accent: 180 100% 50%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 0 0% 98%;
  --border: 300 100% 50%;
  --input: 300 100% 50%;
  --ring: 300 100% 50%;
  --radius: 0.75rem;
  --chart-1: 300 100% 50%;
  --chart-2: 240 100% 50%;
  --chart-3: 180 100% 50%;
  --chart-4: 0 100% 50%;
  --chart-5: 120 100% 50%;
}