aboutsummaryrefslogtreecommitdiff
path: root/tests/test-build-theme.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-15 11:21:41 -0500
committerCraig Jennings <c@cjennings.net>2026-06-15 11:21:41 -0500
commitb8712696fcfa9790c9bed2d48d71e5849339bdb1 (patch)
tree6af25b2ef3378aa88218cc0cc36b7559d944b712 /tests/test-build-theme.el
parenta60bbdcb508b6cb127ec603cb552ea702c4faf7a (diff)
downloaddotemacs-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-build-theme.el')
-rw-r--r--tests/test-build-theme.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-build-theme.el b/tests/test-build-theme.el
index 9221946e..6c2fa3cf 100644
--- a/tests/test-build-theme.el
+++ b/tests/test-build-theme.el
@@ -1,4 +1,4 @@
-;;; test-build-theme.el --- Tests for the theme.json -> dupre-*.el converter -*- lexical-binding: t -*-
+;;; test-build-theme.el --- Tests for the theme.json -> deftheme converter -*- lexical-binding: t -*-
;;; Commentary:
@@ -74,7 +74,7 @@ drift the way Craig's downloaded exports under scripts/theme-studio/ can.")
(unwind-protect (progn ,@body)
(delete-directory ,var t))))
-;; --- WCAG contrast helpers (mirror of the dupre-theme test helpers) ---
+;; --- WCAG contrast helpers ---
(defun test-build-theme--channel-luminance (c)
"Linearize an 8-bit channel value C (0-255) per the WCAG formula."