"blue" shadcn/ui theme

futuristic
high-contrast
immersive
neon
cyberpunk
bold-colors
innovative
modern

Shadcn/ui Theme Css Variables

name: Neon Cyberpunkkeyword: blue views: 4

:root {
  --background: 240 100% 5%;
  --foreground: 210 100% 98%;
  --card: 240 100% 10%;
  --card-foreground: 210 100% 98%;
  --popover: 240 100% 10%;
  --popover-foreground: 210 100% 98%;
  --primary: 200 100% 50%;
  --primary-foreground: 240 100% 5%;
  --secondary: 220 100% 25%;
  --secondary-foreground: 210 100% 98%;
  --muted: 230 100% 15%;
  --muted-foreground: 210 100% 70%;
  --accent: 190 100% 50%;
  --accent-foreground: 240 100% 5%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 210 100% 98%;
  --border: 220 100% 25%;
  --input: 220 100% 25%;
  --ring: 200 100% 50%;
  --radius: 0.75rem;
  --chart-1: 200 100% 50%;
  --chart-2: 190 100% 50%;
  --chart-3: 180 100% 50%;
  --chart-4: 170 100% 50%;
  --chart-5: 160 100% 50%;
}