Back to directory

dsh-transparent-ui-plugin

Curated pickMaintenance: Active

wyh66666666/dsh-transparent-ui-plugin

Aqua 玻璃拟态主题:顶栏/侧边栏/输入框/轨迹视图磨砂玻璃化,Mica 与兼容模式、流体/壁纸背景、粒子鲸鱼;关开关即还原原生 UI

View on GitHub
$ dsh plugin --profile web add dsh-client-ui-aqua

406

stars

23

forks

JavaScript

Language

AGPL-3.0

License

2026-08-14

Created

2026-08-22

Last push

MIT glassmorphism theme for the DeepSeek Harness web UI, installed as a DSH profile plugin layer via `dsh plugin --profile web add`; one switch restores the stock UI exactly.

DSH integration

Compatible

Author-claimed

Safety audit

Unaudited

Last verified

2026-08-21

License

MIT

01What can it help you accomplish?

  • Restyle the DeepSeek Harness web UI into a frosted-glass (glassmorphism) interface

    Header, sidebar, composer, stats line and trajectory view rendered as frosted-glass panes with adjustable blur and frost; one master switch restores the stock UI exactly

    DeepSeek Harness web UI users who want a premium glass aesthetic without modifying any DSH source code

  • Personalize the DSH workspace with custom backdrops and ambient effects

    A living fluid backdrop (hue adjustable) or your own wallpaper — including video — with independent blur/frost, scheme-aware background brightness, and a toggleable particle whale

    Users who want wallpapers, ambient animation and mode-aware brightness in their DeepSeek Harness web UI

02How to install into DeepSeek Harness

Prerequisites

  • DeepSeek Harness (dsh) with the web UI — the theme applies to the DSH web profile
  • Option 1 needs access to npm; Option 2 needs no npm account and no git (falls back to a plain zip download)

Installation steps

  1. 01

    Option 1 (recommended): run `dsh plugin --profile web add dsh-client-ui-aqua` — installs the latest version from npm and registers it as a profile plugin layer (`dsh.bundle` patch), then reload the web UI

    $ dsh plugin --profile web add dsh-client-ui-aqua

  2. 02

    Option 2 (Windows): run the one-line PowerShell installer to download install.ps1 from GitHub and install the latest release; pin a version afterwards with `.\install.ps1 -Version 'v1.1.0'` or `-Version 'main'`

  3. 03

    Option 2 (macOS / Linux): `git clone --depth 1 --branch v1.1.0` the repo, symlink `DSH` into `$DSH_HOME/profiles/node_modules/@deepseek-ai/dsh-client-ui-aqua`, then append the `ui-aqua` insert entry to `$DSH_HOME/profiles/web/cordis.patch.yml`

    $ git clone --depth 1 --branch v1.1.0

Verify the integration

  • Reload the web UI — Aqua is on by default once installed
  • The master switch appears under Settings → Plugins → Glass theme

Rollback

  • Turn off the master switch in Settings → Plugins → Glass theme — the stock UI comes back exactly, with no source changes to DSH itself

03DSH integration and capability boundaries

DSH integrationCompatible

DSH profile plugin layer for the web UI, installed via `dsh plugin --profile web add` and registered as a `dsh.bundle` patch

  • Two glass modes: Mica & Compatibility

    the DeepSeek Harness web UI layoutMica restyles the layout into floating glass cards (blur and frost adjustable); Compatibility Mode keeps the stock layout byte-for-byte and only swaps the material to generic glass — other plugins' UI gets the same treatment automatically

    installation registers a `ui-aqua` entry in `cordis.patch.yml` and links plugin files into the profile's `node_modules` (config change)
  • Custom backdrops & scheme-aware brightness

    a fluid board or your own wallpaper (image or video)full-page backdrop with aspect preserved, independent blur/frost per wallpaper, and background brightness that follows the resolved scheme (dark 0–50, light 50–100)

  • Ambient effects: particle whale, glossy badge, edge fades

    the DSH chat area and sidebartoggleable particle whale (white on dark, gray on light), glossy 135°-gradient "Harness" badge in dark mode, and 5px gradient blur bands at the page edges

  • One-switch restore

    the master switch in Settings → Plugins → Glass themeoff restores the stock UI exactly and every effect is removed; with the switch off the whole Appearance control block is hidden

