"Note" shadcn/ui theme

futuristic
high-contrast
neon
immersive
bold-colors
experimental
modern
vibrant
readable
unified-theme

Shadcn/ui Theme Css Variables

name: Neon Pulsekeyword: Note views: 4

:root {
  --background: 240 100% 5%;
  --foreground: 60 100% 90%;
  --card: 240 100% 10%;
  --card-foreground: 60 100% 90%;
  --popover: 240 100% 10%;
  --popover-foreground: 60 100% 90%;
  --primary: 300 100% 50%;
  --primary-foreground: 60 100% 90%;
  --secondary: 180 100% 50%;
  --secondary-foreground: 240 100% 5%;
  --muted: 240 100% 20%;
  --muted-foreground: 60 100% 70%;
  --accent: 120 100% 50%;
  --accent-foreground: 240 100% 5%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 60 100% 90%;
  --border: 240 100% 30%;
  --input: 240 100% 30%;
  --ring: 300 100% 50%;
  --radius: 0.75rem;
  --chart-1: 12 100% 50%;
  --chart-2: 173 100% 50%;
  --chart-3: 197 100% 50%;
  --chart-4: 43 100% 50%;
  --chart-5: 27 100% 50%;
}