aboutsummaryrefslogtreecommitdiff
path: root/themes/dupre-palette.png
Commit message (Collapse)AuthorAgeFilesLines
* chore(themes): regenerate dupre palette preview from palette.elCraig Jennings2026-05-221-0/+0
| | | | | | 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.
* fix(org-drill): switch from local load-path to VC package installCraig Jennings2026-01-271-0/+0
Use :vc to install org-drill from GitHub instead of :load-path to local clone. Add dupre color palette reference image.