hanyi7867069-create / dsh-moonrise

已收录

月升 Moonrise — a warm amber-on-midnight theme for the DeepSeek Harness Web UI.

main工具 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:hanyi7867069-create/dsh-moonrise

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 4e80296同步于 2026年8月18日

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.

项目文件与信号

以下项目是目录快照中检测到的公开仓库信号。

测试已检测
文档已检测

仓库信息

开发语言
JavaScript
许可证
MIT
最新发布
v0.1.0
最后更新
2026年8月17日 09:28

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。