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

    Fix (#60) lazy-highlight color
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 59966f8b38..0faec82221 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -164,7 +164,7 @@
      `(highlight ((,class (:foreground ,base :background ,highlight))))
      `(hl-line ((,class (:background ,bg2))))
      `(isearch ((,class (:foreground ,bg1 :background ,mat))))
-     `(lazy-highlight ((,class (:background ,blue-bg :weight normal))))
+     `(lazy-highlight ((,class (:background ,green-bg-s :weight normal))))
      `(link ((,class (:foreground ,comment :underline t))))
      `(link-visited ((,class (:foreground ,comp :underline t))))
      `(match ((,class (:background ,highlight :foreground ,mat))))

Reply via email to