"knights" shadcn/ui theme

medieval
heroic
contrast
emotional
storytelling
modern
immersive
bold
chivalry
dynamic

Shadcn/ui Theme Css Variables

name: Knight's Talekeyword: knights views: 8

:root {
  --background: 210 20% 96%;
  --foreground: 0 0% 13%;
  --card: 0 0% 96%;
  --card-foreground: 0 0% 13%;
  --popover: 0 0% 96%;
  --popover-foreground: 0 0% 13%;
  --primary: 20 50% 50%;
  --primary-foreground: 0 0% 96%;
  --secondary: 200 50% 40%;
  --secondary-foreground: 0 0% 96%;
  --muted: 210 20% 96%;
  --muted-foreground: 0 0% 40%;
  --accent: 350 70% 55%;
  --accent-foreground: 0 0% 96%;
  --destructive: 10 70% 55%;
  --destructive-foreground: 0 0% 96%;
  --border: 0 0% 80%;
  --input: 0 0% 80%;
  --ring: 20 50% 50%;
  --radius: 0.75rem;
  --chart-1: 20 50% 50%;
  --chart-2: 200 50% 40%;
  --chart-3: 350 70% 55%;
  --chart-4: 10 70% 55%;
  --chart-5: 0 0% 40%;
} 

.dark {
  --background: 0 0% 13%;
  --foreground: 0 0% 96%;
  --card: 0 0% 13%;
  --card-foreground: 0 0% 96%;
  --popover: 0 0% 13%;
  --popover-foreground: 0 0% 96%;
  --primary: 20 50% 50%;
  --primary-foreground: 0 0% 96%;
  --secondary: 200 50% 40%;
  --secondary-foreground: 0 0% 96%;
  --muted: 0 0% 13%;
  --muted-foreground: 0 0% 60%;
  --accent: 350 70% 55%;
  --accent-foreground: 0 0% 96%;
  --destructive: 10 70% 55%;
  --destructive-foreground: 0 0% 96%;
  --border: 0 0% 40%;
  --input: 0 0% 40%;
  --ring: 20 50% 50%;
  --radius: 0.75rem;
  --chart-1: 20 50% 50%;
  --chart-2: 200 50% 40%;
  --chart-3: 350 70% 55%;
  --chart-4: 10 70% 55%;
  --chart-5: 0 0% 60%;
}