aboutsummaryrefslogtreecommitdiff
path: root/tests/test-nov-reading--text-scale.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(nov-reading): persist font size, add per-palette structural facesCraig Jennings19 hours1-0/+105
Font size now carries across books and sessions. The +/-/= keys write the text-scale offset to data/nov-reading-text-scale and the offset is restored when a book opens, so a size I set sticks instead of resetting to the base height on every reopen. The = key returns to the base height and persists that reset. Each palette grows from a single bg/fg face into a bundle: :face plus optional :heading and :link. When a palette is active, its heading and link faces remap shr's h1-h6 and link faces buffer-local, so the EPUB hierarchy reads in the palette's accent. The remap stays buffer-local to the nov buffer, so HTML mail and eww keep the theme's normal shr colors.