Upload an image as a full-window frosted-glass theme: sidebar/conversation/details share one frost layer, Save/Delete, official Light/Dark/System stay in charge.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:SenryLee/dsh-frosted-window
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
English | 中文
A DeepSeek Harness Web theme plugin. Upload an image, fill the window, and sit the sidebar, conversation, and details on one frosted-glass layer. Official Light / Dark / System stay in charge.
dsh plugin --profile web add github:SenryLee/dsh-frosted-window
Restart dsh web, then open Settings → Frosted.

Features
- Local JPEG / PNG / WebP / GIF upload, no file-size cap
- Full-window wallpaper with the same frost on sidebar, conversation, and details
- Sliders: glass density, blur, saturation, wallpaper dim
- Save / Delete so you can preview, then persist, then replace
- Toggle: green on, gray off; turn it off to restore the official look
- Does not steal official appearance:
overrideTokensonly, neversetTheme('custom')
The image lives in IndexedDB; knobs live in localStorage. Nothing is written to $DSH_HOME/settings.yaml, and nothing is fetched from a URL.
Install
dsh web must already run (the usual profile name is web).
A. From GitHub (recommended)
dsh plugin --profile web add github:SenryLee/dsh-frosted-window
pnpm ≥ 10 refuses git prepare scripts until you allow them. If the first add fails, put this in the profile's pnpm-workspace.yaml (usually ~/.dsh/profiles/web/pnpm-workspace.yaml) and add again:
allowBuilds:
dsh-frosted-window: true
The repo already ships lib/. Allowing the build only recompiles on a source install.
B. From a Release tarball
No allowBuilds needed:
dsh plugin --profile web add https://github.com/SenryLee/dsh-frosted-window/releases/latest/download/dsh-frosted-window-0.1.0.tgz
If dsh is not on PATH
npx @deepseek-ai/dsh plugin --profile web add github:SenryLee/dsh-frosted-window
pnpm must be on PATH as well.
Use
- Quit and start
dsh webagain (a page refresh is not enough). - Open Settings at the bottom of the left rail.
- Open Frosted (or the same panel under General, below Appearance).
- Enable the theme, drop an image, tune the sliders.
- Click Save. The chip reads Saved when the next launch will restore it.
Replace: pick another image → Save. Clear: Delete.
Settings → Plugins lists the technical name frosted-window / dsh-frosted-window. Upload lives on the Frosted settings page, not in that catalog.
Uninstall
dsh plugin --profile web remove dsh-frosted-window
Then restart dsh web.
Develop
npm install
npm test
npm run build
Ships as dsh.bundle + dsh.client per the official package-and-install contract.
License
MIT
Links
More in this category
Small-tailqwq/dsh-deep-whale#maid-atelier★ 925
Whale-girl skin series for the DSH Web UI (maid-atelier).
GGBond2424648901/deep-whale-day-night-theme★ 47
Day/night whale-girl skin: a crystal workshop by day and a moon-tide observatory by night, with paired scenes, chibi companions, ornaments, and lightweight bubble and star ambience.
KinGao294/dsh-skin★ 14
Codex-style skin switcher plus a custom wallpaper layer with opacity and blur controls.
RevolutionLA/dsh-dream-skin★ 8
One-command skin plugin: 8 original themes, translucent wallpaper with opacity/blur, per-user accent, and shareable theme-pack import/export, favorites and surprise-me — purely native on DSH's token system.
zhijun-dai/Catppuccin-dsh-theme★ 7
Catppuccin theme plugin: Latte, Frappé, Macchiato, and Mocha skins for the DSH Web theme runtime.
tianyhjg-lab/dsh-font★ 6
Font switcher for the DSH Web GUI: 99 UI fonts and 31 code fonts with CJK-Latin pairing stacks, instant apply and localStorage persistence.