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.

One Dark Pro — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
O

@the-heart-fickle/dsh-one-dark-pro

One Dark Pro

DSH theme plugin: Registers the One Dark Pro color scheme and provides a four-option grid in appearance settings: Light, Dark, Follow system, and One Dark Pro.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:TheHeartFickle/dsh-one-dark-pro#bf213d10b47ad2077f76c0fbb8b47e19cd5aa33f
READMECompatibilityVersions

Compatibility and provenance

One Dark Pro is published as @the-heart-fickle/dsh-one-dark-pro and currently resolves to version 0.1.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/23/2026

Versions

0.1.0stable
8/23/2026

Related plugins

Loading related plugins…

Latest
0.1.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
Last push
9/11/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.

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 pluginsClient 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.Pet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-one-dark-pro

DSH(DeepSeek Harness)主题插件:注册 One Dark Pro 配色,并把「外观」设置里的主题选择扩成 浅色 / 深色 / 跟随系统 / One Dark Pro 四宫格。

配色参考 VSCode 主题 zhuangtongfa.material-theme(One Dark Pro),映射到 DSH 的 --dsw-alias-* / --dsw-specific-* 令牌层。

安装到 profile

在该插件仓库安装依赖:

pnpm install

然后在 DSH profile 的 package.json 中加入依赖(link: 指向本插件绝对路径),并把它加入 dsh.profile.bundles:

{
  "dependencies": {
    "@the-heart-fickle/dsh-one-dark-pro": "link:<本插件绝对路径>"
  },
  "dsh": {
    "profile": {
      "bundles": [
        "...",
        "@the-heart-fickle/dsh-one-dark-pro"
      ]
    }
  }
}

pnpm install 后重启 dsh web(本插件 host 半边有代码,需重启 host;仅 client 半边改动时硬刷新浏览器即可)。

说明:加入了 dsh.profile.bundles 后,插件的 cordis.patch.yml(dsh.bundle.patch)会自动应用,无需再在 profile 的 cordis.patch.yml 手动加挂载行。

使用

打开 设置 → 常规 → 外观,点选「One Dark Pro」应用;随时点 浅色 / 深色 / 跟随系统 切回。

选中 One Dark Pro 后,该选择会持久化到 DSH host 的 ~/.dsh/settings.yaml 的 dsh-one-dark-pro.preference,重启后保持。

说明

  • host 半边(lib/index.js):注册 dsh-one-dark-pro settings 命名空间,并暴露 /api/one-dark-pro/preference 路由(DSH 的 settings RPC 只对白名单命名空间开放,第三方命名空间须走插件自有路由)。
  • client 半边(lib/client.js):注册 One Dark Pro 主题,并用 priority: -1 shadow 自带的 settings.general.item[appearance] 行,渲染为 四宫格(固定尺寸、选中态用品牌色边框)。选中态来源 theme.getTheme().preference,并监听 theme/change 刷新。
  • One Dark Pro 图标取自官方 icon.svg 的原子几何:三条 3D 轨道带路径 + 实心原子核圆点(24px)。

License

MIT