branch: elpa/moe-theme
commit 94b5f399033132d010d1f890b06ae3843ace705d
Author: Jean-Christophe Petkovich <[email protected]>
Commit: Jean-Christophe Petkovich <[email protected]>

    Add lighter purple for file names in helm-grep.
---
 moe-dark-theme.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 3b95559d5c..8f7a3614e8 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -296,6 +296,7 @@ Moe, moe, kyun!")
    `(helm-ff-invalid-symlink ((,class (:foreground ,white-1 :background 
,red-2))))
    `(helm-ff-prefix ((,class (:foreground ,white-1 :background ,orange-2))))
    `(helm-buffer-size ((,class (:foreground ,orange-2))))
+   `(helm-grep-file ((,class (:foreground ,purple-1))))
 
    ;; Dired/Dired+
    `(dired-directory ((,class (:foreground ,blue-1 :bold t))))

Reply via email to