[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/spacemacs-theme 4bc5675576 1/2: Improve lazy-highlight
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/spacemacs-theme 4bc5675576 1/2: Improve lazy-highlight |
Date: |
Mon, 15 Jul 2024 13:00:59 -0400 (EDT) |
branch: elpa/spacemacs-theme
commit 4bc5675576d4366b723a094a67f79f10febe2569
Author: neferhotep <meritamen@sdf.org>
Commit: GitHub <noreply@github.com>
Improve lazy-highlight
---
spacemacs-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spacemacs-theme.el b/spacemacs-theme.el
index 630fd24309..c59ef75ebc 100644
--- a/spacemacs-theme.el
+++ b/spacemacs-theme.el
@@ -195,7 +195,7 @@ to 'auto, tags may not be properly aligned. "
`(highlight ((,class (:foreground ,base :background ,highlight))))
`(hl-line ((,class (:background ,bg2 :extend t))))
`(isearch ((,class (:foreground ,bg1 :background ,mat))))
- `(lazy-highlight ((,class (:background ,green-bg-s :weight normal))))
+ `(lazy-highlight ((,class (:background ,green-bg-s))))
`(link ((,class (:foreground ,comment :underline t))))
`(link-visited ((,class (:foreground ,comp :underline t))))
`(match ((,class (:background ,highlight :foreground ,mat))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/spacemacs-theme 4bc5675576 1/2: Improve lazy-highlight,
ELPA Syncer <=