aboutsummaryrefslogtreecommitdiff
path: root/themes/dupre-palette.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(dupre): darken the theme background to #0d0b0aCraig Jennings11 days1-2/+2
| | | | The previous #151311 was already the palette's darkest entry. #0d0b0a is about 40% darker again. Both bg and bg+0 move together because bg+0 feeds hl-line, which should stay equal to the background.
* feat(theme): restructure dupre-theme into modular architectureCraig Jennings2026-01-261-0/+131
Split monolithic theme into three files following modus-themes pattern: - dupre-palette.el: 30 base colors + 28 semantic mappings - dupre-faces.el: 150+ face definitions organized by package - dupre-theme.el: thin entry point that loads palette and faces Applied 60-30-10 color design rule: - 60% neutrals (grays for comments, metadata, lower headings) - 30% signature blue (#67809c) for keywords, links, directories - 10% accents (gold for h1, green for strings, terracotta for functions)