diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-15 11:21:41 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-15 11:21:41 -0500 |
| commit | b8712696fcfa9790c9bed2d48d71e5849339bdb1 (patch) | |
| tree | 6af25b2ef3378aa88218cc0cc36b7559d944b712 /modules/org-config.el | |
| parent | a60bbdcb508b6cb127ec603cb552ea702c4faf7a (diff) | |
| download | dotemacs-b8712696fcfa9790c9bed2d48d71e5849339bdb1.tar.gz dotemacs-b8712696fcfa9790c9bed2d48d71e5849339bdb1.zip | |
refactor(themes): retire dupre, fall back to modus-vivendi
WIP, the theme-studio export, is the active theme. dupre was only the fallback and a structural reference. Move the fallback to the built-in modus-vivendi, guaranteed present everywhere this config loads. Delete the three dupre files plus its test and palette assets, and fix the stale comments that pointed at dupre-faces.el for the auto-dim and org-keyword faces (those moved to org-faces-config.el). Repoint the dupre-clear-theme spec's palette reference to git history.
Diffstat (limited to 'modules/org-config.el')
| -rw-r--r-- | modules/org-config.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/org-config.el b/modules/org-config.el index 78310934..e7538f24 100644 --- a/modules/org-config.el +++ b/modules/org-config.el @@ -209,9 +209,9 @@ whole row line." "DELEGATED(x)" "|" "FAILED(f!)" "DONE(d!)" "CANCELLED(c!)"))) - ;; Keyword and priority colors are left to the active theme's standard org - ;; faces (org-todo / org-done / org-priority) so they follow whatever theme is - ;; loaded rather than hard-wiring the dupre-org-* faces. + ;; Keyword and priority faces are defined and wired in org-faces-config.el + ;; (loaded just after this module): each keyword and priority maps to its own + ;; org-faces-* face, which the active theme recolors. (setq org-highest-priority ?A) (setq org-lowest-priority ?D) (setq org-default-priority ?D) |
