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.

Beige Theme — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
B

dsh-beige-theme

Beige Theme

Beige skin — DeepSeek Harness theme skin

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

npx -y @deepseek-ai/dsh plugin --profile web add github:SweetCandy-gift/dsh-beige-theme#7b10152f18a50ee8f49fd558eb1be0ba31a5f5df
READMECompatibilityVersions

Compatibility and provenance

Beige Theme is published as dsh-beige-theme 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
8/21/2026

Versions

1.0.0stable
8/21/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
★ 0
Weekly downloads
0
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.

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 Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.

README

#🌻dsh-beige-theme

米黄色皮肤 —— DeepSeek Harness Web GUI 皮肤。 一套温暖的米黄色浅色皮肤:奶油白 / 米黄 与颜色层解耦,组件级视觉层(纸张卡片、玻璃浮层、木质侧栏、纸张代码页)。 基于 DSH 官方 --dsw-alias-* token 契约与稳定 DOM 钩子实现,不碰业务逻辑、只改视觉层。

特征

  • 🍞 温暖米黄色浅色主题
  • 📄 纸张质感 UI
  • 🌤 柔和自然光氛围
  • 💻 长时间 AI 编程阅读优化
  • 🎨 基于 DSH Token 系统实现

安装

DSH 的皮肤是「profile bundle」。在 $DSH_HOME/profiles/<profile>/package.json 里 把它加入 dsh.profile.bundles(依赖可用 file: 指向本仓库,或 github: 指向本仓库):

// $DSH_HOME/profiles/web/package.json
{
  "dependencies": {
    "dsh-beige-theme": "github:SweetCandy-gift/dsh-beige-theme"
  },
  "dsh": {
    "profile": {
      "bundles": [
        "@deepseek-ai/dsh-base",
        "@deepseek-ai/dsh-web-app",
        "dsh-beige-theme"
      ]
    }
  }
}

然后 dsh plugin --profile web install(或 pnpm --dir $DSH_HOME/profiles/web install),重启 DSH。

使用

  • 「设置 → 常规」出现「米黄色皮肤」行:米黄色皮肤 / 系统外观。
  • 控制台:window.__beigeSkin.on() / window.__beigeSkin.off()。

目录结构

├── package.json        # DSH bundle + client 清单
├── cordis.patch.yml    # 把插件行插入组合树
├── lib/
│   ├── index.js        # 主机侧(空实现)
│   └── client.js       # 浏览器侧:主题注册 + 氛围层 + 组件视觉层
├── docs/
│   ├── DESIGN.md       # 设计系统文档
│   └── preview.html    # 零依赖视觉预览
└── LICENSE             # MIT

License

MIT