LiteGlass — a lightweight appearance skin for DeepSeek Harness Web UI: wallpaper, glass-like transparency, and accent color. Server-side settings, multi-device, leaves native light/dark mode alone.
在 DeepSeek Harness 终端运行:
dsh plugin --profile web add dsh-ui-liteglassLiteGlass — English | 简体中文
A lightweight appearance skin for DeepSeek Harness.
Wallpaper. Glass. Accent. That's it.
Real captures of the running plugin — light / dark main interface and the
Appearance settings — under docs/screenshots/, wired intoscreenshots.json for storefront display.



Custom Wallpaper
Glass-like Panels
Accent Color
theme.overrideTokens seam| Field | Value |
|---|---|
| package | dsh-ui-liteglass |
| display name | LiteGlass |
| plugin id (client module / settings.section / theme source) | dsh-ui-liteglass |
| rowId / wiring.id (loader entry / skin-market) | ui-liteglass |
rowId matches the loader entry id in cordis.patch.yml, which is what skin
markets use for mutual-exclusion wiring. See docs/IDENTITY.md for the canonical
record.
0.1.0-rc line (the current release-candidatewebServer, settings,theme.overrideTokens, dsh.client inject).0.1.0-rc.7 (development runtime; client theme0.1.0-rc.8).DeepSeek Harness is still evolving quickly, so a future release may change plugin
interfaces; the supported range above is a declaration, not a promise of
forward-compatibility.
From npm (once published):
dsh plugin --profile web add dsh-ui-liteglass
Or directly from the GitHub repository (works today):
dsh plugin --profile web add git+https://github.com/mumuer1024/dsh-ui-liteglass.git
dsh --profile web
To pin a specific release, add the tag:
dsh plugin --profile web add 'git+https://github.com/mumuer1024/dsh-ui-liteglass.git#v0.1.0'
dsh plugin add initializes the profile on first use and wires the bundle
automatically. After that, start the Web UI and open Settings → Appearance.
Open Settings → Appearance (the plugin adds its own section there):
Changes are saved to the server and shared across devices that reach the DSH host.
dsh plugin --profile web remove dsh-ui-liteglass
Removing the plugin restores the original appearance. Note that uploaded
wallpaper files and the plugin config under $DSH_HOME/ui-liteglass/ are not
removed by the uninstall command — delete that directory manually if you want
them gone.
backdrop-filter) is currently not enabled. Applying aAutomated Node test suites cover the host routes, the client state model, and the
no-color-mode guarantee:
node test/host-smoke.mjs && node test/lifecycle.mjs && node test/no-appearance.mjs
npm publish runs the same suites via prepublishOnly. Seedocs/ARCHITECTURE.md for design details.
登录后即可为该插件评分和评价。
还没有人评价这个插件,来抢个沙发吧!