Skip to content

Dark theme tokens

This example provides the dark theme brand color companion used by the more elaborate fixtures. It mirrors the light palette structure while swapping the underlying color value.

See dark.tokens.json for the complete document.

Sample tokens

json
{
  "$version": "1.0.0",
  "color": {
    "$type": "color",
    "brand": {
      "$value": {
        "colorSpace": "srgb",
        "components": [0.8, 0, 0]
      }
    }
  }
}