aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2024-08-13 09:55:02 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2024-08-13 09:55:44 +0300
commit675eb261ea44560686c653ca3142d269f6465ba1 (patch)
tree39019ee5e6319d1132f8c6abf8ad937034aaf293
parent55a579868210d6b73836612e7e1dcafdff56dece (diff)
Add support for pdf-tools "midnight" mode
-rw-r--r--README.org1
-rw-r--r--ef-themes.el4
2 files changed, 4 insertions, 1 deletions
diff --git a/README.org b/README.org
index 4a52c6a..95ed177 100644
--- a/README.org
+++ b/README.org
@@ -1390,6 +1390,7 @@ everything most users need.
- outline-mode
- outline-minor-faces
- package (=M-x list-packages=)
+- pdf-tools [ Part of {{{development-version}}}. ]
- perspective
- proced
- powerline
diff --git a/ef-themes.el b/ef-themes.el
index bf904bd..c24eb60 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -2418,7 +2418,9 @@ text should not be underlined as well) yet still blend in."
`(ibuffer-deletion-face 'ef-themes-mark-delete)
`(ibuffer-filter-group-name-face 'bold)
`(ibuffer-marked-face 'ef-themes-mark-select)
- `(ibuffer-title-face 'default))
+ `(ibuffer-title-face 'default)
+;;; pdf-tools
+ `(pdf-view-midnight-colors '(,fg-main . ,bg-dim)))
"Custom variables for `ef-themes-theme'.")
;;; Theme macros