From b0523a50c7a22a88bfdd1d5f528c335c70ef5ba9 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 19 Mar 2023 17:55:34 +0000 Subject: (*)~lots of small changes ~ changed emacs theme background for isearch ~ updated default.el ~ changed vim theme --- Emacs/.config/emacs/elisp/personal-primary-theme.el | 1 + 1 file changed, 1 insertion(+) (limited to 'Emacs/.config/emacs/elisp') 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) -- cgit v1.2.3-13-gbd6f