Thanks for promoting an open standard for DESIGN.md. Our token set has ~100 role tokens maintained in parallel for light and dark. What if the spec were extended to support something like this?
---
version: alpha
name: AcmeOrg
themes: [light, dark]
default-theme: light
colors:
surface: { light: "#ffffff", dark: "#1b1a18" }
on-surface: { light: "#2a2825", dark: "#f3f0ec" }
brand-accent: "#5f3dc4"
components:
button: { backgroundColor: "{colors.surface}" } # resolves per active theme
---
Thanks for promoting an open standard for DESIGN.md. Our token set has ~100 role tokens maintained in parallel for light and dark. What if the spec were extended to support something like this?