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

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

[nongnu] elpa/spacemacs-theme b61aface0a 172/336: Lazy-highlight (#55)


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme b61aface0a 172/336: Lazy-highlight (#55)
Date: Fri, 14 Jan 2022 10:59:31 -0500 (EST)

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

    Lazy-highlight (#55)
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index a8c4d86ce7..97b8b39279 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 ,highlight :weight normal))))
+     `(lazy-highlight ((,class (:background ,blue-bg :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]