"nikke" shadcn/ui theme

neon-futurism
high-contrast
immersive-color
experimental-design
foreground-readability
bold-backgrounds
nightlife-tech
cybernetic-aesthetic

Shadcn/ui Theme Css Variables

name: Neon Pulsekeyword: nikke views: 4

:root {
  --background: 310 100% 15%;
  --foreground: 60 100% 90%;
  --card: 310 100% 20%;
  --card-foreground: 60 100% 90%;
  --popover: 310 100% 20%;
  --popover-foreground: 60 100% 90%;
  --primary: 255 100% 75%;
  --primary-foreground: 310 100% 15%;
  --secondary: 270 100% 50%;
  --secondary-foreground: 60 100% 90%;
  --muted: 310 100% 25%;
  --muted-foreground: 60 100% 80%;
  --accent: 300 100% 50%;
  --accent-foreground: 60 100% 90%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 60 100% 90%;
  --border: 310 100% 30%;
  --input: 310 100% 30%;
  --ring: 255 100% 75%;
  --radius: 1rem;
  --chart-1: 0 100% 75%;
  --chart-2: 30 100% 75%;
  --chart-3: 60 100% 75%;
  --chart-4: 90 100% 75%;
  --chart-5: 120 100% 75%;
}