Solarized 与 Selenized 主题插件:向 DSH Web 主题运行时注册四套忠实色板。
安装
# npm 包(预构建)
dsh plugin --profile web add @yuquexianzhou/solarized-dsh-theme
# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)
dsh plugin --profile web add github:zhijun-dai/Solarized-dsh-theme
装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络,工具审批管不到它。GitHub 来源的插件还会在安装时执行构建脚本。请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。
README
English | 中文
DeepSeek Harness(dsh)的忠实 Solarized 与 Selenized 主题。它向 DSH 内置的 主题运行时注册四套精选色板,并在 设置 → 通用(内置"外观"行下方)添加一个 选择行:
| id | 模式 | 色板 |
|---|---|---|
solarized-dark |
深色 | Solarized base03 |
solarized-light |
浅色 | Solarized base3 |
selenized-dark |
深色 | Selenized dark |
selenized-light |
浅色 | Selenized light |
每个令牌都由源色板推导而来——色板家族之外没有任何颜色。Markdown 代码块还会
获得规范的 Solarized / Selenized 语法配色(通过 --shiki-* 令牌),让代码保持
其标志性的观感。
选择 默认 会恢复内置外观并清除已存储的主题。
安装
从 GitHub 仓库安装:
dsh plugin --profile web add github:zhijun-dai/Solarized-dsh-theme
从本地检出安装(-w 标志必需——profile 目录是 pnpm workspace 根):
dsh plugin --profile web add -w /path/to/Solarized-dsh-theme
从 npm 安装:
dsh plugin --profile web add @yuquexianzhou/solarized-dsh-theme
安装后重启 web 服务器:
dsh web
打开 设置 → 通用 即可选择主题。
开发
客户端 bundle 无需构建步骤;令牌表由源色板生成:
node scripts/gen-client.mjs # 重新生成 lib/client.js
色板:Solarized(Ethan Schoonover,MIT)、Selenized(Jan Warchol,MIT)。
链接
同类插件
Small-tailqwq/dsh-deep-whale★ 652
DSH Web 鲸鱼娘皮肤系列(深海女仆工坊 maid-atelier)。
KinGao294/dsh-skin★ 10
Codex 风格皮肤切换器 + 自定义壁纸层,可调透明度与模糊。
PAKIKNOWLEDGE/dsh-client-ui-skin-claude★ 3
Claude 风格皮肤:暖黑画布、陶橙点缀、衬线 UI,跟随原生亮/暗主题。
starslittle/dsh-blue-whale★ 3
复刻 DeepSeek Chat 的蓝鲸配色(主色 #4D6BFE),亮色/深色跟随系统外观。
Tkingxiao/dsh-any-background★ 3
自定义外观插件:换背景图(可调大小和位置)、用色轮自定义主题色,主界面和设置界面的透明度都能单独调。
zhijun-dai/Catppuccin-dsh-theme★ 3
Catppuccin 主题插件:为 DSH Web 主题运行时提供 Latte、Frappé、Macchiato、Mocha 四套皮肤。