dsh-web-ui
zhu1090093659
Plugin and skin collection for DeepSeek Harness (DSH) Web UI - task board, git graph, right-side panel, remote mobile UI, pet, live token stats, and skin center.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:dac114514/dsh-theme-center
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
English | 中文
The theme center inside DeepSeek Harness — a curated gallery of built-in
themes (light and dark grouped), one-click switching, a custom-image
wallpaper with a crop/tint editor, and import/export of
user-authored dsh-theme files. Open Settings → 主题 / Themes:

The menu lists every built-in theme — light and dark are grouped, and clicking a card switches the interface instantly (your choice survives restarts):

Published on npm — one command:
dsh plugin --profile web add dsh-theme-center
Restart dsh web, then open Settings → 主题 / Themes.
dsh plugin --profile web remove dsh-theme-center
The same plugin can be added straight from the repository:
dsh plugin --profile web add github:dac114514/dsh-theme-center
Restart dsh web.

theme-center settings namespaceThemes are portable JSON documents — author your own or re-import an archived one:
{
"format": "dsh-theme",
"version": 1,
"id": "aurora",
"name": "Aurora",
"description": "A deep violet night sky.",
"colorScheme": "dark",
"tokens": {
"--dsw-alias-bg-base": "#0d0b1e",
"--dsw-alias-label-primary": "#ece9fb"
},
"wallpaper": "data:image/jpeg;base64,...."
}
Full reference: docs/theme-file-format.md ·
中文版: docs/theme-file-format.zh.md ·
Example: examples/aurora.dsh-theme.json
| id | Name | Scheme | Description |
|---|---|---|---|
light |
Original Light | light | Pure white · Indigo · DeepSeek original |
claude |
Claude Style | light | Warm cream · Terracotta · Claude aesthetic |
sakura |
Sakura | light | Soft pink · Rose · Spring blossom |
paper |
Warm Paper | light | Warm paper · Sepia · Eye-friendly reading |
dark |
Original Dark | dark | Charcoal · Indigo · DeepSeek original |
claude-dark |
Claude Dark | dark | Warm charcoal · Terracotta · Claude night |
tokyo-night |
Tokyo Night | dark | Deep blue · Bright blue · Tokyo night |
graphite |
Graphite | dark | Graphite · Moon white · High-contrast monochrome |
monokai |
Monokai | dark | Dark olive · Cyan-green · Classic high contrast |
gruvbox |
Gruvbox | dark | Warm brown · Amber · Retro vintage |
wallpaper |
Custom Wallpaper | light/dark | Custom image · Adjustable tint · Wallpaper mode |
Every palette that is not part of the shipped catalog is archived, not
deleted, as an importable dsh-theme file in
docs/archive/ — 14 themes you can restore in one click.
Full swatch reference: docs/theme-catalog.md
pnpm install → pnpm typecheck → pnpm build;
node scripts/smoke.mjs runs the controller smoke test without a browser.CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: theme、wallpaper、web-ui。