NoNameLeGo/dsh-catppuccin-theme ↗★ 38
@nonamelego/dsh-catppuccin
Catppuccin themes + a toggleable glassmorphism skin for the DeepSeek Harness web GUI — Latte, Frappé, Macchiato and Mocha registered into the official theme system (Appearance settings), fully remapping the --dsw-* token ladder, with adjustable frosted glass for the top bar, sidebar, composer, stats line and trajectory view.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:NoNameLeGo/dsh-catppuccin-theme说明文档
阅读完整 README ↗使用
- 打开 Web GUI(默认
http://127.0.0.1:3080);在 DSH Desktop 中则直接打开桌面应用即可。 - 进入 设置 → 常规。
- 在 外观 区域下方找到 Catppuccin 行,选择主题: Latte(浅色)、Frappé、Macchiato 或 Mocha(深色)。
- 选择 跟随系统 则回退到官方主题——会还原你启用 Catppuccin 之前 的官方偏好(浅色 / 深色 / 跟随系统),而不是强制重置。
玻璃质感
在 设置 → 常规 的 Catppuccin 主题 正下方找到 玻璃质感 行:
- 总开关:开启后顶栏、侧边栏、输入框、统计行、轨迹视图变为磨砂玻璃; 关闭即完全还原原生界面(无需刷新)。
- 模式:云母效果把界面改成悬浮磨砂卡片;兼容模式保持原版排版, 只把材质换成玻璃。
- 预设:清透 / 标准 / 磨砂 三档一键套用;想微调再用下面的滑条 (当前旋钮值与某档一致时该档高亮)。
- 玻璃模糊度(0–40 px)、磨砂度(0–100%):控制玻璃的模糊半径与 不透明度。
- 背景亮度:深色模式 0–50 压暗、浅色模式 50–100 提亮(50 为原样), 直接调和进纯色背景。
玻璃配色自动跟随当前主题,切换 Latte / Frappé / Macchiato / Mocha 时即时 变色;所有设置跨重启自动恢复。
检查 Catppuccin 插件更新
在 设置 → 常规 的 玻璃质感 正下方找到 检查 Catppuccin 插件更新 行:
- 点击 检查更新 即对比 npm 上的最新版与当前版本:已是最新 → 显示当前
版本号;发现新版 → 显示新版本号并给出可复制的升级命令(命令中的 profile
名自动探测,无需手动替换;探测失败才回退为
web)。 - 本插件为本地链接 / 源码安装(
link:/file:/ git)时不显示 npm 升级 命令,会提示改用git pull或重新构建。 - 通道策略:正式版只跟随
latest标签;预发布版同时跟随beta(升级命令 自动带@beta)。离线或网络失败时显示原因并可重试。