diff --git a/README.md b/README.md index 1bb89b8..14d265f 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,14 @@ 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 .`. +## Screenshots + +Both variants in action on a running desktop: + +| Ash Dark | Ash Light | +|----------|-----------| +| ![Ash Dark screenshot](images/screenshots/screenshot-ash-dark.png) | ![Ash Light screenshot](images/screenshots/screenshot-ash-light.png) | + ## Install (local) Copy or symlink the variant folders into the user themes directory — the diff --git a/images/screenshots/screenshot-ash-dark.png b/images/screenshots/screenshot-ash-dark.png new file mode 100644 index 0000000..a3038ab Binary files /dev/null and b/images/screenshots/screenshot-ash-dark.png differ diff --git a/images/screenshots/screenshot-ash-light.png b/images/screenshots/screenshot-ash-light.png new file mode 100644 index 0000000..e8a3579 Binary files /dev/null and b/images/screenshots/screenshot-ash-light.png differ