aboutsummaryrefslogtreecommitdiff
path: root/scripts/theme-studio/README.md
Commit message (Collapse)AuthorAgeFilesLines
* docs(theme-studio): add color-assignment guideCraig Jennings2026-06-081-0/+4
| | | | theme-coloring-guide.org is the design philosophy behind the tool, organized from principles out: seven laws, a role-to-treatment seed table, and three tiers (syntax, UI faces, org packages) as that table projected onto Emacs faces. It documents a shade budget per hue family, a functional signal-color convention table (not an emotion table), color-vision rules, and Emacs face specifics, and closes with canonical references. The README points to it, and dupre is the worked example.
* refactor(theme-studio): rename theme-selector to theme-studioCraig Jennings2026-06-081-0/+166
The tool authors themes from scratch -- palette, faces across every tier, live preview, export to a loadable deftheme. It never selects among existing themes, so "selector" mis-described it. Renamed the directory, the generated HTML and its title, the design spec, and every reference in the code, README, tests, and todo. No behavior change.