"deepwiki" shadcn/ui theme

futuristic
vivid-colors
high-contrast
immersive
bold-design
experimental
tech-inspired
neon-themed

Shadcn/ui Theme Css Variables

name: Neon Abysskeyword: deepwiki views: 10

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