Skip to content
dsh.fish
Bundle

dsh-skin-glass

Frosted-glass skin for the DeepSeek Harness web UI: pick any image as background, theme colors extracted from it, glassmorphism surfaces.

Source
noexcs
stars
1 stars
License
MIT
Updated
Updated yesterday

Readme

# dsh-skin-glass

A frosted-glass skin plugin for the DeepSeek Harness web GUI.

- 🖼️ Set any wallpaper — it auto-generates light/dark design tokens from the dominant color
- 💎 True per-component `backdrop-filter` glass with adaptive scrim and mirror-edge highlights
- 🌈 No wallpaper? An automatic gradient glass keeps the frosted look
- 👓 Readability floor: WCAG AA body contrast at any translucency level

| Light | Dark |
| --- | --- |
| ![light mode](screenshots/screenshot_0.jpg) | ![dark mode](screenshots/screenshot_1.jpg) |

## Install

```bash
npx @deepseek-ai/dsh plugin --profile web add github:noexcs/dsh-skin-glass
```

## Uninstall

```bash
npx @deepseek-ai/dsh plugin --profile web remove dsh-skin-glass
```

## License

[MIT](LICENSE)

Install

dsh plugin --profile web add github:noexcs/dsh-skin-glass

Profile: web

  • This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source