"message input wiht a ai model selector" shadcn/ui theme

futuristic
minimalist
high-contrast
tech-inspired
immersive
ai-centric
modern-interface
adaptive-theming
user-focused
sleek-design

Shadcn/ui Theme Css Variables

name: Neo-Interfacekeyword: message input wiht a ai model selector views: 28

:root {
  --background: 240 10% 96%;
  --foreground: 240 10% 20%;
  --card: 240 10% 98%;
  --card-foreground: 240 10% 20%;
  --popover: 240 10% 98%;
  --popover-foreground: 240 10% 20%;
  --primary: 240 50% 60%;
  --primary-foreground: 240 10% 98%;
  --secondary: 240 30% 80%;
  --secondary-foreground: 240 10% 20%;
  --muted: 240 20% 90%;
  --muted-foreground: 240 10% 40%;
  --accent: 240 40% 70%;
  --accent-foreground: 240 10% 98%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 240 10% 98%;
  --border: 240 20% 85%;
  --input: 240 20% 90%;
  --ring: 240 50% 60%;
  --radius: 0.75rem;
  --chart-1: 240 50% 60%;
  --chart-2: 240 40% 70%;
  --chart-3: 240 30% 80%;
  --chart-4: 240 20% 90%;
  --chart-5: 240 10% 96%;
} 

.dark {
  --background: 240 10% 10%;
  --foreground: 240 10% 90%;
  --card: 240 10% 15%;
  --card-foreground: 240 10% 90%;
  --popover: 240 10% 15%;
  --popover-foreground: 240 10% 90%;
  --primary: 240 50% 40%;
  --primary-foreground: 240 10% 90%;
  --secondary: 240 30% 20%;
  --secondary-foreground: 240 10% 90%;
  --muted: 240 20% 25%;
  --muted-foreground: 240 10% 60%;
  --accent: 240 40% 30%;
  --accent-foreground: 240 10% 90%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 240 10% 90%;
  --border: 240 20% 30%;
  --input: 240 20% 25%;
  --ring: 240 50% 40%;
  --radius: 0.75rem;
  --chart-1: 240 50% 40%;
  --chart-2: 240 40% 30%;
  --chart-3: 240 30% 20%;
  --chart-4: 240 20% 15%;
  --chart-5: 240 10% 10%;
}