{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "palettes",
  "title": "Palettes",
  "description": "The alternate palettes shipped by the theme, as data for a palette picker.",
  "files": [
    {
      "path": "src/lib/palettes.ts",
      "content": "/* GENERATED by scripts/generate-tokens.mjs — do not edit by hand. */\n\n/**\n * The palettes shipped in `styles.css`, beyond the default.\n *\n * Setting `data-palette` to one of these ids — on `<html>`, or on any element\n * — re-points every M3 role beneath it. `ThemeProvider` does it for you.\n */\nexport const PALETTES = [\n  { id: \"ocean\", label: \"Ocean\", hue: 250 },\n  { id: \"forest\", label: \"Forest\", hue: 150 },\n  { id: \"ember\", label: \"Ember\", hue: 55 },\n  { id: \"rose\", label: \"Rose\", hue: 15 },\n] as const\n\n/** A palette id, or `\"baseline\"` for the kit's own scheme. */\nexport type Palette = \"baseline\" | (typeof PALETTES)[number][\"id\"]\n",
      "type": "registry:lib"
    }
  ],
  "categories": [
    "theme"
  ],
  "type": "registry:lib"
}