branch: elpa/spacemacs-theme
commit 79654753df5b4ee775d605385db481162d5630b1
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>

    Support evil-ex-lazy-highlight (Fix #145)
    
    Signed-off-by: nashamri <[email protected]>
---
 spacemacs-common.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index f5b6b6ffd7..4efa84069a 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -379,6 +379,7 @@ to 'auto, tags may not be properly aligned. "
      `(ess-r-signal-keyword-face ((,class (:foreground ,war))))
 
 ;;;;; evil
+     `(evil-ex-lazy-highlight ((,class (:background ,mat :foreground ,bg1))))
      `(evil-ex-substitute-matches ((,class (:background ,red-bg :foreground 
,red))))
      `(evil-ex-substitute-replacement ((,class (:background ,green-bg 
:foreground ,green))))
 

Reply via email to