aboutsummaryrefslogtreecommitdiff
path: root/themes
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* chore(theme): add color palette reference filesCraig Jennings2026-01-262-0/+223
| | | | | - show-palette.sh: terminal script displaying colors with ANSI true color - dupre-color-palette.html: visual HTML reference for all theme colors
* feat(theme): restructure dupre-theme into modular architectureCraig Jennings2026-01-263-123/+1006
| | | | | | | | | | | | 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)
* changing repositoriesCraig Jennings2025-10-121-0/+149