diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-13 19:32:01 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-13 19:32:01 -0500 |
| commit | 47c1df50046d5fe6dcf7b210dcb49142964387e2 (patch) | |
| tree | 3245c52e99fbe207b9aaa0b5c7eadf7423e5e834 /scripts/theme-studio/README.md | |
| parent | 0de051ed6a11e15ed53fa4029f57ddc816e6b820 (diff) | |
| download | dotemacs-47c1df50046d5fe6dcf7b210dcb49142964387e2.tar.gz dotemacs-47c1df50046d5fe6dcf7b210dcb49142964387e2.zip | |
Shorten theme studio reset erase labels
Diffstat (limited to 'scripts/theme-studio/README.md')
| -rw-r--r-- | scripts/theme-studio/README.md | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/scripts/theme-studio/README.md b/scripts/theme-studio/README.md index b680e6a8..c72104bf 100644 --- a/scripts/theme-studio/README.md +++ b/scripts/theme-studio/README.md @@ -105,14 +105,13 @@ Three tiers of faces, plus the palette: function, type, comment, and the rest), each with normal/bold/italic and a contrast rating. Click a category to flash its tokens in the code; click a token to flash its row. `lock all` flips to `unlock all` when every row in the - tier is locked. `reset unlocked` restores unlocked rows to the captured syntax - defaults; `erase unlocked` blanks unlocked rows. Both leave locked rows - untouched. + tier is locked. `reset` restores editable rows to the captured syntax defaults; + `erase` blanks editable rows. Both preserve locked rows. - **UI faces** — cursor, region, mode-line, fringe, line numbers, isearch, paren match, link, error/warning/success, and the rest, foreground and background - per face, shown in a live mock Emacs buffer. `reset unlocked` restores captured - UI face defaults; `erase unlocked` blanks unlocked rows to no explicit fg/bg. - Both leave locked rows untouched. + per face, shown in a live mock Emacs buffer. `reset` restores captured UI face + defaults; `erase` blanks editable rows to no explicit fg/bg. Both preserve + locked rows. - **Package faces** — per-package face tables with a live preview (below). ## Color columns @@ -193,9 +192,9 @@ Pick an application from the dropdown to edit its faces. Each row has a foreground and background dropdown, bold/italic toggles, an `inherit` dropdown (base faces like `fixed-pitch`/`link` plus the app's own faces), a relative height stepper, a contrast readout, and a per-face reset. There's a per-app -reset and a text filter for the large sets. Package `reset unlocked` restores unlocked -rows to the captured package defaults; `erase unlocked` blanks unlocked rows to -no fg/bg/style/inherit override. Both leave locked rows untouched. Package +reset and a text filter for the large sets. Package `reset` restores editable +rows to the captured package defaults; `erase` blanks editable rows to no +fg/bg/style/inherit override. Both preserve locked rows. Package `lock all` / `unlock all` applies to the whole currently selected package, not only the rows visible under the text filter. |
