diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-03-19 17:55:34 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-03-19 17:55:34 +0000 |
commit | b0523a50c7a22a88bfdd1d5f528c335c70ef5ba9 (patch) | |
tree | ddde51794ff72c7b28a791be7db3f9e3a142e324 /Emacs/.config/emacs/elisp/personal-primary-theme.el | |
parent | d531c74dee66314854149be5f2fe2641ad50b7d7 (diff) | |
download | dotfiles-b0523a50c7a22a88bfdd1d5f528c335c70ef5ba9.tar.gz dotfiles-b0523a50c7a22a88bfdd1d5f528c335c70ef5ba9.tar.bz2 dotfiles-b0523a50c7a22a88bfdd1d5f528c335c70ef5ba9.zip |
(*)~lots of small changes
~ changed emacs theme background for isearch
~ updated default.el
~ changed vim theme
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) |