Skip to content
dsh.fish
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.

![DSH Minimalist Themes — Snow Water palette](images/preview-cover.png)

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](LICENSE) [![Source](https://img.shields.io/badge/Source-GitHub-brightgreen.svg?style=flat-square)](https://github.com/mykeura/dsh-minimalist-themes) [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6.svg?style=flat-square)](https://www.typescriptlang.org) [![React](https://img.shields.io/badge/React-61DAFB.svg?style=flat-square)](https://react.dev) [![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E.svg?style=flat-square)](https://developer.mozilla.org/en-US/docs/Web/JavaScript) [![CSS](https://img.shields.io/badge/CSS-1572B6.svg?style=flat-square)](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

|   |   |
| --- | --- |
| ![Beetroot Juice](images/beetroot-juice-cover.png)<br>Beetroot Juice | ![Blackberry Juice](images/blackberry-juice-cover.png)<br>Blackberry Juice |
| ![Coffee With Milk](images/coffee-with-milk-cover.png)<br>Coffee With Milk | ![Cornmeal Porridge](images/cornmeal-porridge-cover.png)<br>Cornmeal Porridge |
| ![Diana Yin](images/diana-yin-cover.png)<br>Diana Yin | ![Grape Juice](images/grape-juice-cover.png)<br>Grape Juice |
| ![Green Tea](images/green-tea-cover.png)<br>Green Tea | ![Hibiscus Tea](images/hibiscus-tea-cover.png)<br>Hibiscus Tea |
| ![Horchata](images/horchata-cover.png)<br>Horchata | ![Mango](images/mango-cover.png)<br>Mango |
| ![Mint](images/mint-cover.png)<br>Mint | ![Nance Juice](images/nance-juice-cover.png)<br>Nance Juice |
| ![Oceans](images/oceans-cover.png)<br>Oceans | ![Orange Juice](images/orange-juice-cover.png)<br>Orange Juice |
| ![Snow Water](images/snow-water-cover.png)<br>Snow Water | ![Turquoise](images/turquoise-cover.png)<br>Turquoise |
| ![Ultramarine](images/ultramarine-cover.png)<br>Ultramarine | ![Yuzu](images/yuzu-cover.png)<br>Yuzu |

## License

MIT — see [LICENSE](LICENSE).

Install

dsh plugin --profile web add github:mykeura/dsh-minimalist-themes

Profile: web

  • 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.
Source