{
  "$description": "W3C Design Tokens (DTCG) source for the `dark` theme entry's overrides (examples/entries/dark.yaml points here via refs, rel: file). Illustrative and partial by design: a theme's DTCG file redeclares only the tokens that differ from the base, which is exactly what makes DSDS's point-don't-copy rule work — the theme entry documents what the theme is for, this file owns the values.",
  "color": {
    "surface": {
      "default": {
        "$type": "color",
        "$value": "#121212"
      },
      "raised": {
        "$type": "color",
        "$value": "#1e1e1e"
      }
    },
    "action": {
      "primary": {
        "bg": {
          "$type": "color",
          "$value": "#5b8cff",
          "$description": "Lightened so it keeps its contrast ratio against the dark surface."
        },
        "label": {
          "$type": "color",
          "$value": "#0a0a0a"
        }
      }
    }
  }
}
