MIT 许可的 DeepSeek Harness 网页端玻璃拟态主题,通过 `dsh plugin --profile web add` 作为 dsh 配置文件插件层安装,总开关一关即完整还原原生界面。
DSH 适配
兼容
作者声明
安全审计
未审计
最后核验
2026-08-21
许可证
MIT
01它能帮你完成什么?
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
02如何接入 DeepSeek Harness?
前置条件
- 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)
安装步骤
- 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
- 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'`
- 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
验证接入成功
- Reload the web UI — Aqua is on by default once installed
- The master switch appears under Settings → Plugins → Glass theme
回滚
- Turn off the master switch in Settings → Plugins → Glass theme — the stock UI comes back exactly, with no source changes to DSH itself
03DSH 适配与能力边界
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 layout→Mica 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 sidebar→toggleable 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 theme→off restores the stock UI exactly and every effect is removed; with the switch off the whole Appearance control block is hidden
04适合谁?何时不该用?
适合
- 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
不适合
- 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.
05兼容性、维护与安全提示
- 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.
MIT · maintained, but maintainer warns of delayed fixes for new DSH plugin IDs (latest release v1.3.0, 2026-08-16)
06常见问题
如何在 DeepSeek Harness 上安装 Aqua 主题?
推荐运行 `dsh plugin --profile web add dsh-client-ui-aqua`:从 npm 安装最新版并注册为配置文件插件层(`dsh.bundle` 补丁),重载网页界面即生效。没有 npm 账号也没关系:Windows 可运行一行 PowerShell 的 GitHub 安装脚本;macOS/Linux 则 git clone 后软链接到 profile 的 node_modules,并在 cordis.patch.yml 中注册。
它是原生集成还是 MCP?
两者都不是。它是 DSH 的配置文件插件层,以 `ui-aqua` 条目注册在 `cordis.patch.yml` 中,作为 `dsh.bundle` 补丁作用于网页界面,不经过 MCP。
如何还原到原来的界面?
在 设置 → 插件 → Glass theme 里关掉总开关即可:原生界面完整恢复,所有特效一并移除,且不会改动 DSH 的任何源码。
Mica 模式和兼容模式有什么区别?
Mica 会把布局重排为悬浮玻璃卡片,模糊与磨砂可调;兼容模式则逐字节保留原有布局,只把材质换成通用玻璃,其他插件的界面也会被同样处理。
有什么需要注意的?
作者在 README 中说明:DSH 近期更新更换了插件 ID,因学业原因无法及时跟进更新,在较新的 DSH 上安装可能崩溃,建议用其他 agent 自行替换或修复 ID。
07相关的 DSH 工作流
dsh-web
作者 zhu1090093659
DeepSeek Harness(dsh)插件聚合生态,万物皆插件,通过创意工坊分发。
petdex
作者 crafter-station
面向 Codex、Claude Code、DeepSeek Harness 等智能体的动效宠物公共图库。
j-space-cognition-suite-v3.7
作者 tiger3807861189
J-Space Cognition Suite V3.7 - AI cognitive-enhancement Skills based on Anthropic's J-space global workspace research. | 哔哩哔哩:Tiger380 (UID 3494375382321675) — https://space.bilibili.com/3494375382321675
dsh-deep-whale
作者 small-tailqwq
Whale Girl skin series for DeepSeek Harness. 适用于 DeepSeek Harness 的,鲸鱼娘系列皮肤。
08数据与来源
Aqua is a highly customizable glassmorphism theme for the DeepSeek Harness web UI. The header, sidebar, composer, stats…
Installs the latest version from npm and registers it as a profile plugin layer (`dsh.bundle` patch) — works on every pl…
页面基于项目公开文档、仓库元数据和 DSH Plugins 的结构化解析生成;最后核验于 2026-08-21。发现错误?提交更正。
最佳 DeepSeek Harness 插件
从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。
