"monokai" shadcn/ui theme

cyberpunk
high-contrast
neon
futuristic
dark-theme
vibrant
bold-colors
immersive

Shadcn/ui Theme Css Variables

name: Neon Monokaikeyword: monokai views: 6

:root {
  --background: 270 80% 5%;
  --foreground: 75 88% 85%;
  --card: 270 80% 8%;
  --card-foreground: 75 88% 85%;
  --popover: 270 80% 10%;
  --popover-foreground: 75 88% 85%;
  --primary: 330 100% 71%;
  --primary-foreground: 270 80% 5%;
  --secondary: 210 100% 56%;
  --secondary-foreground: 270 80% 5%;
  --muted: 270 60% 15%;
  --muted-foreground: 75 60% 65%;
  --accent: 180 100% 50%;
  --accent-foreground: 270 80% 5%;
  --destructive: 0 100% 67%;
  --destructive-foreground: 270 80% 5%;
  --border: 270 60% 20%;
  --input: 270 60% 25%;
  --ring: 330 100% 71%;
  --radius: 0.75rem;
  --chart-1: 330 100% 71%;
  --chart-2: 210 100% 56%;
  --chart-3: 180 100% 50%;
  --chart-4: 75 88% 85%;
  --chart-5: 270 60% 40%;
}