DeepSeek Harness plugin

dsh-appearance

Appearance settings plugin for the dsh web profile: theme presets (Claude / GitHub / Neo-brutalism / Terminal) plus font family, code font and font-size controls, persisted in the host settings

Jump to install

Source facts

Repository
levi52/dsh-appearance
Latest update
Aug 18, 2026
Category
Models & Providers
GitHub stars
2
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/levi52/dsh-appearance
Plugin: dsh-appearance
Author: levi52

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.en.mdSource · read only
README language

<div align="center">

🎨 dsh-appearance

Appearance plugin for the DeepSeek Harness Web UI: themes, accent colors, fonts and wallpapers — personalize your Web UI in one click.

English · 中文

!License: MIT !Node >= 18 !TypeScript ![CI](https://github.com/levi52/dsh-appearance/actions) ![Developed with DeepSeek Harness](https://www.deepseek.com/harness/)

</div>

---

Features

  • 🎨 Themes: Light / Dark / System plus 9 presets (Claude, GitHub, Neo-brutalism, Terminal, Dracula, Tokyo Night, Gruvbox, Solarized, Material), and a custom theme editor (5 key colors, everything else derived automatically)
  • 🌈 Accent color: 8 presets + a custom color picker, stacked over any theme, with WCAG-computed readable on-accent text
  • 🔤 Fonts: UI font / code font (default, sans-serif, serif, monospace, custom), a system font picker (browse locally installed fonts), and three font-size steps
  • 🖼️ Wallpaper: upload or paste an image URL; a gallery of previously used wallpapers to switch and delete; opacity (up to a clean, mask-free wallpaper) and blur controls
  • 📤 Export / Import: the whole appearance config as JSON — backup, share, migrate
  • Quick switcher: an “Appearance” button in the sidebar footer to switch theme and accent instantly
  • 💾 Automatic persistence: everything is stored in $DSH_HOME/settings.yaml and restored on reload
  • 🧩 Draft workflow: edits land in a draft; click “Save & Apply” to commit, or discard

Installation

Requirements

  • DeepSeek Harness (dsh CLI) installed with a booted web profile
  • Node.js ≥ 18 (v22 in dev)

Steps

# 1. One-command install (registers the bundle into the web profile):
npm run install-plugin
#    Equivalent to the single manual step below; pass --profile <name> for
#    other profiles:
#    dsh plugin --profile web add <this-directory>

# 2. Restart dsh web

Uninstall

npm run uninstall-plugin
#    Removes the bundle. Your user data (the ui-appearance section of
#    settings.yaml and the wallpapers/ directory) is kept — delete it manually
#    if you want it gone.

> Client-only changes (themes, fonts, wallpaper settings, …) only need a hard browser refresh; host-side changes (schema, routes) need a restart.

Settings UI

SectionDescription
ThemeLight/Dark/System, 9 presets, and the custom card (click to toggle the editor)
AccentPreset swatches + custom color picker; “Theme default” applies none
FontsUI font, code font, font size (UI scale)
Background imageUpload / URL / gallery switch & delete, opacity, blur
ActionsSave & Apply, Discard, Reset, Export, Import

Data storage

  • Settings: the ui-appearance: section of $DSH_HOME/settings.yaml (small fields only)
  • Wallpaper images: $DSH_HOME/wallpapers/ (uploaded files; settings store only the served URL, never the big payload)

Development

npm run typecheck   # type check
npm run build       # build lib/ artifacts
npm run watch       # rebuild on src/ changes

Source lives in src/ (host index.ts, browser client/index.ts); build output goes to lib/.

How it works

  • Themes override the --dsw-alias-* color tokens; presets are authored as compact palettes and expanded into the full token set
  • Wallpapers are stored via host routes (/dsh-appearance/*) and shown through a translucent surface layer tinted with the active theme
  • Third-party/custom theme ids are stored in ui-appearance.theme (the built-in ui-theme.preference only accepts light/dark/system)
  • How settings reach the browser: on startup the Host half registers the ui-appearance settings namespace via ctx.settings.register; the DSH gateway exposes every registered namespace to the browser (registration IS the exposure — there is no whitelist to maintain). So installation never requires editing DSH files: once the bundle is mounted and the Host half is running, the settings page can read/write ui-appearance and persist it to $DSH_HOME/settings.yaml. If settings do not stick, verify the bundle is registered (re-run the install and restart dsh web) rather than patching gateway code.

Security

  • All data stays local ($DSH_HOME); nothing is uploaded
  • The wallpaper upload endpoint accepts images only, with filename whitelisting against path traversal
  • No credentials or keys are collected

🤖 AI declaration

Built with DeepSeek Harness.

License

[MIT](LICENSE) © Levi5