diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2024-08-13 09:55:02 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2024-08-13 09:55:44 +0300 |
| commit | 675eb261ea44560686c653ca3142d269f6465ba1 (patch) | |
| tree | 39019ee5e6319d1132f8c6abf8ad937034aaf293 | |
| parent | 55a579868210d6b73836612e7e1dcafdff56dece (diff) | |
Add support for pdf-tools "midnight" mode
| -rw-r--r-- | README.org | 1 | ||||
| -rw-r--r-- | ef-themes.el | 4 |
2 files changed, 4 insertions, 1 deletions
@@ -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 |
