solarized-emacs

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

commit 19771c93608d7348b71c9998545f3a97975dad88
parent ef8c753eebe88c51aa98705856f53962019ff59b
Author: syl20bnr <sylvain.benner@gmail.com>
Date:   Thu, 13 Nov 2014 23:13:14 -0500

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))))