emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme e339866186 178/336: Fix (#60) lazy-highlig


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme e339866186 178/336: Fix (#60) lazy-highlight color
Date: Fri, 14 Jan 2022 10:59:32 -0500 (EST)

branch: elpa/spacemacs-theme
commit e339866186a6687e9ae63db927ba3cc4bc75e88e
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]