{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "theme-colors",
  "type": "registry:style",
  "title": "Custom Theme Colors",
  "description": "Selector-driven Pantoken brand-color remapping for 13 color namespaces.",
  "author": "pantoken <https://pantoken.app>",
  "dependencies": [
    "@pantoken/plugin-custom-theme-colors"
  ],
  "registryDependencies": [
    "@pantoken/base"
  ],
  "css": {
    "@import \"@pantoken/plugin-custom-theme-colors/custom-theme-colors.css\"": {}
  },
  "categories": [
    "themes",
    "plugins"
  ],
  "docs": "Select a color with data-pantoken-color on the document root.",
  "meta": {
    "framework": "css",
    "sourcePackage": "@pantoken/plugin-custom-theme-colors"
  }
}
