"deepwiki" shadcn/ui theme

cyberpunk
high-contrast
neon
futuristic
immersive
experimental
bold-colors
dark-theme
vibrant
tech-inspired

Shadcn/ui Theme Css Variables

name: Neon Abysskeyword: deepwiki views: 8

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