nevertoday/dsh-theme-plugin1

dsh-theme-plugin

中国传统色 DeepSeek Harness 主题包

AI 分析

核心用途是为 DSH 提供中国传统色主题(如竹青、群青等),支持即时切换与深浅色模式。适合追求个性化视觉界面、喜爱传统色美学的用户。

套件
dsh-theme-plugin
版本
0.1.4
授權
MIT
最近更新
2026年8月14日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nevertoday/dsh-theme-plugin

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.

Settings → Traditional Colors on 竹青 light: 48 anchors grouped by paper family, each row a swatch, a name, and a seal dot

The same panel on 朱红 dark: it is themed by the pack itself, because its styles only reference --dsw-* tokens

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