dsh-cool-theme cover
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