DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Rhine Theme — DSH Plugin for DeepSeek Harness
← Plugins

dsh-rhine-theme

Rhine Theme

RHINE LAB analysis workbench theme: warm and cool gray laboratory surfaces, infinity-symbol branding, and signal-orange primary actions for the DeepSeek Harness Web client.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-rhine-theme@1.0.2
READMECompatibilityVersions

Compatibility and provenance

Rhine Theme is published as dsh-rhine-theme and currently resolves to version 1.0.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
8/24/2026

Versions

1.0.2stable
8/24/2026
1.0.0stable
8/24/2026

Related plugins

Loading related plugins…

Latest
1.0.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
18.4 kB
Files
6
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
0
Last push
8/24/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

README

dsh-rhine-theme

RHINE LAB(莱茵生命)分析工作台主题,面向 DeepSeek Harness Web 客户端。

以暖冷灰实验室表面、无穷符号品牌标识与信号橙主操作,重构 Harness 的侧栏、会话流与详情栏视觉语言。浅色单主题,随 profile 启动自动加载并保持生效。

安装

从 npm 安装(推荐)

dsh plugin --profile web add dsh-rhine-theme

从 GitHub 安装

dsh plugin --profile web add github:mjn96/dsh-rhine-theme

从本地路径安装

dsh plugin --profile web add file:/绝对路径/dsh-rhine-theme

或手动在 profile 的 package.json 中添加依赖,并把 dsh-rhine-theme 追加进 dsh.profile.bundles:

"dependencies": {
  "dsh-rhine-theme": "file:/绝对路径/dsh-rhine-theme"
},
"dsh": {
  "profile": {
    "bundles": [
      "...",
      "dsh-rhine-theme"
    ]
  }
}

安装完成后重启 profile:

# 重启 web profile(按你的实际启动方式)

目录结构

dsh-rhine-theme/
├── package.json          # dsh.bundle + dsh.client 声明
├── cordis.patch.yml      # bundle 层挂载行
├── lib/
│   ├── index.js          # 空主机端
│   └── client.js         # 浏览器端主题实现
└── README.md

工作原理

  • dsh.bundle.patch 指向 cordis.patch.yml,声明插件行,使插件进入 profile 的 bundle 层。
  • dsh.client 声明浏览器端依赖与 ./client 入口。
  • 客户端注册 rhine-lab-light 主题、挂载样式表与品牌槽,并监听 theme/change 保持主题生效。

注意事项

  • 三个品牌槽(sidebar.brand.mark、sidebar.brand.name、conversation.hero.brand.mark)使用 priority: -1 覆盖官方品牌,数值最小者渲染。
  • 若修改 lib/client.js 后 profile 里的 node_modules 副本未更新,需重新执行 dsh plugin add 或手动同步文件。

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle