branch: elpa/material-theme
commit 91831e933aff6e42dcc0d3a7d61f9078c5b63438
Author: Maximilian Nickel <[email protected]>
Commit: Maximilian Nickel <[email protected]>

    Better readability for helm selections
---
 material-light-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/material-light-theme.el b/material-light-theme.el
index b55f045..c7b14d2 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -388,7 +388,7 @@
 
    ;; Helm
    `(helm-header ((,class (:foreground ,foreground :background ,background))))
-   `(helm-selection ((,class (:background ,current-line))))
+   `(helm-selection ((,class (:background ,current-line :foreground ,blue))))
    `(helm-ff-file ((,class (:foreground ,foreground ))))
    `(helm-ff-directory ((,class (:foreground ,blue ))))
    `(helm-ff-executable ((,class (:foreground ,green ))))

Reply via email to