Print Desk

The Atom design system, rendered live from its own tokens and components — it cannot drift from what ships.

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.

dark-modethemesumioverride

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.