{
  "name": "settings-appearance",
  "kind": "block",
  "primary": "card-ui",
  "page": "/catalog/ui-patterns/app/settings-appearance/settings-appearance.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<card-ui>\n  <header>\n    <h3>Appearance</h3>\n    <p slot=\"description\">Theme, density, radius, and color scheme</p>\n  </header>\n  <section>\n    <theme-panel persist parametric presets scheme-toggle></theme-panel>\n  </section>\n</card-ui>",
  "source": "catalog/ui-patterns/app/settings-appearance/settings-appearance.contents.html",
  "metadata": {
    "domain": "settings",
    "description": "Appearance settings section — theme picker, density + radius sliders, color-scheme toggle.",
    "keywords": [
      "settings",
      "appearance",
      "theme",
      "density",
      "radius",
      "color-scheme",
      "dark-mode",
      "preferences",
      "ui-controls"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Appearance"
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "textContent": "Theme, density, radius, and color scheme"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "theme-panel",
      "component": "ThemePanel",
      "parametric": true,
      "persist": true,
      "presets": true,
      "scheme-toggle": true
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "children": [
        "theme-panel"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "children": [
        "header",
        "section"
      ]
    }
  ]
}
