aboutsummaryrefslogtreecommitdiff
path: root/modules/pdf-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-25 12:36:03 -0400
committerCraig Jennings <c@cjennings.net>2026-06-25 12:36:03 -0400
commit55119bb95614271dde01b2411ac3ad6a9ecb0e0c (patch)
treea6b1553116f872a141647f493681892cc7e53cc2 /modules/pdf-config.el
parent82714a5401c2ea33ed3d03f38d505b31f19d4200 (diff)
downloaddotemacs-55119bb95614271dde01b2411ac3ad6a9ecb0e0c.tar.gz
dotemacs-55119bb95614271dde01b2411ac3ad6a9ecb0e0c.zip
refactor: strip all literal colors from config modules
Remove every hardcoded color from the config so nothing assigns a non-themeable value. Stripped: the org-faces defface defaults (28 hex foregrounds, which the theme overrides at runtime anyway), the hl-todo keyword colors, the eshell prompt gray/white, the org-noter and music active-window #1d1b19 bg tint (face-remap is now a no-op), the pdf-view midnight palette, and the calibredb/nov epub sepia. The config now renders with default/theme faces, which surfaces where theming support is missing. Those gaps are tracked in todo.org as the next phase. 0 hex colors remain; validate-modules clean and the org-faces/build-theme/face-diagnostic tests pass.
Diffstat (limited to 'modules/pdf-config.el')
-rw-r--r--modules/pdf-config.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/pdf-config.el b/modules/pdf-config.el
index 233a610d5..56b397df3 100644
--- a/modules/pdf-config.el
+++ b/modules/pdf-config.el
@@ -40,7 +40,6 @@
:custom
(pdf-view-display-size 'fit-page)
(pdf-view-resize-factor 1.1)
- (pdf-view-midnight-colors '("#F1D5AC" . "#0F0E06")) ;; fg . bg
;; Avoid searching for unicodes to speed up pdf-tools.
;; ... and yes, 'ligther' is not a typo
(pdf-view-use-unicode-ligther nil)