"黑白灰" shadcn/ui theme

minimalist
high-contrast
sophisticated
timeless
monochromatic
modern
elegant
versatile
clean
neutral
professional
luxury
scalable
accessible
balanced
subtle
refined
graphic
structured
calm

Shadcn/ui Theme Css Variables

name: Monochrome Elegancekeyword: 黑白灰 views: 194

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

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