{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "theme-house",
  "title": "Theme: Archway House (teal/zinc)",
  "description": "The ArchwayAI house analytics theme — teal accent, zinc neutrals, mono numbers. Also the adopted theme for the Bali Body Intelligence app. Apply these brand tokens in a consumer repo, then add the brand-agnostic primitives (kpi-card, analytics-area-chart, etc.).",
  "cssVars": {
    "theme": {
      "font-sans": "var(--font-geist-sans)",
      "font-mono": "var(--font-geist-mono)"
    },
    "light": {
      "background": "40 20% 98%",
      "foreground": "240 6% 10%",
      "primary": "172 85% 32%",
      "primary-foreground": "0 0% 100%",
      "accent": "166 76% 97%",
      "accent-foreground": "240 6% 10%",
      "ring": "172 85% 32%",
      "radius": "0.5rem"
    },
    "dark": {
      "background": "240 10% 4%",
      "foreground": "0 0% 98%",
      "primary": "172 66% 40%",
      "primary-foreground": "240 10% 4%",
      "accent": "240 4% 16%",
      "accent-foreground": "0 0% 98%",
      "ring": "172 66% 40%"
    }
  },
  "docs": "npx shadcn@latest add @archway-ai/theme-house. Brand-AGNOSTIC primitives reference these vars — swap this item for theme-magic-story (or any brand theme) to re-skin the same components. Numbers should use --font-mono (Geist Mono) — the highest-ROI analytics tell.",
  "type": "registry:style"
}