{
  "$description": "W3C Design Tokens (DTCG) source for the `dark` theme entry in starter-kit.dsds.yaml. Redeclares only what differs from `light` — the theme entry says so in its own note, and its `rel: extends` ref to `light` is what tells a consumer to resolve the rest from there rather than expecting this file to be complete.",
  "color": {
    "$type": "color",
    "surface": {
      "default": { "$value": "#121212" },
      "raised": { "$value": "#1e1e1e" }
    },
    "action": {
      "primary": {
        "bg": { "$value": "#5b8cff" },
        "label": { "$value": "#0a0a0a" }
      }
    },
    "text": {
      "default": { "$value": "#f2f2f2" },
      "muted": { "$value": "#a1a1a1" }
    }
  }
}
