docs: add palette swatch images for both variants

This commit is contained in:
Richard Zink
2026-09-22 11:16:10 +02:00
parent 99cef66d61
commit 0cb1318a1d
4 changed files with 88 additions and 1 deletions
+10 -1
View File
@@ -13,13 +13,22 @@ Harbor palette to Ash.
## Variants
### Ash Dark
![Ash Dark palette](images/ash-dark-palette.png)
### Ash Light
![Ash Light palette](images/ash-light-palette.png)
| Theme dir | Style | Base surfaces | Accent |
|------------|-------|----------------------------------|--------|
| `ash-dark` | dark | void `#100f12`, panel `#1c1b1f`, raised `#29282c`, bone `#e6dfd1` | ember `#e0914f` |
| `ash-light`| light | paper `#e9e3d5`, raised `#f2ecdf`, deep `#dcd5c3`, ink `#2a2822` | ember `#a85f1d` |
| `ash-light`| light | paper `#e9e3d5` / ink `#2a2822` · raised `#f2ecdf`, deep `#dcd5c3` | ember `#a85f1d` |
Accents: ember, gold, blood, rot, moss, steel, violet, rust (see
`tools/recolor.py` for the exact terminal 16-colour mapping).
Regenerate the swatch images above with `python3 tools/make_palette_images.py .`.
## Install (local)