DeepSeek Harness Plugin

NoNameLeGo/dsh-catppuccin

Stars ★ 4 Category Themes & Appearance Added 2026-08-15 npm @nonamelego/dsh-catppuccin

Catppuccin themes for the DSH Web GUI: Latte, Frappé, Macchiato and Mocha registered into the native theme runtime, one-click switching with a persisted choice.

Install

# from npm (prebuilt)

dsh plugin --profile web add @nonamelego/dsh-catppuccin

# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)

dsh plugin --profile web add github:NoNameLeGo/dsh-catppuccin

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

简介

DeepSeek Harness Web GUI (dsh web)的 Catppuccin 主题插件。

它内置 Catppuccin 的四个主题——LatteFrappéMacchiatoMocha—— 把整个界面的配色都换成对应的 Catppuccin 色板;并在 设置 → 常规 → 外观 下方提供一行 Catppuccin 快捷切换,选择会自动保存、下次启动自动恢复。

特性

  • 🎨 四个主题:Latte(浅色)、Frappé / Macchiato / Mocha(深色)
  • 🧩 接入官方主题系统,与内置浅色 / 深色 / 跟随系统主题平级
  • 🎯 全界面配色覆盖(162 个配色变量),不只是一两个强调色
  • ⚙️ 设置页一行切换,选择自动保存、重启自动恢复
  • 🌐 中英文双语文案(跟随系统语言)

预览

四个主题在 DeepSeek Harness 中的实际效果(截图来自本地 GUI,Mocha 见文首大图):

安装

方式一:从 npm 安装(推荐)

dsh plugin --profile web add @nonamelego/dsh-catppuccin

装完重启 dsh web 即可,dsh plugin 会自动把它加进 profile 的 bundles。 其他 profile 把命令里的 web 换成对应名字即可(如 headless)。

方式二:从仓库安装

dsh plugin --profile web add https://github.com/NoNameLeGo/dsh-catppuccin

从 git 安装时 pnpm 可能要求允许构建脚本——按 pnpm 的提示把对应包加进 profile pnpm-workspace.yamlallowBuilds 后重跑一次即可。

方式三:本地链接(开发调试用)

克隆到本地后,把包链接进 profile 并加入 bundles(下面的路径换成你自己的):

pnpm --dir C:\Users\LeGo\.dsh\profiles\web add link:D:\Vibe-Coding\dsh-catppuccin

然后在 profile 的 package.json 中把 @nonamelego/dsh-catppuccin 加进 dsh.profile.bundles, 重启 dsh web 即可。

使用

  1. 打开 Web GUI(默认 http://127.0.0.1:3080)。
  2. 进入 设置 → 常规
  3. 外观 区域下方找到 Catppuccin 行,选择主题: Latte(浅色)、FrappéMacchiatoMocha(深色)。
  4. 选择 跟随系统 则回退到官方主题。

开发

pnpm install
pnpm typecheck   # tsc --noEmit 类型检查
pnpm test        # vitest 跑配色表覆盖测试
pnpm build       # tsdown 构建 -> lib/index.js(服务端)+ lib/client.js(浏览器)

配色表由生成器脚本产出——修改 scripts/generate-palettes.mjs 后重跑:

node scripts/generate-palettes.mjs

🙋 常见问题

  • Q: "为什么外观行里看不到 Catppuccin 主题?"
    A: 官方外观行只列出内置的浅色/深色/跟随系统偏好。四个主题在它正下方的 Catppuccin 行里。
  • Q: "我的主题选择是怎么记住的?" A: 选择保存在 dsh-catppuccin 设置里,启动时会自动恢复。

💝 致谢

 

Content from the project README on GitHub ↗

Links

More in this category

View the whole category →