04Who is it for? When not to use it?

Good for

  • DeepSeek Harness web UI users who want a premium glass aesthetic without modifying any DSH source code
  • Users who want wallpapers, ambient animation and mode-aware brightness in their DeepSeek Harness web UI

Not for

  • The maintainer warns that recent DSH updates changed the plugin ID and they cannot promptly update the plugin (due to academic commitments); installing against a newer DSH may crash, and the README suggests replacing or repairing the ID yourself with another agent.
  • The GitHub-installer fallback is one-command only on Windows; on macOS / Linux you must manually git clone, symlink the plugin into `$DSH_HOME/profiles/node_modules`, and edit `$DSH_HOME/profiles/web/cordis.patch.yml` by hand.

05Compatibility, maintenance and safety notes

  • The maintainer warns that recent DSH updates changed the plugin ID and they cannot promptly update the plugin (due to academic commitments); installing against a newer DSH may crash, and the README suggests replacing or repairing the ID yourself with another agent.
  • The GitHub-installer fallback is one-command only on Windows; on macOS / Linux you must manually git clone, symlink the plugin into `$DSH_HOME/profiles/node_modules`, and edit `$DSH_HOME/profiles/web/cordis.patch.yml` by hand.
  • The theme restyles DSH's live web UI DOM rather than official theming APIs, so future DSH UI changes are the most likely source of visual breakage — Compatibility Mode exists to keep the stock layout byte-for-byte as a safer lane.
2026-08-142026-08-17v1.3.0

MIT · maintained, but maintainer warns of delayed fixes for new DSH plugin IDs (latest release v1.3.0, 2026-08-16)

06Frequently asked questions

How do I install the Aqua theme on DeepSeek Harness?

Run `dsh plugin --profile web add dsh-client-ui-aqua` (recommended) — it installs the latest version from npm, registers the plugin as a profile plugin layer (`dsh.bundle` patch), and it is on after you reload the web UI. Without npm, Windows users can run the one-line GitHub PowerShell installer; macOS/Linux users git clone, symlink into the profile's node_modules and register it in cordis.patch.yml.

Is this a native integration or MCP?

Neither — it is a DSH profile plugin layer. It is registered as `ui-aqua` in `cordis.patch.yml` and applied to the web UI as a `dsh.bundle` patch, not through MCP.

How do I revert to the original interface?

Turn off the master switch under Settings → Plugins → Glass theme. The stock UI comes back exactly and every effect is removed — DSH source code is never modified.

What's the difference between Mica and Compatibility Mode?

Mica restyles the layout into floating glass cards with adjustable blur and frost. Compatibility Mode keeps the stock layout byte-for-byte and only swaps the material to generic glass — UI from other plugins gets the same treatment automatically.

Is there anything to watch out for?

The maintainer states in the README that DSH recently updated and changed the plugin ID, and they cannot promptly update the plugin due to academic commitments — installing on a newer DSH may crash. They suggest replacing or repairing the ID yourself with another agent.

08Data and sources

  • Author-claimedgithub.com27ebacb504f4…

    Aqua is a highly customizable glassmorphism theme for the DeepSeek Harness web UI. The header, sidebar, composer, stats…

  • Author-claimedgithub.com27ebacb504f4…

    Installs the latest version from npm and registers it as a profile plugin layer (`dsh.bundle` patch) — works on every pl…

This page is generated from the project’s public documentation, repository metadata and a structured parse of DSH Plugins; last verified on 2026-08-21. Found an error? Submit a correction.

🏆

Best DeepSeek Harness Plugins

Twelve plugins worth installing first — picked from the whole catalog, across every category.

DSH Plugins is an independent community directory of DeepSeek Harness plugins. Not affiliated with or endorsed by DeepSeek. Third-party plugins are not security-audited — review the source before installing.

New DeepSeek Harness plugins, weekly. No spam.