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 /tests/test-ui-theme-persistence.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 'tests/test-ui-theme-persistence.el')
| -rw-r--r-- | tests/test-ui-theme-persistence.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-ui-theme-persistence.el b/tests/test-ui-theme-persistence.el index 31e0e6cc..02bb105a 100644 --- a/tests/test-ui-theme-persistence.el +++ b/tests/test-ui-theme-persistence.el @@ -46,12 +46,12 @@ (lambda (&rest _args) (setq write-file-called t) (error "write-file should not be used")))) - (should (cj/theme-write-file-contents "dupre" file))) + (should (cj/theme-write-file-contents "modus-vivendi" file))) (delete-file file)) (should (equal (list (car write-region-args) (cadr write-region-args) (nth 2 write-region-args)) - (list "dupre" nil file))) + (list "modus-vivendi" nil file))) (should-not write-file-called))) (ert-deftest test-ui-theme-load-valid-persisted-theme () |
