"book" shadcn/ui theme

experimental
high-contrast
futuristic
immersive
bold-colors

Shadcn/ui Theme Css Variables

name: Biblioteckeyword: book views: 2

:root {
  --background: 240 10% 3.9%;
  --foreground: 0 0% 100%;
  --card: 240 10% 6.9%;
  --card-foreground: 0 0% 100%;
  --popover: 240 10% 6.9%;
  --popover-foreground: 0 0% 100%;
  --primary: 142.1 76.2% 36.3%;
  --primary-foreground: 240 10% 3.9%;
  --secondary: 240 10% 10%;
  --secondary-foreground: 0 0% 100%;
  --muted: 240 10% 10%;
  --muted-foreground: 240 3.8% 46.1%;
  --accent: 240 10% 10%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;
  --border: 240 10% 14%;
  --input: 240 10% 14%;
  --ring: 142.1 76.2% 36.3%;
  --radius: 0.75rem;
  --chart-1: 12 76% 61%;
  --chart-2: 173 58% 39%;
  --chart-3: 197 37% 24%;
  --chart-4: 43 74% 66%;
  --chart-5: 27 87% 67%;
}