"monokai" shadcn/ui theme

futuristic
high-contrast
vibrant
innovative
immersive
neon-inspired
monokai-redefined
bold
modern
experimental

Shadcn/ui Theme Css Variables

name: Neon Monokaikeyword: monokai views: 26

:root {
  --background: 268 100% 5%;
  --foreground: 80 100% 85%;
  --card: 268 100% 10%;
  --card-foreground: 80 100% 90%;
  --popover: 268 100% 15%;
  --popover-foreground: 80 100% 95%;
  --primary: 327 100% 60%;
  --primary-foreground: 268 100% 5%;
  --secondary: 40 100% 60%;
  --secondary-foreground: 268 100% 5%;
  --muted: 268 100% 20%;
  --muted-foreground: 80 100% 80%;
  --accent: 200 100% 60%;
  --accent-foreground: 268 100% 5%;
  --destructive: 0 100% 60%;
  --destructive-foreground: 80 100% 85%;
  --border: 327 100% 60%;
  --input: 327 100% 60%;
  --ring: 327 100% 60%;
  --radius: 0.75rem;
  --chart-1: 327 100% 60%;
  --chart-2: 40 100% 60%;
  --chart-3: 200 100% 60%;
  --chart-4: 80 100% 60%;
  --chart-5: 268 100% 60%;
}