zhijun-dai/Catppuccin-dsh-theme ↗★ 8
dsh-catppuccin
🐱 Soothing pastel theme for DeepSeek Harness: the four Catppuccin flavors (Latte, Frappé, Macchiato, Mocha) registered into the built-in theme runtime
AI Analysis
核心用途是为 DSH 网页端提供高颜值的 Catppuccin 皮肤。适合追求个性化视觉界面、喜欢粉彩护眼配色的 DSH 网页端用户。
Install
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhijun-dai/Catppuccin-dsh-themeREADME
Read the full README ↗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.