hyposelen1a/dsh-columbina-theme ↗★ 1
dsh-columbina-theme
A Genshin Impact Columbina (哥伦比娅) themed plugin for DeepSeek Harness Web: preset/custom background images with a translucent mask, per light/dark scheme palettes, and a special glow for the active conversation title.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hyposelen1a/dsh-columbina-theme说明文档
阅读完整 README ↗使用
设置路径:设置 → 插件 → 哥伦比娅主题。
| 设置项 | 说明 |
|---|---|
| 背景预设 | 预设网格(随包附带的 columbina-1/2 + 你放进 assets/backgrounds/ 的图片);留空 = 自动(浅色 columbina-1 / 深色 columbina-2),再点一次当前项可恢复自动 |
| 上传自定义图片 | 上传 PNG/JPEG/WebP/GIF(≤ 15MB),自动切换为自定义背景 |
| 蒙版不透明度 | 0% = 原图效果(面板通透度同步归零),越高越不透明,100% = 完全覆盖为当前明暗主题底色 |
| 字体颜色 | 默认跟随明暗配色;选择后同时用于两种配色 |
| 蒙版颜色 | 自定义蒙版底色(留空 = 跟随明暗主题) |
| 输入框颜色 | 自定义输入框颜色(固定 80% 不透明;留空 = 跟随明暗主题) |
| 侧边栏颜色 | 自定义侧边栏颜色(始终不透明;留空 = 跟随明暗主题) |
| 选中会话标题特效 | 开关当前会话标题的渐变 + 光晕效果 |
设置保存在 $DSH_HOME/settings.yaml(dsh-columbina-theme 命名空间);上传的自定义图片与预设缩略图缓存保存在 $DSH_HOME/storages/dsh-columbina-theme/。
添加自己的预设背景
把图片(svg / png / jpg / jpeg / webp / gif)放进插件的 assets/backgrounds/ 目录,文件名只含字母、数字、-、_(如 columbina-3.jpg),重启 DSH 后自动出现在预设网格(id 用文件名,标签显示文件名),无需改代码。
位图(png/jpg/webp/gif)超过 512KB 时,设置网格自动使用服务端生成的预览缩略图(640px 宽 JPEG,缓存于
$DSH_HOME/storages/dsh-columbina-theme/thumbs/),点选作为背景时才加载原图;小图与 SVG 直接用原图。