"monokai" shadcn/ui theme

high-contrast
vibrant
programmer-friendly
syntax-highlighting-inspired
warm-accent
cool-background
playful
modern
dark-mode-optimized
light-mode-optimized
accessible
bold-colors
creative
tech-inspired
eye-catching
balanced
functional
dynamic
expressive
contrasting-modes

Shadcn/ui Theme Css Variables

name: Monokai Prokeyword: monokai views: 6

:root {
  --background: 60 9% 98%;
  --foreground: 240 5% 26%;
  --card: 60 9% 98%;
  --card-foreground: 240 5% 26%;
  --popover: 60 9% 98%;
  --popover-foreground: 240 5% 26%;
  --primary: 41 86% 58%;
  --primary-foreground: 240 5% 26%;
  --secondary: 166 72% 38%;
  --secondary-foreground: 60 9% 98%;
  --muted: 60 9% 90%;
  --muted-foreground: 240 5% 40%;
  --accent: 316 73% 69%;
  --accent-foreground: 240 5% 26%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 60 9% 98%;
  --border: 240 5% 85%;
  --input: 240 5% 85%;
  --ring: 41 86% 58%;
  --radius: 0.75rem;
  --chart-1: 41 86% 58%;
  --chart-2: 166 72% 38%;
  --chart-3: 316 73% 69%;
  --chart-4: 197 71% 73%;
  --chart-5: 0 84% 60%;
} 

.dark {
  --background: 240 5% 9%;
  --foreground: 60 9% 98%;
  --card: 240 5% 9%;
  --card-foreground: 60 9% 98%;
  --popover: 240 5% 9%;
  --popover-foreground: 60 9% 98%;
  --primary: 41 86% 58%;
  --primary-foreground: 240 5% 9%;
  --secondary: 166 72% 38%;
  --secondary-foreground: 240 5% 9%;
  --muted: 240 5% 15%;
  --muted-foreground: 60 9% 70%;
  --accent: 316 73% 69%;
  --accent-foreground: 240 5% 9%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 60 9% 98%;
  --border: 240 5% 25%;
  --input: 240 5% 25%;
  --ring: 41 86% 58%;
  --radius: 0.75rem;
  --chart-1: 41 86% 58%;
  --chart-2: 166 72% 38%;
  --chart-3: 316 73% 69%;
  --chart-4: 197 71% 73%;
  --chart-5: 0 84% 60%;
}