Docs Themes
Sumi ink (dark)stable
Dark mode as an editorial decision: ink and paper trade places. Override values live in tokens/themes/sumi.tokens.json; this entity records what changes and why.
Guidelines
- mustApply via data-theme="dark" on the document root only; never theme a subtree.
- mustThe theme is applied before first paint by the inline script in the app layout; do not add component-level theme reads that race it.