hanyi7867069-create / dsh-moonrise

Listed

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

mainTool View source

Installation

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

This installation command is an unverified starting point generated from the GitHub repository address.

README

Maintainer-authored documentation snapshot.

View on GitHub ↗
Commit 4e80296Synced Aug 18, 2026

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.

Project files and signals

Shown items are public repository signals detected in the directory snapshot.

TestsDetected
DocumentationDetected

Repository information

Language
JavaScript
License
MIT
Latest release
v0.1.0
Last updated
Aug 17, 2026, 9:28 AM

Install deliberately

Review source code, permissions, lifecycle hooks, dependencies and network access. Test untrusted plugins in an isolated environment.