"后台管理" shadcn/ui theme

high-tech
neon-accent
data-visualization
modern-dashboard
high-contrast
futuristic
vibrant-colors
professional
minimalist
cyberpunk-influenced
light-dark-theme
sleek-interface
functional-design
eye-catching
user-friendly
dynamic
bold
innovative
tech-savvy
efficient

Shadcn/ui Theme Css Variables

name: Neon Adminkeyword: 后台管理 views: 8

:root {
  --background: 240 10% 96%;
  --foreground: 240 10% 3%;
  --card: 240 10% 98%;
  --card-foreground: 240 10% 3%;
  --popover: 240 10% 98%;
  --popover-foreground: 240 10% 3%;
  --primary: 262 80% 60%;
  --primary-foreground: 0 0% 100%;
  --secondary: 190 80% 60%;
  --secondary-foreground: 240 10% 3%;
  --muted: 240 10% 90%;
  --muted-foreground: 240 10% 45%;
  --accent: 350 80% 60%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 80% 60%;
  --destructive-foreground: 0 0% 100%;
  --border: 240 10% 85%;
  --input: 240 10% 85%;
  --ring: 262 80% 60%;
  --radius: 0.75rem;
  --chart-1: 262 80% 60%;
  --chart-2: 190 80% 60%;
  --chart-3: 350 80% 60%;
  --chart-4: 40 80% 60%;
  --chart-5: 290 80% 60%;
} 

.dark {
  --background: 240 10% 3%;
  --foreground: 240 10% 96%;
  --card: 240 10% 5%;
  --card-foreground: 240 10% 96%;
  --popover: 240 10% 5%;
  --popover-foreground: 240 10% 96%;
  --primary: 262 80% 60%;
  --primary-foreground: 0 0% 100%;
  --secondary: 190 80% 60%;
  --secondary-foreground: 240 10% 96%;
  --muted: 240 10% 15%;
  --muted-foreground: 240 10% 70%;
  --accent: 350 80% 60%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 80% 60%;
  --destructive-foreground: 0 0% 100%;
  --border: 240 10% 20%;
  --input: 240 10% 20%;
  --ring: 262 80% 60%;
  --radius: 0.75rem;
  --chart-1: 262 80% 60%;
  --chart-2: 190 80% 60%;
  --chart-3: 350 80% 60%;
  --chart-4: 40 80% 60%;
  --chart-5: 290 80% 60%;
}