"claude" shadcn/ui theme

futuristic
neon
high-contrast
immersive
experimental
bold-colors
tech-inspired
modern
vibrant
edgy

Shadcn/ui Theme Css Variables

name: Neon Futurismkeyword: claude views: 4

:root {
  --background: 280 60% 10%;
  --foreground: 120 70% 80%;
  --card: 280 60% 15%;
  --card-foreground: 120 70% 80%;
  --popover: 280 60% 20%;
  --popover-foreground: 120 70% 80%;
  --primary: 200 90% 50%;
  --primary-foreground: 280 60% 10%;
  --secondary: 220 80% 60%;
  --secondary-foreground: 280 60% 10%;
  --muted: 240 50% 40%;
  --muted-foreground: 120 70% 80%;
  --accent: 320 80% 70%;
  --accent-foreground: 280 60% 10%;
  --destructive: 0 90% 60%;
  --destructive-foreground: 280 60% 10%;
  --border: 240 50% 40%;
  --input: 240 50% 40%;
  --ring: 200 90% 50%;
  --radius: 1rem;
  --chart-1: 200 90% 50%;
  --chart-2: 220 80% 60%;
  --chart-3: 240 50% 40%;
  --chart-4: 320 80% 70%;
  --chart-5: 120 70% 80%;
}