"quickbooks" shadcn/ui theme

futuristic
high-contrast
vibrant
immersive
experimental
modern
bold
color-forward
readable
unified

Shadcn/ui Theme Css Variables

name: Neon Pulsekeyword: quickbooks views: 14

:root {
  --background: 260 90% 20%;
  --foreground: 60 100% 92%;
  --card: 260 85% 25%;
  --card-foreground: 60 100% 92%;
  --popover: 260 85% 25%;
  --popover-foreground: 60 100% 92%;
  --primary: 330 100% 50%;
  --primary-foreground: 60 100% 92%;
  --secondary: 190 100% 50%;
  --secondary-foreground: 260 90% 20%;
  --muted: 260 80% 30%;
  --muted-foreground: 60 100% 80%;
  --accent: 45 100% 50%;
  --accent-foreground: 260 90% 20%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 60 100% 92%;
  --border: 260 80% 40%;
  --input: 260 80% 40%;
  --ring: 330 100% 50%;
  --radius: 1rem;
  --chart-1: 330 100% 50%;
  --chart-2: 190 100% 50%;
  --chart-3: 45 100% 50%;
  --chart-4: 0 100% 50%;
  --chart-5: 260 100% 70%;
}