diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-08 16:16:02 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-08 18:42:38 -0500 |
| commit | 93574c67a16d7b69354ba210410d7cc395e9ef2e (patch) | |
| tree | 7c6bda37f64da78cba346e170dcb455f47bb898f /scripts/theme-studio/README.md | |
| parent | 8d4a83265e43b9ae42f23fcc5734e380cc194cc9 (diff) | |
| download | dotemacs-93574c67a16d7b69354ba210410d7cc395e9ef2e.tar.gz dotemacs-93574c67a16d7b69354ba210410d7cc395e9ef2e.zip | |
docs(theme-studio): add color-assignment guide
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.
Diffstat (limited to 'scripts/theme-studio/README.md')
| -rw-r--r-- | scripts/theme-studio/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/theme-studio/README.md b/scripts/theme-studio/README.md index 620340396..e9817ab10 100644 --- a/scripts/theme-studio/README.md +++ b/scripts/theme-studio/README.md @@ -8,6 +8,10 @@ Reassign colors against the palette, judge legibility with live WCAG-contrast readouts, then export a `theme.json` that a build step turns into `themes/<name>-*.el`. +For the color-assignment philosophy behind the tool — how to group syntax roles, +what to share, where to spend chroma and bold — see +[`theme-coloring-guide.org`](theme-coloring-guide.org). + ## Run ```bash |
