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

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

[nongnu] elpa/spacemacs-theme 68058deff3 101/336: Fix #22 highlight helm


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 68058deff3 101/336: Fix #22 highlight helm marked candidates
Date: Fri, 14 Jan 2022 10:59:17 -0500 (EST)

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

    Fix #22 highlight helm marked candidates
    
    Thanks @xuchunyang for spotting this one :)
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 5a35f151c4..0519f2e65e 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -320,7 +320,7 @@
      `(helm-source-header ((,class (:background ,comp :foreground ,bg1 :bold 
t))))
      `(helm-time-zone-current ((,class (:foreground ,builtin :background 
,bg1))))
      `(helm-time-zone-home ((,class (:foreground ,comp :background ,bg1))))
-     `(helm-visible-mark ((,class (:foreground ,bg1 :background ,bg3))))
+     `(helm-visible-mark ((,class (:foreground ,inf :background ,bg3))))
 
 ;;;;; helm-swoop
      `(helm-swoop-target-line-block-face ((,class (:foreground ,base 
:background ,highlight))))



reply via email to

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