DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Theme Center — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

dsh-theme-center

Theme Center

DeepSeek Harness 主题中心 · Theme Center for dsh web UI:精选主题画廊(浅色/深色分组)、一键切换、自定义壁纸、dsh-theme 导入导出

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-theme-center@1.0.0
README兼容性版本
Theme galleryTheme menuWallpaper editor

兼容性与来源证明

Theme Center 以 dsh-theme-center 发布,当前版本为 1.0.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

1.0.1stable
2026/8/22
1.0.0stable
2026/8/15

相关插件

正在加载相关插件…

最新版
1.0.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
246.7 kB
文件数
8
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
75
最近提交
2026/8/15
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

dsh-theme-center logo

dsh-theme-center

English | 中文

The theme center inside DeepSeek Harness — a curated gallery of built-in themes (light and dark grouped), one-click switching, a custom-image wallpaper with a crop/tint editor, and import/export of user-authored dsh-theme files. Open Settings → 主题 / Themes:

Theme gallery

The menu lists every built-in theme — light and dark are grouped, and clicking a card switches the interface instantly (your choice survives restarts):

Theme menu

Install

Published on npm — one command:

dsh plugin --profile web add dsh-theme-center

Restart dsh web, then open Settings → 主题 / Themes.

Uninstall

dsh plugin --profile web remove dsh-theme-center

Install from GitHub (no npm)

The same plugin can be added straight from the repository:

dsh plugin --profile web add github:dac114514/dsh-theme-center

Restart dsh web.

What you get

  • Curated built-in catalog — 11 themes, one per visual identity; light and dark are grouped in a 3-column gallery grid
  • One-click switching — instant re-theme, the selection persists across reloads
  • Wallpaper — any image as the interface background, with a live crop/tint editor (pan, zoom, overlay opacity, surface translucency)
  • dsh-theme files — import themes others have authored (file or paste), export your own; the format is fully documented
  • Bilingual UI — Simplified Chinese and English

Wallpaper

Wallpaper editor

  • pick an image — it is downscaled locally (1440px, JPEG q0.72) and stored in your settings
  • the banner preview shows the entire image with a dashed frame marking the exact on-screen crop — what's inside the frame is what you get
  • drag to pan the frame, wheel to zoom (100%–300%); sliders tune the readability overlay and surface translucency
  • all parameters persist in the theme-center settings namespace

Theme file format

Themes are portable JSON documents — author your own or re-import an archived one:

{
  "format": "dsh-theme",
  "version": 1,
  "id": "aurora",
  "name": "Aurora",
  "description": "A deep violet night sky.",
  "colorScheme": "dark",
  "tokens": {
    "--dsw-alias-bg-base": "#0d0b1e",
    "--dsw-alias-label-primary": "#ece9fb"
  },
  "wallpaper": "data:image/jpeg;base64,...."
}

Full reference: docs/theme-file-format.md · 中文版: docs/theme-file-format.zh.md · Example: examples/aurora.dsh-theme.json

Built-in themes

idNameSchemeDescription
lightOriginal LightlightPure white · Indigo · DeepSeek original
claudeClaude StylelightWarm cream · Terracotta · Claude aesthetic
sakuraSakuralightSoft pink · Rose · Spring blossom
paperWarm PaperlightWarm paper · Sepia · Eye-friendly reading
darkOriginal DarkdarkCharcoal · Indigo · DeepSeek original
claude-darkClaude DarkdarkWarm charcoal · Terracotta · Claude night
tokyo-nightTokyo NightdarkDeep blue · Bright blue · Tokyo night
graphiteGraphitedarkGraphite · Moon white · High-contrast monochrome
monokaiMonokaidarkDark olive · Cyan-green · Classic high contrast
gruvboxGruvboxdarkWarm brown · Amber · Retro vintage
wallpaperCustom Wallpaperlight/darkCustom image · Adjustable tint · Wallpaper mode

Every palette that is not part of the shipped catalog is archived, not deleted, as an importable dsh-theme file in docs/archive/ — 14 themes you can restore in one click. Full swatch reference: docs/theme-catalog.md

Notes

  • Development — pnpm install → pnpm typecheck → pnpm build; node scripts/smoke.mjs runs the controller smoke test without a browser.

License

MIT · dac114514 · docs in docs/

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航Dafeiyudsh-dafeiyu由 DeepSeek Harness 会话事件驱动的原生桌面端 BigFish companion。Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Usage Stats@ychris12138/dsh-usage-statsdsh Web GUI 的令牌使用热力图、提供商余额和订阅配额