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.

Gui Customization — DSH Plugin for DeepSeek Harness
← Plugins

dsh-gui-customization

Gui Customization

DSH theme plugin for the DeepSeek Harness Web UI: Nous Blue palette, ambient glow, dynamic image/video backgrounds. DSH 界面设定插件:配色 / 氛围光 / 动态背景(中英双语)

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-gui-customization@0.6.4
READMECompatibilityVersions

Compatibility and provenance

Gui Customization is published as dsh-gui-customization and currently resolves to version 0.6.4. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.6.4stable
9/10/2026
0.6.3stable
8/20/2026
0.6.2stable
8/16/2026
Show 6 more versionsCollapse versions
0.6.1stable
8/15/2026
0.6.0stable
8/15/2026
0.5.3stable
8/15/2026
0.5.2stable
8/14/2026
0.5.1stable
8/14/2026
0.5.0stable
8/14/2026

Related plugins

Loading related plugins…

Latest
0.6.4
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
2.5 MB
Files
10
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
133
Security scan
✓ v0.6.4 scan passed
View source ↗Project homepage ↗
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

README

dsh-gui-customization — 组合插件(发布轨)

GUICustomization 的正式组合插件形态(曾用名 @core/gui-customization,按 npm 命名规范与 dsh-web-ui 惯例改为 dsh-gui-customization)。对应开发轨动态版 plugins/gui-customization/(guic-3,v1–v7 迭代,已退役)。

功能

  • Nous 蓝默认配色(明暗双模式)+ 四预设 + 13 色自定义
  • 氛围层:角落光晕(随主题 brand-primary)+ 呼吸动画(幅度可调)+ 强度 + 位置 5 模式
  • 背景:图片(真·文件选择对话框 + 预设「deepseek娘01」)与视频(静音循环)双模式;主区透图 + 明暗自适应遮罩 + 背景透明度滑块 + 侧边栏透明开关
  • 配色导入/导出(JSON + 剪贴板)
  • 中英双语、持久化(设置 localStorage + 背景 IndexedDB,跨刷新/跨重启保留)
  • 设置页「界面设定」+ 插件配置区卡片(设置 → 插件)

构建与安装

# 构建(在包目录或仓库根)
pnpm build          # 产出 lib/index.js + lib/client.js
# 安装进 web profile
node <harness>\apps\cli\lib\bin.js plugin --profile web add link:<repo>\packages\dsh-gui-customization
# 重启 dsh web 生效

台账

  • v0.1.0(当前):组合包首版。功能 = 动态版 v7 等价 + 真选文件 + 背景图可见性。挂载 @core/gui-customization → 重启加载 (settings.section / settings.plugin.item / shell.overlay 三槽位注册,视觉三项验证通过)→ 更名 dsh-gui-customization(remove 旧 + add 新 )→ 迭代:①「系统默认」保留背景图;② 系统默认+背景图下读回产品默认令牌(body 计算值)重建半透明层;③ 背景图布局模式实验(见规划,已回退)。

规划(待办)

  • P1 背景图「内容区布局」重做:首版实验(图宽放大 + 左偏移)能随侧边栏移动但右侧未对齐(右缘溢出被裁),已回退。正确方案:不用 body 背景,改为独立背景层元素——插件注入 fixed div(left: var(--guic-bg-left); right: 0; top: 0; bottom: 0,pointer-events none,DOM 在产品 #root 之前),图在该元素内做 cover——元素宽 = 内容区宽,cover 天然右对齐且随侧边栏收缩;哨兵测量方案(dock 哨兵 + rAF)可复用。
  • P2 明暗分离编辑:light/dark 各 13 色独立编辑(当前 dark 自动配套)。
  • P3 导入/导出:配色方案 JSON 复制粘贴;快捷入口(会话头部调色板);emoji 图标(label 界面设定)。

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.