"dracula" shadcn/ui theme

gothic
mysterious
emotive
contrast
immersion
narrative-driven
dark-theme
light-theme
modern
trendy
readable
functional
unique
storytelling
atmospheric
visual-impact
color-harmony
user-friendly
emotionally-resonant
dracula-inspired

Shadcn/ui Theme Css Variables

name: Eternal Nightkeyword: dracula views: 4

:root {
  --background: 240 10% 94%;
  --foreground: 240 10% 10%;
  --card: 240 10% 100%;
  --card-foreground: 240 10% 10%;
  --popover: 240 10% 100%;
  --popover-foreground: 240 10% 10%;
  --primary: 345 75% 60%;
  --primary-foreground: 240 10% 100%;
  --secondary: 240 10% 94%;
  --secondary-foreground: 240 10% 10%;
  --muted: 240 10% 85%;
  --muted-foreground: 240 10% 40%;
  --accent: 210 75% 60%;
  --accent-foreground: 240 10% 100%;
  --destructive: 0 75% 60%;
  --destructive-foreground: 240 10% 100%;
  --border: 240 10% 85%;
  --input: 240 10% 85%;
  --ring: 345 75% 60%;
  --radius: 0.75rem;
  --chart-1: 345 75% 60%;
  --chart-2: 210 75% 60%;
  --chart-3: 270 75% 60%;
  --chart-4: 30 75% 60%;
  --chart-5: 0 75% 60%;
} 

.dark {
  --background: 240 10% 10%;
  --foreground: 240 10% 94%;
  --card: 240 20% 15%;
  --card-foreground: 240 10% 94%;
  --popover: 240 20% 15%;
  --popover-foreground: 240 10% 94%;
  --primary: 345 75% 60%;
  --primary-foreground: 240 10% 10%;
  --secondary: 240 20% 15%;
  --secondary-foreground: 240 10% 94%;
  --muted: 240 20% 20%;
  --muted-foreground: 240 10% 60%;
  --accent: 210 75% 60%;
  --accent-foreground: 240 10% 10%;
  --destructive: 0 75% 60%;
  --destructive-foreground: 240 10% 10%;
  --border: 240 20% 20%;
  --input: 240 20% 20%;
  --ring: 345 75% 60%;
  --radius: 0.75rem;
  --chart-1: 345 75% 60%;
  --chart-2: 210 75% 60%;
  --chart-3: 270 75% 60%;
  --chart-4: 30 75% 60%;
  --chart-5: 0 75% 60%;
}