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.

Theme Lab — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

dsh-theme-lab

Theme Lab

Unofficial modular theme collection and starter kit for DeepSeek Harness.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Slymaster/dsh-theme-lab#1859218229c16d65a38c73f3c86c80cfb5d6a21f
READMECompatibilityVersions
Cyber Sakura selected in DeepSeek Harness settings

Compatibility and provenance

Theme Lab is published as dsh-theme-lab and currently resolves to version 1.0.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

1.0.0stable
8/24/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
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.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.

README

DSH Theme Lab

Unofficial community project — not affiliated with or endorsed by DeepSeek.

A modular theme collection and starter kit for the preview release of DeepSeek Harness. Theme Lab adds a native Settings selector, persistent choices, semantic light/dark palettes, and responsive artwork that appears only before the first message.

Event HorizonCyber Sakura
A violet black hole on a dark backgroundA neon night garden with pink blossoms
Obsidian GoldDigital Rain
A black architectural space with a gold portalAbstract green digital rain on black

Interface preview

Cyber Sakura chat

Cyber Sakura applied to the DeepSeek Harness chat

Theme selector

Cyber Sakura selected in DeepSeek Harness settings

Cyber Sakura in the native Harness theme selector, with its matching chat palette active behind Settings.

Features

  • Four custom themes plus the untouched DeepSeek Harness default.
  • One data-driven registry for cards, palettes, artwork, and asset routes.
  • Exactly 16 inspected semantic tokens per custom theme, with light and dark values.
  • Native Settings persistence through the Harness connection service—no localStorage fallback.
  • Responsive WebP hero artwork scoped to [data-phase='hero'] only.
  • Reversible token overrides and complete cleanup when selecting the default or unloading.
  • A small Creator fallback for trying the Event Horizon palette without artwork or Settings.

Compatibility and prerequisites

Theme Lab 1.0.0 targets DeepSeek Harness 0.1.1-rc.2 and Node.js 22. Harness is currently preview software: its plugin APIs can change without notice, so review the compatibility note before upgrading either project.

You need:

  • an existing local DeepSeek Harness installation;
  • Node.js 22 and pnpm through Corepack;
  • access to the active Harness profile directory and its cordis.patch.yml.

Install from source

git clone https://github.com/Slymaster/dsh-theme-lab.git
cd dsh-theme-lab
corepack enable
pnpm install --frozen-lockfile
pnpm bundle
pnpm link --global

Link the package from the active DeepSeek Harness profile directory:

pnpm link --global dsh-theme-lab

Merge the single row from cordis.patch.yml into the profile patch:

- insert:
    - id: dsh-theme-lab-live
      name: dsh-theme-lab

Keep exactly one Theme Lab row. The package manifest exposes the Web client automatically.

Updating a running profile

Harness may discover disabled client modules, so do not leave an old Theme Lab alias beside the new one. For a safe hot update:

  1. Remove the existing Theme Lab row completely and wait until the Harness boot graph contains no Theme Lab module.
  2. Rebuild/link the new package, insert the single row above, and wait for HMR.

This two-phase procedure avoids stale Host ESM cache and duplicate client registrations. A browser that loaded the old boot graph may need one refresh. If your Harness build does not apply Host changes through HMR, follow its current restart guidance instead of assuming hot replacement is supported.

Choose a theme

Open Settings → General → Interface theme, then choose DeepSeek original, Event Horizon, Cyber Sakura, Obsidian Gold, or Digital Rain. The selection is stored in the native dsh-theme-lab Settings namespace and should survive a page reload.

Create your own

Follow Creating a theme. A new theme is one registry entry, one optimized WebP, and a complete 16-token palette. No controller branch is required.

Creator fallback

client.js is intentionally limited: it applies only the Event Horizon token palette. It has no hero artwork, theme selector, or persistence. Use the installable package for the complete experience.

Uninstall

  1. Select DeepSeek original in Settings.
  2. Remove the dsh-theme-lab-live row from the profile patch.
  3. Unlink the package from the profile with pnpm unlink dsh-theme-lab.
  4. Optionally remove the global link from the cloned project with pnpm unlink --global.

Unloading calls the token, hero, slot, and subscription disposers. The saved dsh-theme-lab preference can remain harmlessly in the Harness Settings document.

Troubleshooting

SymptomCheck
No theme cardsConfirm the profile has one dsh-theme-lab dependency and one Host row, then inspect the boot graph.
Choice changes but resets on reloadEnsure both connection injections in package.json and src/client/index.ts are still present.
Artwork returns 404Rebuild and check /plugins/dsh-theme-lab/<theme-id>.webp; routes are exact and case-sensitive.
Duplicate cards or stale stylesRemove all old aliases, use the two-phase update above, then refresh once.
Theme covers an active conversationConfirm custom CSS still targets only [data-phase='hero'].

When reporting a problem, include the Harness version, Node version, browser console error, and a redacted boot-graph excerpt. Never post secrets or private profile data.

Development

pnpm bundle
pnpm test
npm pack --dry-run --json

The validator exercises the registry, settings namespace, persistence wiring, cleanup, contrast, exact routes, package contents, and deterministic bundles.

Project links

  • DeepSeek Harness upstream
  • Theme Lab issues
  • Contributing
  • Security policy
  • Artwork provenance
  • Third-party notices

Roadmap

  • Compatibility checks for future Harness preview releases.
  • Community theme gallery and reusable palette validation.
  • Import/export format for theme definitions.
  • Automated browser-level smoke testing when upstream exposes a stable test harness.

License

MIT © Slymaster. See LICENSE. DeepSeek Harness remains governed by its own license; see THIRD_PARTY_NOTICES.md.