"酒吧风格" shadcn/ui theme

Neon Glow
Nightlife
Art Deco
High Contrast
Vibrant Accents
Modern Minimalism
Dark Elegance
Interactive Design
Immersive Experience
Emotional Resonance

Shadcn/ui Theme Css Variables

name: Neon Noirkeyword: 酒吧风格 views: 2

:root {
  --background: 240 10% 95%;
  --foreground: 240 10% 20%;
  --card: 240 10% 90%;
  --card-foreground: 240 10% 25%;
  --popover: 240 10% 92%;
  --popover-foreground: 240 10% 22%;
  --primary: 330 90% 50%;
  --primary-foreground: 330 90% 98%;
  --secondary: 200 80% 50%;
  --secondary-foreground: 200 80% 98%;
  --muted: 240 10% 80%;
  --muted-foreground: 240 10% 30%;
  --accent: 50 90% 50%;
  --accent-foreground: 50 90% 98%;
  --destructive: 0 90% 50%;
  --destructive-foreground: 0 90% 98%;
  --border: 240 10% 85%;
  --input: 240 10% 88%;
  --ring: 330 90% 50%;
  --radius: 0.75rem;
  --chart-1: 330 90% 50%;
  --chart-2: 200 80% 50%;
  --chart-3: 50 90% 50%;
  --chart-4: 0 90% 50%;
  --chart-5: 300 80% 50%;
} 

.dark {
  --background: 240 10% 10%;
  --foreground: 240 10% 80%;
  --card: 240 10% 15%;
  --card-foreground: 240 10% 85%;
  --popover: 240 10% 12%;
  --popover-foreground: 240 10% 82%;
  --primary: 330 90% 50%;
  --primary-foreground: 330 90% 98%;
  --secondary: 200 80% 50%;
  --secondary-foreground: 200 80% 98%;
  --muted: 240 10% 20%;
  --muted-foreground: 240 10% 70%;
  --accent: 50 90% 50%;
  --accent-foreground: 50 90% 98%;
  --destructive: 0 90% 50%;
  --destructive-foreground: 0 90% 98%;
  --border: 240 10% 25%;
  --input: 240 10% 22%;
  --ring: 330 90% 50%;
  --radius: 0.75rem;
  --chart-1: 330 90% 50%;
  --chart-2: 200 80% 50%;
  --chart-3: 50 90% 50%;
  --chart-4: 0 90% 50%;
  --chart-5: 300 80% 50%;
}