"一个交易记录统计分析的APP" shadcn/ui theme

futuristic
high-contrast
cyberpunk
immersive
bold-colors
modern
experimental
readable
cohesive
vibrant

Shadcn/ui Theme Css Variables

name: Neon Ledgerkeyword: 一个交易记录统计分析的APP views: 28

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