"Lakers" shadcn/ui theme

Futuristic
High Contrast
Neon Colors
Immersion
Innovative
Visual Impact

Shadcn/ui Theme Css Variables

name: Neon Lakerskeyword: Lakers views: 24

:root {
  --background: 240 10% 10%;
  --foreground: 355.7 100% 97.3%;
  --card: 240 10% 15%;
  --card-foreground: 355.7 100% 97.3%;
  --popover: 240 10% 15%;
  --popover-foreground: 355.7 100% 97.3%;
  --primary: 197 100% 50%;
  --primary-foreground: 240 10% 10%;
  --secondary: 240 10% 20%;
  --secondary-foreground: 355.7 100% 97.3%;
  --muted: 240 10% 20%;
  --muted-foreground: 355.7 100% 97.3%;
  --accent: 12 100% 50%;
  --accent-foreground: 240 10% 10%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 355.7 100% 97.3%;
  --border: 240 10% 20%;
  --input: 240 10% 20%;
  --ring: 197 100% 50%;
  --radius: 0.75rem;
  --chart-1: 12 100% 50%;
  --chart-2: 197 100% 50%;
  --chart-3: 240 10% 20%;
  --chart-4: 355.7 100% 97.3%;
  --chart-5: 240 10% 15%;
}