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.

Theme Doubao — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

dsh-theme-doubao

Theme Doubao

豆包主题(Doubao theme)for the DeepSeek Harness Web client: Doubao brand in the sidebar, a Doubao hero character above the composer, and a WebGL port of the deepseek.com/harness dot-matrix DeepSeek whale particle field.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:zdz6215591/dsh-theme-doubao#c061e5b75b7232f373659f52ed138ec237b3fb59
READMECompatibilityVersions

Compatibility and provenance

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

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/23/2026

Versions

1.0.0stable
9/23/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/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

Related plugins

More verified plugins in ui-customization.

Remote 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 bundleWeb All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with a compact price glance card above the sidebar's Settings row

README

dsh-theme-doubao

给 DeepSeek Harness 的网页界面换一套豆包皮肤。

浅色主题

做了什么

  • 侧栏左上角原本的 DeepSeek 标志和名字,换成豆包图标和「豆包」
  • 新会话页面换成豆包人物,人物背后是一层点组成的 DeepSeek 鲸鱼,鼠标划过去点会散开

浅色和深色主题都做了适配,窗口随便拉都不会错位。

深色主题鼠标划过
深色交互

安装

dsh plugin --profile web add github:zdz6215591/dsh-theme-doubao

装完重启 DSH,再刷新页面。

以后想更新到最新版,再跑一次同样的命令就行:

dsh plugin --profile web add github:zdz6215591/dsh-theme-doubao

卸载:

dsh plugin --profile web remove dsh-theme-doubao

想改点什么

想改改哪里
换成别的人物图片替换 assets/doubao-character.png(透明背景 PNG)
人物大小、位置src/client/hero.js 顶部的 CONFIG
点颜色src/client/hero.js 的 appearanceFor()
点的疏密、鼠标力度src/client/digitile.js 顶部的常量

改完重新打包一次:

node tools/build-client.mjs

目录

assets/         图片素材
src/client/     源码
client/         打包产物(安装时用的就是它)
lib/            DSH 插件入口
docs/           截图
tools/          打包和调试用的小工具

说明

这是个非官方的个人项目,和豆包 / 字节跳动、DeepSeek 深度求索都没有关系,也没有得到它们的授权。 assets/ 里的豆包图标、人物和 DeepSeek 鲸鱼,版权属于各自的权利人,只是渲染时在本地用了一下。 代码部分是 MIT,见 LICENSE。