dsh-plugin-theme

August 18, 2026 · View on GitHub

Mirror of the upstream packages/client/ui-theme. The five curated themes (Tipsy Space, Aurora, Sumi, Ember, etc.) plus the runtime server that drives --dsw-* CSS tokens.

This is upstream's own ui-theme package exported as a standalone repo so you can install it without a full harness checkout. It is not a separately-published npm package — INSTALL.md walks through grafting it back into a fresh upstream checkout.

What's inside

packages/client/ui-theme/    ← the package, verbatim

No patch diffs are needed because ui-theme is already registered in upstream's packages/bundle/web-app/cordis.patch.yml. The only thing you do is copy the directory.

Install

See INSTALL.md.

Sync with upstream

When upstream ui-theme moves, refresh this mirror:

# from your upstream harness checkout
cp -r packages/client/ui-theme/. /path/to/dsh-plugin-theme/packages/client/ui-theme/
git diff --stat
git commit -am "sync with upstream"

Mirror commits track upstream's ui-theme history; the mirror is not a fork of the harness repo.