branch: elpa/material-theme
commit 4db6026be943aae7eab0f67e6e4eb2047cbb846a
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
set helm-match explicitly to look good in terminal
---
material-theme.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/material-theme.el b/material-theme.el
index 8ad83ea..efcebca 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -382,6 +382,7 @@
;; Helm
`(helm-header ((,class (:foreground ,foreground :background ,background))))
+ `(helm-match ((,class (:foreground ,"gold1"))))
`(helm-selection ((,class (:background ,current-line :foreground ,yellow))))
`(helm-ff-file ((,class (:foreground ,foreground ))))
`(helm-ff-directory ((,class (:foreground ,aqua ))))