"apple" shadcn/ui theme

futuristic
high-contrast
neon
immersive
bold-colors
experimental
modern
tech-inspired
vibrant
unconventional

Shadcn/ui Theme Css Variables

name: Neon Orchardkeyword: apple views: 2

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