"github" shadcn/ui theme

code-inspired
modern-tech
high-contrast
minimalist
light-dark-themes
developer-friendly
clean-interface
visual-clarity
dynamic-colors
professional

Shadcn/ui Theme Css Variables

name: Github Aetherkeyword: github views: 20

:root {
  --background: 0 0% 98%;
  --foreground: 0 0% 12%;
  --card: 0 0% 95%;
  --card-foreground: 0 0% 12%;
  --popover: 0 0% 95%;
  --popover-foreground: 0 0% 12%;
  --primary: 210 80% 50%;
  --primary-foreground: 0 0% 98%;
  --secondary: 210 60% 90%;
  --secondary-foreground: 0 0% 12%;
  --muted: 0 0% 90%;
  --muted-foreground: 0 0% 40%;
  --accent: 120 60% 50%;
  --accent-foreground: 0 0% 12%;
  --destructive: 0 80% 50%;
  --destructive-foreground: 0 0% 98%;
  --border: 210 60% 80%;
  --input: 0 0% 90%;
  --ring: 210 80% 50%;
  --chart-1: 210 80% 50%;
  --chart-2: 120 60% 50%;
  --chart-3: 0 80% 50%;
  --chart-4: 210 60% 90%;
  --chart-5: 0 0% 90%;
} 

.dark {
  --background: 0 0% 12%;
  --foreground: 0 0% 98%;
  --card: 0 0% 15%;
  --card-foreground: 0 0% 98%;
  --popover: 0 0% 15%;
  --popover-foreground: 0 0% 98%;
  --primary: 210 80% 50%;
  --primary-foreground: 0 0% 98%;
  --secondary: 210 60% 20%;
  --secondary-foreground: 0 0% 98%;
  --muted: 0 0% 20%;
  --muted-foreground: 0 0% 60%;
  --accent: 120 60% 50%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 80% 50%;
  --destructive-foreground: 0 0% 98%;
  --border: 210 60% 20%;
  --input: 0 0% 20%;
  --ring: 210 80% 50%;
  --chart-1: 210 80% 50%;
  --chart-2: 120 60% 50%;
  --chart-3: 0 80% 50%;
  --chart-4: 210 60% 20%;
  --chart-5: 0 0% 20%;
}