One-click skin switching for DSH Web settings: auto-detects installed themes, keeps exactly one active at a time, and falls back to the official look when all are off. Changes apply instantly and survive restarts.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:kinmat-A/dsh-theme-switch
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
DSH theme switch: auto-detects installed skin/theme plugins and offers one-click, official-style switching under Settings → Plugins → Skins.
Install
dsh plugin --profile web add github:kinmat-A/dsh-theme-switch
Restart dsh web afterwards (or install it from the dsh-market plugin, which hot-activates it), then open Settings → Plugins → Skins.
Usage
Switch skins from Settings → Plugins → Skins; after switching, refresh the browser page (Ctrl+F5) for the new skin to appear.
Screenshots
The skins tab (Settings → Plugins → Skins), dark theme:

Note: the themes shown in the screenshot are for display only.
Features
- Auto-detection: scans the profile's
dependenciesandbundles, recognizing skins by package name /skin.json/ bundle-patch rows. Missed skins can be added viaconfig.themes. - Mutually exclusive switching: clicking a skin's button enables it and disables all the others; clicking it again disables it.
- Official fallback: when every skin is off, the official DSH look applies automatically (the panel's "Official DSH skin" row has a matching button).
- Instant and restart-proof: switches are written to the home-layer patch
~/.dsh/cordis.patch.yml, which the dsh boot flow watches live and replays on every startup — no restart needed.
Development
pnpm install # first time (needs network)
pnpm run build:client # build the client (tsdown)
Structure
lib/index.js— host entry (plain ESM, zero dependencies): skin detection, home-patch read/write, HTTP API.src/client/index.tsx→lib/client.js— official-style settings tab (--dsw-alias-*tokens + primitives).- API:
GET /@dsh-external/dsh-theme-switch/api/themes,POST …/api/toggle {id}(id: "__official__"disables every skin).
License: BSD-3-Clause
Links
More in this category
dsh-market/dsh-market★ 301
(Recommended) The plugin market inside DSH: a Settings page to browse and search the full community catalog by category, with confirmed one-click installs and an installed-plugins view.
Sanqi-normal/dsh-webui-market-plugin★ 53
In-harness plugin market for the dsh web GUI: browse the awesome-dsh-plugin.com catalog and install/uninstall plugins into a profile from Settings → Plugins → Plugin Market.
whyihaveyou/dsh-suite#plugin-manager★ 31
In-app plugin store for the DSH Web UI: browse, search, one-click install, compat badges.
Noob-stupid/dsh-plugin-hub★ 25
A plugin management panel: one-click enable/disable for installed plugins plus a GitHub dsh-plugin marketplace with details and one-click installs.
yyyyukari/dsh-plugin-workshop★ 23
Steam Workshop-style in-app plugin browser: search, hot/newest/trending (7/30/90-day) sorting, Chinese keyword mapping, bilingual descriptions and README translation, plugin-signature filtering, and one-click install/update.
liqichen/dsh-plugin-manager★ 4
GUI in the DSH settings panel: toggle/delete MCP servers, browse and trash skills, and list built-in plugin packages — hot-applied without restart.