"ai" shadcn/ui theme

futuristic
neon aesthetic
digital transformation
cyberpunk
AI-driven
high-contrast
modern tech
dynamic emotions
immersive experience
innovative design

Shadcn/ui Theme Css Variables

name: Neon Circuitkeyword: ai views: 18

:root {
  --background: 240 10% 3.9%;
  --foreground: 0 0% 98%;
  --card: 240 10% 3.9%;
  --card-foreground: 0 0% 98%;
  --popover: 240 10% 3.9%;
  --popover-foreground: 0 0% 98%;
  --primary: 263 70% 50%;
  --primary-foreground: 0 0% 98%;
  --secondary: 212 92% 45%;
  --secondary-foreground: 0 0% 98%;
  --muted: 240 3.7% 15.9%;
  --muted-foreground: 240 5% 64.9%;
  --accent: 158 64% 52%;
  --accent-foreground: 240 10% 3.9%;
  --destructive: 0 72.2% 50.6%;
  --destructive-foreground: 0 0% 98%;
  --border: 240 3.7% 15.9%;
  --input: 240 3.7% 15.9%;
  --ring: 263 70% 50%;
  --radius: 0.75rem;
  --chart-1: 263 70% 50%;
  --chart-2: 212 92% 45%;
  --chart-3: 158 64% 52%;
  --chart-4: 0 72.2% 50.6%;
  --chart-5: 240 5% 64.9%;
} 

.dark {
  --background: 0 0% 98%;
  --foreground: 240 10% 3.9%;
  --card: 0 0% 98%;
  --card-foreground: 240 10% 3.9%;
  --popover: 0 0% 98%;
  --popover-foreground: 240 10% 3.9%;
  --primary: 263 70% 50%;
  --primary-foreground: 0 0% 98%;
  --secondary: 212 92% 45%;
  --secondary-foreground: 0 0% 98%;
  --muted: 0 0% 96.1%;
  --muted-foreground: 240 3.7% 45.9%;
  --accent: 158 64% 52%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 72.2% 50.6%;
  --destructive-foreground: 0 0% 98%;
  --border: 240 3.7% 90.9%;
  --input: 240 3.7% 90.9%;
  --ring: 263 70% 50%;
  --radius: 0.75rem;
  --chart-1: 263 70% 50%;
  --chart-2: 212 92% 45%;
  --chart-3: 158 64% 52%;
  --chart-4: 0 72.2% 50.6%;
  --chart-5: 240 5% 64.9%;
}