Bundle
@mykeura/dsh-minimalist-themes
Minimalist Themes plugin: adapts the Minimalist theme collection palettes to the DSH --dsw-* token system and adds a picker card under Settings > Plugins
- Source
- mykeura
- License
- MIT
- Updated
- Updated 6 days ago
Readme
# DSH Minimalist Themes English | [中文](README.zh.md) The idea was simple: build a collection of minimalist color palettes based on an earlier project. The goal was to give DeepSeek Harness (DSH) a more colorful, softer tone — one that would fit its minimalist design perfectly. Since the philosophy behind DSH is that everything is a plugin, I tried to adapt this creation as best I could. So you'll find it under **Settings → Plugins → Minimalist themes**. Once there, you'll see 18 minimalist themes at your disposal, and you can switch between them with a single click.  [](LICENSE) [](https://github.com/mykeura/dsh-minimalist-themes) [](https://www.typescriptlang.org) [](https://react.dev) [](https://developer.mozilla.org/en-US/docs/Web/JavaScript) [](https://developer.mozilla.org/en-US/docs/Web/CSS) --- It's built for the DSH web profile — I test it against `0.1.2-alpha.2`. If the picker doesn't show up in Settings → Plugins, your harness probably moved a client module; pin a version you've confirmed and let me know. ## Install ```sh pnpm dsh plugin --profile web add github:mykeura/dsh-minimalist-themes # pin a version: pnpm dsh plugin --profile web add github:mykeura/dsh-minimalist-themes#v1.0.1 ``` Once the plugin is installed, you can access its configuration from **Settings → Plugins**. ## Themes | | | | --- | --- | | <br>Beetroot Juice | <br>Blackberry Juice | | <br>Coffee With Milk | <br>Cornmeal Porridge | | <br>Diana Yin | <br>Grape Juice | | <br>Green Tea | <br>Hibiscus Tea | | <br>Horchata | <br>Mango | | <br>Mint | <br>Nance Juice | | <br>Oceans | <br>Orange Juice | | <br>Snow Water | <br>Turquoise | | <br>Ultramarine | <br>Yuzu | ## License MIT — see [LICENSE](LICENSE).
Install
dsh plugin --profile web add github:mykeura/dsh-minimalist-themes
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install mykeura-dsh-minimalist-themes from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.