diff options
Diffstat (limited to 'Emacs/.config/emacs/elisp/personal-primary-theme.el')
-rw-r--r-- | Emacs/.config/emacs/elisp/personal-primary-theme.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/elisp/personal-primary-theme.el b/Emacs/.config/emacs/elisp/personal-primary-theme.el index 0238e27..4ab690f 100644 --- a/Emacs/.config/emacs/elisp/personal-primary-theme.el +++ b/Emacs/.config/emacs/elisp/personal-primary-theme.el @@ -66,6 +66,7 @@ '(orderless-match-face-1 ((t (:weight bold :foreground "light green")))) '(orderless-match-face-2 ((t (:weight bold :foreground "forest green")))) '(orderless-match-face-3 ((t (:weight bold :foreground "dark green")))) + '(pdf-isearch-batch ((t (:foreground "black" :background "white")))) '(default ((t (:family "Source Code Pro" :foundry "ADBO" :width normal :weight normal :slant normal :underline nil :overline nil :extend nil :strike-through nil :box nil :inverse-video nil :foreground "#b6b6b6" :background "gray5" :stipple nil :inherit nil))))) (provide-theme 'personal-primary) |