插件目录 / Developer / dsh-song-ui
dsh-song-ui
已验证 · 实测可装 yunfei07
功能简介
The light palette combines silk-paper surfaces, warm ink text, Ru-celadon interactions, and cinnabar error states. The dark palette uses night-ink surfaces with a brighter celadon accent. Display headings prefer installed Song and CJK serif fonts; body text keeps the Harness sans-serif stack.
可用 — 实测通过,早期项目
The light palette combines silk-paper surfaces, warm ink text, Ru-celadon interactions, and cinnabar error states. The dark palette uses night-ink surfaces with a brighter celadon accent. Display headings prefer installed Song and CJK serif fonts; body text keeps the Harness sans-serif stack. 实测能干净安装、正常启动。早期项目,但功能可用。
「已验证」表示我们的自动化 CI 在干净 profile 里实际执行了 dsh plugin add 并启动成功——仅此而已。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
ui-song-theme
English | 中文
A Song-inspired visual theme plugin for DeepSeek Harness. It contributes a reversible ThemeRuntime.overrideTokens() layer with complete light and dark values while preserving the user's light, dark, or system preference.
The light palette combines silk-paper surfaces, warm ink text, botanical gray-green interactions, and cinnabar error states. The dark palette uses pine-ink green-black surfaces with a restrained pale-jade accent. Display headings prefer installed Song and CJK serif fonts; body text keeps the Harness sans-serif stack. The layer also recasts visible legacy blue selections and the browser focus outline into the same botanical color family.
Install
Install the repository as a bundle into a Web profile:
dsh plugin --profile web add github:yunfei07/ui-song-theme
dsh --profile web
For reproducible installations, pin a commit:
dsh plugin --profile web add github:yunfei07/ui-song-theme#<commit-sha>
The repository commits its lib/ artifacts, so a GitHub installation does not need to run a package build script. The bundle adds a unique ui-song-theme-external client row; its theme service injection ensures the base dsh theme is ready before this token layer mounts. That row stacks after the Web bundle's built-in theme, and removing the external plugin restores the built-in layer.
Remove it with:
dsh plugin --profile web remove ui-song-theme
Palette
| Role | Light | Dark |
|---|---|---|
| Base surface | Silk paper | Night ink |
| Primary text | Warm ink | Pale paper |
| Accent | Pine botanical green | Restrained pale jade |
| Error | Cinnabar | Light cinnabar |
| Geometry | 2 to 12 px semantic radii | Same |
Every override has paired light and dark values. Unloading the plugin removes only its layer and restores the theme below it.
Development
corepack [email protected] install
pnpm check
pnpm build
pnpm pack:check
Build output is committed intentionally because dsh supports installing plugins directly from Git repositories.
Compatibility
- Node.js
^22.19.0or>=24.0.0 - DeepSeek Harness UI theme
>=0.1.0-rc.6 <0.2.0 - System font availability affects exact Song glyph metrics
License
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-song-ui」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:yunfei07/dsh-song-ui Headless(CLI)profile:
dsh plugin --profile headless add github:yunfei07/dsh-song-ui 实测报告
验证通过:从 GitHub 源码完成 L1 安装 + L2 加载 + L3 运行(dsh 0.1.0-rc.6)。