branch: elpa/spacemacs-theme
commit 68058deff38757195496dcf50f8406846a0c3fb0
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
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))))