"green" shadcn/ui theme

futuristic
high-contrast
immersive
bold-colors
experimental
modern
vibrant
unified-theme
readable
green-theme

Shadcn/ui Theme Css Variables

name: Neon Junglekeyword: green views: 20

:root {
  --background: 120 100% 10%;
  --foreground: 120 100% 90%;
  --card: 120 100% 15%;
  --card-foreground: 120 100% 90%;
  --popover: 120 100% 15%;
  --popover-foreground: 120 100% 90%;
  --primary: 120 100% 50%;
  --primary-foreground: 120 100% 10%;
  --secondary: 120 100% 20%;
  --secondary-foreground: 120 100% 90%;
  --muted: 120 100% 25%;
  --muted-foreground: 120 100% 70%;
  --accent: 120 100% 30%;
  --accent-foreground: 120 100% 90%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 0 100% 90%;
  --border: 120 100% 40%;
  --input: 120 100% 40%;
  --ring: 120 100% 50%;
  --radius: 0.75rem;
  --chart-1: 120 100% 50%;
  --chart-2: 120 100% 60%;
  --chart-3: 120 100% 70%;
  --chart-4: 120 100% 80%;
  --chart-5: 120 100% 90%;
}