"apple" shadcn/ui theme

Bold
Innovative
FutureTech
HighContrast
Vibrant
Immersive
Unified
EdgeDesign

Shadcn/ui Theme Css Variables

name: Neon Orchardkeyword: apple views: 2

:root {
  --background: 0 0% 0%;
  --foreground: 120 100% 97%;
  --card: 0 0% 0%;
  --card-foreground: 120 100% 97%;
  --popover: 0 0% 0%;
  --popover-foreground: 120 100% 97%;
  --primary: 88 100% 50%;
  --primary-foreground: 0 0% 0%;
  --secondary: 120 100% 20%;
  --secondary-foreground: 120 100% 97%;
  --muted: 120 100% 20%;
  --muted-foreground: 120 100% 70%;
  --accent: 120 100% 20%;
  --accent-foreground: 120 100% 97%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 120 100% 97%;
  --border: 120 100% 20%;
  --input: 120 100% 20%;
  --ring: 88 100% 50%;
  --radius: 0.75rem;
  --chart-1: 0 100% 50%;
  --chart-2: 88 100% 50%;
  --chart-3: 120 100% 50%;
  --chart-4: 180 100% 50%;
  --chart-5: 240 100% 50%;
}