nevertoday/dsh-theme-plugin ↗★ 1
dsh-theme-plugin
中国传统色 DeepSeek Harness 主题包
AI 分析
核心用途是为 DSH 提供中国传统色主题(如竹青、群青等),支持即时切换与深浅色模式。适合追求个性化视觉界面、喜爱传统色美学的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nevertoday/dsh-theme-plugin说明文档
阅读完整 README ↗Usage
Open Settings → Traditional Colors (after "Agent presets" in the nav) and pick a theme — applies immediately. Or share/bookmark a deep link:
http://127.0.0.1:3080/#theme=zhuqing-light # 竹青 light
http://127.0.0.1:3080/#theme=qunqing-dark # 群青 dark
Changing the hash switches themes live. Your pick is remembered per browser (localStorage), not in settings.yaml — it does not follow you across devices.


The panel is themed by the pack itself — its styles reference nothing but --dsw-* tokens, so it doubles as a demo of the theme you are picking.
Configuration
Under the plugin's row in cordis.yml:
config:
defaultTheme: zhuqing-light # theme applied at boot (optional)
remember: true # remember the pick in localStorage
hashSelector: true # honour #theme= deep links
settingsOrder: 40 # settings page position in the nav