C
dsh-cool-theme
cooltea001/dsh-cool-theme
DeepSeek Harness 테마 플러그인 — Dark / Light / System 외관 전환을 지원하며, 34개의 사전 설정 테마를 제공합니다. 사용자 정의 테마 생성, 공유 및 가져오기도 지원합니다.
설치
dsh plugin --profile web add github:cooltea001/dsh-cool-themeREADME

dsh-cool-theme
English · 中文
Description
DeepSeek Harness theme plugin — supports Dark / Light / System appearance switching, ships 34 preset themes, and supports creating, sharing, and importing custom themes.
Features
- Appearance switching: The appearance switch from General settings is now managed in Theme settings. You can set the appearance (dark, light, or system) in the Settings dialog → Theme tab.
- 34 preset themes: 34 built-in presets, each adapted to both dark and light appearance: Aura, Ayu, Catppuccin, Catppuccin Frappe, Catppuccin Macchiato, Cobalt2, Cursor, DSH, Dracula, Everforest, Flexoki, GitHub, Gruvbox, Kanagawa, Lucent Orng, Material, Matrix, Mercury, Monokai, Night Owl, Nord, One Dark, OpenCode, Orng, Osaka Jade, Palenight, Rosé Pine, Solarized, Synthwave 84, System, Tokyo Night, Vercel, Vesper, Zenburn.
- Custom themes: Turn on custom themes to create your own (colors inherit from the currently selected preset), and freely change the theme colors.
- Sharing themes: Share custom themes you have created, or import custom themes shared by others.
Installation
# Install: dsh plugin --profile <your-profile> add dsh-cool-theme
dsh plugin --profile web add dsh-cool-theme # Web
dsh plugin --profile desktop add dsh-cool-theme # Desktop
# Uninstall
dsh plugin --profile <your-profile> remove dsh-cool-theme
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 <your-profile> add /absolute/path/to/dsh-cool-theme
// Restart DSH service
dsh web
License
MIT © CoolTea