branch: elpa/material-theme
commit 87f4a517d9827debc2317f624a0639c1b7be9b5a
Author: Maximilian Nickel <[email protected]>
Commit: Maximilian Nickel <[email protected]>
Better readability for helm matches
---
material-light-theme.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/material-light-theme.el b/material-light-theme.el
index f142b0b..e775a8f 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -389,6 +389,7 @@
;; Helm
`(helm-header ((,class (:foreground ,foreground :background ,background))))
`(helm-selection ((,class (:background ,current-line :foreground ,blue))))
+ `(helm-match ((,class (:foreground ,comment))))
`(helm-ff-file ((,class (:foreground ,foreground ))))
`(helm-ff-directory ((,class (:foreground ,blue ))))
`(helm-ff-executable ((,class (:foreground ,green ))))