Catppuccin theme plugin: Latte, Frappé, Macchiato, and Mocha skins for the DSH Web theme runtime.
Install
# from npm (prebuilt)
dsh plugin --profile web add dsh-catppuccin
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:zhijun-dai/Catppuccin-dsh-theme
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
Previews
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
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
Links
More in this category
Small-tailqwq/dsh-deep-whale★ 652
Whale-girl skin series for the DSH Web UI (maid-atelier).
KinGao294/dsh-skin★ 10
Codex-style skin switcher plus a custom wallpaper layer with opacity and blur controls.
PAKIKNOWLEDGE/dsh-client-ui-skin-claude★ 3
Claude-style skin with a warm-black canvas, clay accent, and serif UI that follows the native light and dark themes.
starslittle/dsh-blue-whale★ 3
Replicates DeepSeek Chat's own blue-whale palette (#4D6BFE); light and dark follow the built-in appearance.
Tkingxiao/dsh-any-background★ 3
A DeepSeek Harness appearance plugin that lets you fully customize the Web UI with a custom theme color, background wallpaper, and fine-grained opacity controls.
tianyhjg-lab/dsh-font★ 2
Font switcher for the DSH Web GUI: 99 UI fonts and 31 code fonts with CJK-Latin pairing stacks, instant apply and localStorage persistence.