aboutsummaryrefslogtreecommitdiff
path: root/themes/dupre-color-palette.html
Commit message (Collapse)AuthorAgeFilesLines
* refactor(themes): retire dupre, fall back to modus-vivendiCraig Jennings11 days1-81/+0
| | | | WIP, the theme-studio export, is the active theme. dupre was only the fallback and a structural reference. Move the fallback to the built-in modus-vivendi, guaranteed present everywhere this config loads. Delete the three dupre files plus its test and palette assets, and fix the stale comments that pointed at dupre-faces.el for the auto-dim and org-keyword faces (those moved to org-faces-config.el). Repoint the dupre-clear-theme spec's palette reference to git history.
* chore(themes): regenerate dupre palette preview from palette.elCraig Jennings2026-05-221-175/+73
| | | | | | The committed palette PNG had drifted from the theme. It labeled steel as "cyan", invented magenta colors the palette never had, and left out blue+2. There was no generator, so the preview and the source diverged silently. I added gen-palette-preview.py, which parses the (name "#hex") pairs straight out of dupre-palette.el and emits the preview HTML grouped one row per color family. I regenerated the HTML and the PNG from it, so all 32 colors show with square swatches at 2x, columns aligned, and nothing drifts from palette.el again.
* chore(theme): add color palette reference filesCraig Jennings2026-01-261-0/+183
- show-palette.sh: terminal script displaying colors with ANSI true color - dupre-color-palette.html: visual HTML reference for all theme colors