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.

Catppuccin — DSH Plugin for DeepSeek Harness
← Plugins

dsh-catppuccin

Catppuccin

🐱 Soothing pastel theme for DeepSeek Harness: the four Catppuccin flavors (Latte, Frappé, Macchiato, Mocha) registered into the built-in theme runtime

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-catppuccin@0.2.3
READMECompatibilityVersions
The four Catppuccin flavors in DeepSeek Harness

Compatibility and provenance

Catppuccin is published as dsh-catppuccin and currently resolves to version 0.2.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.2.4stable
9/3/2026
0.2.3stable
8/28/2026
0.2.2stable
8/28/2026
Show 4 more versionsCollapse versions
0.2.1stable
8/16/2026
0.2.0stable
8/16/2026
0.1.1stable
8/16/2026
0.1.0stable
8/14/2026

Related plugins

Loading related plugins…

Latest
0.2.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
300
Security scan
✓ v0.2.3 scan passed
View source ↗Project homepage ↗
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Better Sidebardsh-better-sidebarDSH web plugin: a VSCode-like right sidebar (explorer / editor / terminal / git / browser), isolated per conversation session. Exposes a service for other plugins to register sidebar tabs and file viewers.Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebDream Skindsh-dream-skinDeepSeek Harness 换肤插件(Dream Skin for DSH):8 套 iOS / Linear 式清透冷调的高质感主题 + 弥散光壁纸 + 每皮肤智能背景 + 强调色 + 主题包分享,把换肤做成材质与配色克制的高级感工艺,而非贴图。Works in native DSH Web and third-party desktop clients (DSH Desktop): 8 original premium themes, glass materials, wallpaper 2.0

README

Logo
View image Catppuccin for DeepSeek Harness View image

English | 中文

View image

Previews

🌻 Latte View image
🪴 Frappé View image
🌺 Macchiato View image
🌿 Mocha View image

Features

  • Complete, full Catppuccin colors — every color is a Catppuccin palette color; the default DeepSeek blue-gray never shows through.
  • Classic mauve brand — the brand color follows the Catppuccin way: mauve, not the built-in blue.
  • Your choice is remembered — the selected flavor persists per browser in localStorage and is re-applied at startup, even when the host re-asserts its own preference.
  • Component-level accents — beyond tokens, message bubbles, tool-call rows, code block tags, timestamps, the homepage headline and hover states are tinted from the palette, with a gradient headline on the empty workspace.
  • Zero intrusion on Default — switching back to the built-in appearance restores it pixel-identical; no injected styles remain.
  • Four flavors, dark and light — Latte is tuned separately from the dark flavors, so each flavor looks balanced on its own surface.
  • Palette-pure — every value is a Catppuccin palette color or a mix of palette colors; nothing from outside the family.

Usage

This is a dual-face theme plugin for DeepSeek Harness (dsh). It registers the four Catppuccin flavors into the built-in theme runtime, so they appear as selectable skins in Settings → General → Catppuccin theme.

Install

From a GitHub repository:

dsh plugin --profile web add github:zhijun-dai/Catppuccin-dsh-theme

From a local checkout (the -w flag is required — the profile directory is a pnpm workspace root):

dsh plugin --profile web add -w /path/to/Catppuccin-dsh-theme

From npm:

dsh plugin --profile web add dsh-catppuccin

The npm release may lag behind. For the latest version, use the GitHub install method above (a branch can be pinned with #branch-name).

Restart the web server afterwards:

dsh web

Switch themes

Open the web UI, go to Settings → General, and pick one of the four Catppuccin flavors (or Default to follow the built-in appearance). The choice is stored per-browser in localStorage.

How it works

The theme definitions are generated from the official catppuccin/palette palette.json (never hand-edited). scripts/gen-themes.mjs maps the 26 Catppuccin colors per flavor onto the --dsw-alias-* token directory from dsh's @deepseek-ai/dsh-client-ui-theme stylesheets (including the --shiki-* syntax palette and the leaked --dsw-static-deepseek-* static colors), writes the per-flavor token tables to themes/, and embeds them into the browser bundle lib/client.js.

node scripts/gen-themes.mjs

💝 Thanks to

  • zhijun-dai
  • Catppuccin
  • KinGao294/dsh-skin — the reference theme plugin this port is modeled on
  • DeepSeek

 

View image

Copyright © 2026-present zhijun-dai