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.

Protect Eyes Skin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

dsh-protect-eyes-skin

Protect Eyes Skin

DSH-protect-eyes-skin — an eye-friendly green (豆沙绿护眼) theme for DeepSeek Harness: a full --dsw-* design-token reskin for both light and dark modes that reduces blue-light strain.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:CynicismBoyJYD/dsh-protect-eyes-skin#9c7aac2e0cf3f36504ac064fdcbfe323f1994a2d
READMECompatibilityVersions

Compatibility and provenance

Protect Eyes Skin is published as dsh-protect-eyes-skin 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/16/2026

Versions

0.1.0stable
9/16/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/16/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 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-protect-eyes-skin

一个 DeepSeek Harness (DSH) 的护眼绿(豆沙绿)皮肤主题插件。通过整体覆写 --dsw-alias-* 设计 token,把整套 Web 界面(浅色 + 深色两套)换成低蓝光、柔和的护眼绿配色。

插件名:DSH-protect eyes-skin(npm 包名 dsh-protect-eyes-skin,npm 包名不能含空格)

特性

  • ✅ 完整换肤:覆盖全部 79 个 --dsw-alias-* 语义 token,浅色/深色各一套
  • ✅ 护眼:低饱和豆沙绿背景 + 深墨绿文字,减少蓝光刺激
  • ✅ 跟随系统:自动响应 DSH 的浅色 / 深色 / 跟随系统外观设置
  • ✅ 纯前端、零运行时依赖、无网络请求
  • ✅ 干净卸载:样式随插件生命周期挂载/移除

目录结构

dsh-protect-eyes-skin/
├── package.json        # 声明 dsh.client 配置 + bundle patch
├── cordis.patch.yml    # 向 loader 插入本插件的 entry
├── lib/
│   ├── index.js        # Host 端(空 apply,仅供挂载)
│   └── client.js       # 浏览器端:注入护眼绿 CSS token
├── README.md
└── LICENSE

安装

方式一:通过 DSH 插件市场(上架后)

在 DSH 的插件市场里搜索 DSH-protect-eyes-skin,点击安装即可。

方式二:命令行手动安装

dsh plugin --profile web add dsh-protect-eyes-skin
# 或从 GitHub 安装:
dsh plugin --profile web add github:YOUR_NAME/dsh-protect-eyes-skin

方式三:本地开发安装

# 1. 把本目录软链/复制到 profile 的 node_modules
cp -r dsh-protect-eyes-skin "$DSH_HOME/profiles/web/node_modules/"

# 2. 在 profiles/web/package.json 的 dependencies 里加:
#    "dsh-protect-eyes-skin": "file:node_modules/dsh-protect-eyes-skin"

# 3. 在 profiles/web/cordis.patch.yml 里插入 entry(见本仓库 cordis.patch.yml)

# 4. 重启 DSH

安装后到 设置 → 通用 → 外观 里切换浅色/深色,即可看到护眼绿效果。

配色方案

角色浅色模式深色模式
主背景#eef4e9 极浅豆绿#1c231c 深墨绿
分层背景#f3f7ef / #e7f0df / #dce8d2#222b22 / #283229 / #2f3a30
主文字#2c3a2c#d9e4d3
强调色#4c9a5f#7cc98a

发布到 DSH 插件市场

  1. 把本目录推送到你自己的 GitHub 仓库(dsh-protect-eyes-skin)
  2. (推荐)发布到 npm:npm publish
  3. 向 awesome-dsh-plugin/awesome-dsh-plugin 提交 PR,在 plugins.json 里新增一条 category: "theme" 的条目
  4. 合并后,其他用户即可在 DSH 插件市场的「主题与外观」分类中找到并一键安装

License

MIT