"dark modern theme" shadcn/ui theme

neon-glow
modern-minimalism
contrast-driven
emotional-depth
immersive-experience
high-tech
futuristic
user-centric
accessibility-focused
vibrant-accent
night-mode
day-mode
sleek-design
luxury
cool-tones
warm-accent

Shadcn/ui Theme Css Variables

name: Neon Shadowskeyword: dark modern theme views: 8

:root {
  --background: 255 255 255;
  --foreground: 0 0 0;
  --card: 245 245 245;
  --card-foreground: 0 0 0;
  --popover: 255 255 255;
  --popover-foreground: 0 0 0;
  --primary: 230 35 100;
  --primary-foreground: 255 255 255;
  --secondary: 155 90 200;
  --secondary-foreground: 255 255 255;
  --muted: 220 220 220;
  --muted-foreground: 120 120 120;
  --accent: 0 150 200;
  --accent-foreground: 255 255 255;
  --destructive: 255 75 75;
  --destructive-foreground: 255 255 255;
  --border: 200 200 200;
  --input: 230 230 230;
  --ring: 230 35 100;
  --radius: 0.75rem;
  --chart-1: 230 35 100;
  --chart-2: 155 90 200;
  --chart-3: 0 150 200;
  --chart-4: 255 75 75;
  --chart-5: 245 245 245;
} 

.dark {
  --background: 20 20 30;
  --foreground: 240 240 255;
  --card: 30 30 40;
  --card-foreground: 240 240 255;
  --popover: 25 25 35;
  --popover-foreground: 240 240 255;
  --primary: 200 45 120;
  --primary-foreground: 255 255 255;
  --secondary: 135 75 180;
  --secondary-foreground: 255 255 255;
  --muted: 40 40 50;
  --muted-foreground: 180 180 200;
  --accent: 0 170 230;
  --accent-foreground: 255 255 255;
  --destructive: 255 50 50;
  --destructive-foreground: 255 255 255;
  --border: 50 50 60;
  --input: 35 35 45;
  --ring: 200 45 120;
  --radius: 0.75rem;
  --chart-1: 200 45 120;
  --chart-2: 135 75 180;
  --chart-3: 0 170 230;
  --chart-4: 255 50 50;
  --chart-5: 30 30 40;
}