diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-13 17:38:01 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-13 17:38:01 -0500 |
| commit | 6f1b7a3993137b8458dd7e35131a914450640d1d (patch) | |
| tree | 0d316bb8765f745ebe2f8666e0b084d5a7a7c689 /scripts/theme-studio/README.md | |
| parent | 77af86cb1152d7e52bb2a2968858f10e6b402155 (diff) | |
| download | dotemacs-6f1b7a3993137b8458dd7e35131a914450640d1d.tar.gz dotemacs-6f1b7a3993137b8458dd7e35131a914450640d1d.zip | |
Make theme studio column delete safer
Diffstat (limited to 'scripts/theme-studio/README.md')
| -rw-r--r-- | scripts/theme-studio/README.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/scripts/theme-studio/README.md b/scripts/theme-studio/README.md index a357a61f7..7e8fda549 100644 --- a/scripts/theme-studio/README.md +++ b/scripts/theme-studio/README.md @@ -129,10 +129,11 @@ derived from hue, chroma, lightness, or the visible color name. `grey80`, `orange3`, and `orchid4` group by their text stem. Imported names that begin with `bg` or `fg` are normal colors unless they are exact ground endpoints or explicitly use the `ground` column id. -- **Deleting.** Normal columns have a header delete control that removes every - tile in that column. The ground column is pinned and cannot be deleted. Face - assignments that used a deleted tile stay on that old hex and appear as - recoverable "(gone)" values, matching individual chip deletion. +- **Deleting.** Normal columns have a separated header delete control with a + confirmation prompt. Confirming removes every tile in that column. The ground + column is pinned and cannot be deleted. Face assignments that used a deleted + tile stay on that old hex and appear as recoverable "(gone)" values, matching + individual chip deletion. - **The count control** under each non-ground column sets how many steps sit on each side of the column's base. Setting N regenerates the column as a symmetric base ±N tonal ramp via `ramp()` — lighter and darker steps on the base's hue |
