DSH Hub

hanyi7867069-create/dsh-moonrise

dsh-moonrise

UIWeb UI0 GitHub stars· updated 2026-08-17

dsh-moonrise is a community DeepSeek Harness plugin. Read the repository README before installing.

Install

npx @deepseek-ai/dsh plugin --profile web add dsh-moonrise

Restart `dsh web` after install. Bundle APIs can change during the developer preview.

README badge

dsh-moonrise DSH Hub badge
[![DSH Hub](https://dshhub.dev/badge/dsh-moonrise.svg)](https://dshhub.dev/plugins/dsh-moonrise)

Paste this into your README. The star count updates with every catalog sync.

From the README

Excerpt from hanyi7867069-create/dsh-moonrise, cleaned of badges and images.

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.

Related plugins