{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "tokens",
  "type": "registry:theme",
  "title": "Alvkit Tokens",
  "description": "CSS custom properties the alvkit components read. Installed on its own or pulled in as a dependency of stat-card.",
  "cssVars": {
    "light": {
      "alvkit-accent": "oklch(0.55 0.18 150)"
    },
    "dark": {
      "alvkit-accent": "oklch(0.75 0.16 150)"
    }
  }
}
