DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Catppuccin — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

dsh-catppuccin

Catppuccin

🐱 为 DeepSeek Harness 提供舒缓的柔和色彩主题:将 Catppuccin 的四种风格(Latte、Frappé、Macchiato、Mocha)注册到内置主题运行时中

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-catppuccin@0.2.3
README兼容性版本
The four Catppuccin flavors in DeepSeek Harness

兼容性与来源证明

Catppuccin 以 dsh-catppuccin 发布,当前版本为 0.2.3。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.2.4stable
2026/9/3
0.2.3stable
2026/8/28
0.2.2stable
2026/8/28
查看其余 4 个版本收起版本
0.2.1stable
2026/8/16
0.2.0stable
2026/8/16
0.1.1stable
2026/8/16
0.1.0stable
2026/8/14

相关插件

正在加载相关插件…

最新版
0.2.3
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
300
安全扫描
✓ v0.2.3 扫描通过
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Better Sidebardsh-better-sidebarDSH web 插件:类似 VSCode 的右侧边栏(资源管理器 / 编辑器 / 终端 / git / 浏览器),按对话会话隔离。提供服务,供其他插件注册侧边栏标签页和文件查看器。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio 及其精选幻灯片模板,作为原生 DeepSeek Harness 对话视图。Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航Dream Skindsh-dream-skinDeepSeek Harness 换肤插件(Dream Skin for DSH):8 套 iOS / Linear 式清透冷调的高质感主题 + 弥散光壁纸 + 每款皮肤智能背景 + 强调色 + 主题包分享,把换肤做成材质与配色克制的高级感工艺,而非贴图。在原生 DSH Web 和第三方桌面客户端(DSH Desktop)中运行:8 款原创高端主题、玻璃材质、壁纸 2.0

README

Logo
查看图片 Catppuccin for DeepSeek Harness 查看图片

English | 中文

查看图片

Previews

🌻 Latte 查看图片
🪴 Frappé 查看图片
🌺 Macchiato 查看图片
🌿 Mocha 查看图片

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

 

查看图片

Copyright © 2026-present zhijun-dai