{
  "id": "zephyr",
  "name": "Zephyr",
  "group": "custom",
  "author": "Inspired by Tailwind CSS",
  "description": "Sky blue on slate. Utility-first neutrals, crisp and endlessly legible.",
  "radius": "0.5rem",
  "fonts": {
    "sans": "\"Inter\", system-ui, -apple-system, \"Segoe UI\", sans-serif",
    "mono": "\"Fira Code\", ui-monospace, SFMono-Regular, Menlo, monospace"
  },
  "icons": {
    "set": "lucide"
  },
  "light": {
    "background": "#f8fafc",
    "foreground": "#0f172a",
    "card": "#ffffff",
    "card-foreground": "#0f172a",
    "popover": "#ffffff",
    "popover-foreground": "#0f172a",
    "primary": "#0284c7",
    "primary-foreground": "#111111",
    "secondary": "#e2e8f0",
    "secondary-foreground": "#0f172a",
    "muted": "#f1f5f9",
    "muted-foreground": "#64748b",
    "accent": "#e0f2fe",
    "accent-foreground": "#075985",
    "destructive": "#dc2626",
    "destructive-foreground": "#ffffff",
    "border": "#cbd5e1",
    "input": "#e2e8f0",
    "ring": "#0284c7",
    "success": "#16a34a",
    "success-foreground": "#111111",
    "warning": "#ca8a04",
    "warning-foreground": "#111111",
    "info": "#0284c7",
    "info-foreground": "#111111",
    "sidebar": "#f1f5f9",
    "sidebar-foreground": "#0f172a",
    "sidebar-primary": "#0284c7",
    "sidebar-primary-foreground": "#111111",
    "sidebar-accent": "#e0f2fe",
    "sidebar-accent-foreground": "#075985",
    "sidebar-border": "#cbd5e1",
    "sidebar-ring": "#0284c7"
  },
  "dark": {
    "background": "#0f172a",
    "foreground": "#e2e8f0",
    "card": "#1e293b",
    "card-foreground": "#e2e8f0",
    "popover": "#1e293b",
    "popover-foreground": "#e2e8f0",
    "primary": "#38bdf8",
    "primary-foreground": "#111111",
    "secondary": "#1e293b",
    "secondary-foreground": "#e2e8f0",
    "muted": "#172033",
    "muted-foreground": "#94a3b8",
    "accent": "#0c4a6e",
    "accent-foreground": "#7dd3fc",
    "destructive": "#f87171",
    "destructive-foreground": "#111111",
    "border": "#334155",
    "input": "#1e293b",
    "ring": "#38bdf8",
    "success": "#4ade80",
    "success-foreground": "#111111",
    "warning": "#facc15",
    "warning-foreground": "#111111",
    "info": "#38bdf8",
    "info-foreground": "#111111",
    "sidebar": "#020617",
    "sidebar-foreground": "#e2e8f0",
    "sidebar-primary": "#38bdf8",
    "sidebar-primary-foreground": "#111111",
    "sidebar-accent": "#0c4a6e",
    "sidebar-accent-foreground": "#7dd3fc",
    "sidebar-border": "#334155",
    "sidebar-ring": "#38bdf8"
  },
  "shadow": "soft",
  "fontImport": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Fira+Code:wght@400;500&display=swap"
}
