DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Client Ui Skin Matrix — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

@linxin666/dsh-client-ui-skin-matrix

Client Ui Skin Matrix

Matrix-style night-friendly dark skin for the dsh web GUI: near-black green background, ink-green monospace text, low-opacity digital rain (forces dark, no system-theme follow)

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:nicecx/dsh-matrix-skin#f54546d77de9a1674ba66361622f61e0fa285656
READMECompatibilityVersions

Compatibility and provenance

Client Ui Skin Matrix is published as @linxin666/dsh-client-ui-skin-matrix and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/24/2026

Versions

0.1.0stable
8/24/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
Apache-2.0
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/24/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundleWeb All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with the current session provider's today usage on the sidebar entryWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editin

README

dsh-client-ui-skin-matrix — 独立仓库镜像

本仓库是 dsh-web-ui 官方合入的 Matrix 深夜护眼暗色皮肤的独立镜像(上游 PR #340)。 安装见 docs/INSTALL.md,故障排查见 TROUBLESHOOTING.md。


@linxin666/dsh-client-ui-skin-matrix

English | 中文

A Matrix-style dark skin for the dsh Web GUI, designed for late-night bedroom use: near-black green background, ink-green monospace text, and a low-opacity digital rain — easy on the eyes and unobtrusive for sleeping family members.

Features

  • Low-brightness palette: near-black green background #040805, ink-green body text #7dffb3, brand green #00e676 — comfortable for long sessions
  • Forces dark: does not follow the system light/dark theme (a feature for late-night use); apply() sets the data-dsh-matrix body attribute and forces data-ds-dark-theme, kept in place by a MutationObserver
  • Full token coverage: the complete --dsw-static-* / --dsw-alias-* / --aion-* design-token sets (sidebar, conversation, dialogs, code blocks, git-graph lane colors, scrollbars, selection)
  • Rain as ambience, not the star: canvas overlay at 10% opacity, 20fps cap, pointer-events:none, auto-off under prefers-reduced-motion, paused when the tab is hidden, DPR capped at 2
  • Zero dependencies: pure browser-side CSS + canvas, no host logic, does not modify DSH source; the effect disposer reverts every write on unload

Install (official bundle way)

# All skins (recommended)
dsh plugin --profile web add @linxin666/dsh-skins
# Or this skin alone
dsh plugin --profile web add @linxin666/dsh-client-ui-skin-matrix
# Enable: dsh-skin use matrix
# From the repo (dev): dsh plugin --profile web add link:$(pwd)/packages/skins/matrix

Notes

  • This skin is dark-only: preview/light.png and preview/dark.png are identical by design (forced dark).
  • Presentation only: no services, no cordis events, no model-request involvement.