DeepSeek Harness 插件

dsh-moonrise

月升暗色主题——深蓝夜色打底、琥珀月光点缀。

跳到安装方式

来源信息

GitHub 仓库
hanyi7867069-create/dsh-moonrise
最近更新
2026年8月18日
分类
主题与外观
GitHub stars
0

安装

默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。

请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。

插件页面:https://deepseekplugins.org/zh/plugins/hanyi7867069-create/dsh-moonrise
GitHub:https://github.com/hanyi7867069-create/dsh-moonrise
插件名:dsh-moonrise
作者:hanyi7867069-create
安装命令:dsh plugin --profile web add github:hanyi7867069-create/dsh-moonrise

确认前不要执行安装命令。

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

dsh-moonrise · 月升

A warm amber-on-midnight theme for the DeepSeek Harness Web UI.

夜色深蓝为底,月光琥珀做点缀——给 DSH 换一套"深夜写代码"的配色。

Install

dsh plugin --profile web add dsh-moonrise
# or from source / a tarball:
dsh plugin --profile web add ./dsh-moonrise

Then restart the Web UI and pick moonrise in Settings → Appearance.

What it overrides

ctx.theme.register() with a dark-scheme ThemeDefinition that overrides the --dsw-alias-* semantic tokens (surfaces, borders, brand, labels, states, buttons, sidebar, markdown, scrollbars). The token set is the documented ui-theme inspect list plus the design-platform aliases.

Structure

package.json        # dsh.bundle + dsh.client manifests
cordis.patch.yml    # inserts the client row
index.js            # node half (no-op; theming is browser-side)
dist/client.js      # browser bundle (window.__ModuleLoader__.load factory)

Publishing

npm publish
# or ship a tarball:
npm pack

Tag the repo with dsh-plugin, then submit to awesome-dsh-plugin.