Skip to content

Repository files navigation

@deepseek-ai/dsh-client-ui-aqua

English | 中文

Aqua is a highly customizable glassmorphism theme for the DeepSeek Harness web UI. The header, sidebar, composer, stats line, and trajectory view all become panes of frosted glass. Two modes are built in: Floating Glass restyles the layout into floating cards, while Compatibility Mode keeps the stock layout untouched and only swaps the material to glass — so other plugins' UI gets the same treatment automatically. Glass blur, frost amount, and the backdrop are all adjustable from the settings card — pick a living fluid or drop in your own wallpaper (with its own blur and frost). Switch it off and the stock UI comes back exactly, with no source changes to DSH itself.

Installation

Windows (one command)

powershell -ExecutionPolicy Bypass -Command "Invoke-WebRequest 'https://github.com/WYH66666666/DSH-Transparent-UI-Plugin/raw/main/install.ps1' -OutFile install.ps1; .\install.ps1"

Installs the latest release by default. No git needed — the installer falls back to a plain zip download. It links the plugin into the profile's node_modules and registers ui-aqua in cordis.patch.yml (idempotent — safe to run again). Reload the web UI and it is on.

Pin a version or track the dev branch:

.\install.ps1 -Version 'v1.0.1'   # a specific release
.\install.ps1 -Version 'main'     # the development branch

macOS / Linux (manual, three steps)

git clone --depth 1 --branch v1.0.1 https://github.com/WYH66666666/DSH-Transparent-UI-Plugin.git
ln -s "$PWD/DSH" "$DSH_HOME/profiles/node_modules/@deepseek-ai/dsh-client-ui-aqua"

then append to $DSH_HOME/profiles/web/cordis.patch.yml:

- insert:
    - id: ui-aqua
      name: '@deepseek-ai/dsh-client-ui-aqua'

Reload the web UI. Aqua is on by default; toggle it from Settings → Plugins → Aqua.

About

是一层高自由度的玻璃质感主题,套在 DeepSeek Harness 网页端。顶栏、侧边栏、输入框、统计行、轨迹视图都成了磨砂玻璃片。玻璃模糊度、磨砂度、背景(流体或自定义壁纸,壁纸还能单独调模糊和磨砂)全都能在设置卡片里自由调节。关掉开关就回到原生界面,不改 DSH 任何一行源码。

Topics

Resources

Stars

17 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages