Turtle fac6c35e9a Trim redundant source comments 1 kuukausi sitten
..
src fac6c35e9a Trim redundant source comments 1 kuukausi sitten
tests a6a3807a07 feat(gui): step1 skeleton — dsc web serves built web UI over booted harness host 2 kuukautta sitten
README.md a6a3807a07 feat(gui): step1 skeleton — dsc web serves built web UI over booted harness host 2 kuukautta sitten
package.json c2e0c16d6a refactor(gui): one plugin-package shape — dshClient manifests, clientBundle preset, purity gate over all nine 2 kuukautta sitten
tsconfig.json 19e6f7d907 refactor(tsconfig): single root solution graph over host/client aggregates 2 kuukautta sitten
tsdown.config.ts a6a3807a07 feat(gui): step1 skeleton — dsc web serves built web UI over booted harness host 2 kuukautta sitten

README.md

@deepseek-ai/dsh-client-ui-theme

Theme plugin: ThemeService over the --dsw-* token base stylesheets (static scale + alias semantic layers); apply(id) toggles the body[data-ds-dark-theme] attribute, so theme switches are pure CSS cascade. Contract: api-contracts v3 §8.

Model Experience

None, as the theme service toggles browser CSS; nothing here reaches a model request.

KV Cache effect

None; this package neither assembles nor sends a provider request.

Known Limitations and Deferred Work

  • No theme-switch control ships in P-I — the service surface (register/apply/current) is complete but no UI owner mounts a toggle; switching happens programmatically.
  • Third-party themes are a surface, not a product — registering one means overriding same-named alias variables; no validation exists that an override set is complete.
  • The token sheets are the sole color authority — values absent from cssdesign (for example the design's #4176E6 tab blue) are deliberately not appended; the nearest semantic token wins (arbitrated 2026-07-22).