aboutsummaryrefslogtreecommitdiff
path: root/tests/test-nov-reading--config-defaults.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(readers): default EPUB and PDF to a dark/sepia/light reading cycleCraig Jennings4 days1-0/+38
nov-mode's reading cycle opened on sepia and ran sepia, dark, light. I reordered it to dark, sepia, light and made a fresh EPUB open dark. pdf-view only had a binary midnight toggle. I added a matching palette layer: a fresh PDF opens dark, and c cycles dark, sepia, light, none (C selects by name, M also cycles). Each palette is a foreground/background pair fed to pdf-view-midnight-minor-mode, so sepia and light are that same duotone with warmer and lighter colors. The pdf colors mirror the nov palettes so EPUBs and PDFs read alike. Pure name-to-colors and cycle logic are unit-tested. The live render needs a manual check.