DeepSeek Harness 插件

hanyi7867069-create/dsh-moonrise

Star 数 ★ 0 分类 主题与外观 收录于 2026-08-18

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

安装

# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)

dsh plugin --profile web add github:hanyi7867069-create/dsh-moonrise

装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络,工具审批管不到它。GitHub 来源的插件还会在安装时执行构建脚本。请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。

README

该插件的 README 只有英文版本。

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.

内容来自项目 README(GitHub)↗

链接

同类插件

查看整个分类 →