CoolTea001/dsh-cool-theme0

dsh-cool-theme

A plugin for changing themes for DSH, with a number of popular default themes built in.

AI 分析

核心用途是为 DSH 提供丰富的主题皮肤切换。适合追求个性化界面视觉、需要在不同光照环境下切换明暗主题(如 Nord, One Dark, Catppuccin 等 12 款预设)的用户。

パッケージ
dsh-cool-theme
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/30

インストール

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

ドキュメント

README 全文を読む ↗

dsh-cool-theme

English · 中文

license: MIT node: >=22.19

Description

DeepSeek Harness theme plugin — supports light / dark / system appearance switching with 12 popular preset themes.

Features

Theme management (sidebar gear → Settings → Theme), supports light / dark / system appearance switching and provides 12 popular presets: Nord, One Dark, GitHub, Catppuccin, Dracula, Tokyo Night, Solarized, Gruvbox, Monokai, Rosé Pine, Ayu, Zenburn plus the native DeepSeek Harness theme. All presets support both light and dark modes.

Installation

The easiest way is to let DSH install it for you. For manual installation, see:

# Install
dsh plugin --profile  add dsh-cool-theme

# Uninstall
dsh plugin --profile  remove dsh-cool-theme

Replace `` with your DSH profile, e.g. web for DSH Web and desktop for DSH Desktop.

Contributing

Contributions via Issues and PRs are welcome.

// Clone project
git clone https://github.com/CoolTea001/dsh-cool-theme.git

// Install dependencies
cd dsh-cool-theme
pnpm install

// Start local development
pnpm run dev

// Local install
dsh plugin --profile  add /absolute/path/to/dsh-cool-theme

// Restart DSH service
dsh web

License

MIT © CoolTea