branch: elpa/material-theme
commit 0f242288b9014900ead781c8a4fcd3ba5ded91ba
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
remove helm-selection foreground
---
material-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/material-theme.el b/material-theme.el
index bf950e8..b55a8ea 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -383,7 +383,7 @@
;; Helm
`(helm-header ((,class (:foreground ,foreground :background ,background))))
`(helm-match ((,class (:foreground ,"gold1"))))
- `(helm-selection ((,class (:background ,current-line :foreground ,yellow))))
+ `(helm-selection ((,class (:background ,current-line))))
`(helm-ff-file ((,class (:foreground ,foreground ))))
`(helm-ff-directory ((,class (:foreground ,aqua ))))
`(helm-ff-executable ((,class (:foreground ,green ))))