solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 2c4036fbe904a375977d1014f9422c8658cec4c9
parent a2494e3515dd094b18d5f8c2b51d2ba09c7d53f8
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date:   Fri, 14 Nov 2014 09:38:26 +0200

Merge pull request #137 from syl20bnr/evil-search-highlight-persist

Add face for evil-search-highlight-persist
Diffstat:
Msolarized.el | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -787,6 +787,9 @@ customize the resulting theme." `(eshell-ls-special ((,class (:foreground ,yellow :weight bold)))) `(eshell-ls-symlink ((,class (:foreground ,cyan :weight bold)))) + ;; evil-search-highlight-persist + `(evil-search-highlight-persist-highlight-face ((,class (:background ,(if (eq variant 'light) green-lc violet-lc))))) + ;; fic `(fic-author-face ((,class (:background ,base03 :foreground ,orange :underline t :slant italic))))