"quickbooks" shadcn/ui theme

modern
vibrant
contrast
professional
bold
dynamic
clean
tech-inspired
data-driven
user-friendly
adaptive
futuristic

Shadcn/ui Theme Css Variables

name: QuantumBookskeyword: quickbooks views: 12

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

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