aboutsummaryrefslogtreecommitdiff
path: root/modules/auto-dim-config.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
commite8191cda2cd0d83d5c1a5488854d5f3be0a060a6 (patch)
treebd5deb64cd173d51b7db152599c3e24b55af357d /modules/auto-dim-config.el
parent8f7798e60fa919b2a9308f017258545d15bddd94 (diff)
downloaddotemacs-e8191cda2cd0d83d5c1a5488854d5f3be0a060a6.tar.gz
dotemacs-e8191cda2cd0d83d5c1a5488854d5f3be0a060a6.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/auto-dim-config.el')
-rw-r--r--modules/auto-dim-config.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/auto-dim-config.el b/modules/auto-dim-config.el
index 7101c241a..a143f8fe0 100644
--- a/modules/auto-dim-config.el
+++ b/modules/auto-dim-config.el
@@ -16,8 +16,8 @@
;; Dims windows that do not have focus so the selected window stands out,
;; using a local fork of auto-dim-other-buffers (the fork adds a focus-change
;; debounce). The dimmed faces (auto-dim-other-buffers and
-;; auto-dim-other-buffers-hide) live in the active theme
-;; (themes/dupre-faces.el) so they track theme switches.
+;; auto-dim-other-buffers-hide) live in the active theme (the generated
+;; theme-studio theme) so they track theme switches.
;;
;; Terminal buffers (ghostel) do not participate in window dimming: ghostel
;; bakes its color palette into the native module per-terminal, not per-window,