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.

Plugin Dracula Color Theme — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

dsh-plugin-dracula-color-theme

Plugin Dracula Color Theme

DSH web plugin: a Dracula theme (draculatheme.com) with full alias + specific-layer token coverage, shiki syntax colors, and an override switch against the built-in theme preference.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:HoodyHuo/dsh-plugin-dracula-color-theme#e9e4d34c0ee39851aa40606fde464350e799c005
READMECompatibilityVersions

Compatibility and provenance

Plugin Dracula Color Theme is published as dsh-plugin-dracula-color-theme 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
9/21/2026

Versions

0.1.0stable
9/21/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/21/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.Web 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 包。

README

dsh-plugin-dracula-color-theme

Dracula 配色 for the DeepSeek Harness (DSH) Web GUI。第三方主题插件:注册 Dracula 色板、覆盖 alias + specific 两层 design token、接管 shiki 语法高亮,并带一个"接管系统主题偏好"开关。

English: a third-party DSH theme plugin that applies the official Dracula palette (backgrounds #191a21 / #21222c / #282a36 / #343746, selection #44475a, the seven accent colors), overrides the --dsw-alias-* and --dsw-specific-* token layers, retunes the shiki css-variables syntax palette, and keeps the theme active against the persisted built-in preference.

特性 / Features

  • 全量配色覆盖:背景按官方 VS Code 分层(标题栏 #191a21 → 侧栏/面板 #21222c → 主内容 #282a36 → 浮层 #343746),侧边栏、会话气泡、输入框、菜单等 specific 层表面单独映射。
  • 代码高亮:shiki css-variables 主题的 14 个变量按 Dracula 语法色重写(关键字粉、函数绿、常量紫、字符串黄、参数橙、diff 三色等)。
  • 守护机制:第三方主题 id 不会被持久化,宿主会在设置加载/推送/重连时把内置偏好(light/dark/system)重新采用回来。本插件以 body 内联 token(级联必胜)+ theme/change 监听 + 1.5s 轮询三层守护,任何回退都会被自动纠正。
  • 设置开关:设置 → General → "接管系统主题偏好(Dracula)"。关闭后仅每次启动应用一次,可正常使用内置浅/深色切换。状态存于 localStorage。

安装 / Install

dsh plugin --profile web add dsh-plugin-dracula-color-theme
# 或直接从 GitHub:
# dsh plugin --profile web add https://github.com/HoodyHuo/dsh-plugin-dracula-color-theme.git
# 或本地路径:
# dsh plugin --profile web add <path-to-this-repo>

然后重启 dsh web(或在 patchReload: live 下刷新页面)。

更新 / Update

git -C <克隆目录> pull   # 以克隆方式使用时
# 或重新安装即更新:
dsh plugin --profile web add https://github.com/HoodyHuo/dsh-plugin-dracula-color-theme.git

各版本变更见 CHANGELOG.md。 See CHANGELOG.md for release notes.

卸载 / Uninstall

dsh plugin --profile web remove dsh-plugin-dracula-color-theme

License

MIT — HoodyHuo