branch: elpa/material-theme
commit c59b4874914b5b28068be25292690325f19739dd
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
Make diredfl and helm-ff more consistent.
---
changes.org | 1 +
material-light-theme.el | 7 ++++---
material-theme.el | 5 +++--
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/changes.org b/changes.org
index 6e2cddb..fe912f4 100644
--- a/changes.org
+++ b/changes.org
@@ -1,6 +1,7 @@
* v1.2 unreleased
- Add support for diredfl
+- Make diredfl and helm-ff consistent
* v1.1 2016-09-09
diff --git a/material-light-theme.el b/material-light-theme.el
index a4f7e74..d6dd77f 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -344,8 +344,8 @@
`(diredfl-deletion-file-name ((,class (:inherit error))))
`(diredfl-dir-heading ((,class (:foreground ,green :weight bold))))
`(diredfl-symlink ((,class (:foreground ,purple))))
- `(diredfl-dir-priv ((,class (:foreground ,blue :background nil))))
- `(diredfl-dir-name ((,class (:foreground ,blue :background nil))))
+ `(diredfl-dir-priv ((,class (:foreground ,aqua :background nil))))
+ `(diredfl-dir-name ((,class (:foreground ,aqua :background nil))))
`(diredfl-number ((,class (:foreground ,yellow :background nil))))
`(diredfl-flag-mark ((,class (:foreground ,orange :background nil))))
`(diredfl-flag-mark-line ((,class (:foreground ,nil :background
,selection))))
@@ -435,7 +435,8 @@
`(helm-selection ((,class (:background ,current-line))))
`(helm-match ((,class (:foreground ,blue ))))
`(helm-ff-file ((,class (:foreground ,foreground ))))
- `(helm-ff-directory ((,class (:foreground ,blue ))))
+ `(helm-ff-directory ((,class (:foreground ,aqua ))))
+ `(helm-ff-symlink ((,class (:foreground ,purple ))))
`(helm-ff-executable ((,class (:foreground ,green ))))
`(helm-buffer-directory ((,class (:foreground ,aqua))))
`(helm-buffer-file ((,class (:foreground ,foreground))))
diff --git a/material-theme.el b/material-theme.el
index cf9f074..61d121a 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -430,9 +430,10 @@
`(helm-match ((,class (:foreground ,"gold1"))))
`(helm-selection ((,class (:background ,current-line))))
`(helm-ff-file ((,class (:foreground ,foreground ))))
- `(helm-ff-directory ((,class (:foreground ,aqua ))))
+ `(helm-ff-directory ((,class (:foreground ,blue ))))
+ `(helm-ff-symlink ((,class (:foreground ,purple ))))
`(helm-ff-executable ((,class (:foreground ,green ))))
- `(helm-buffer-directory ((,class (:foreground ,aqua))))
+ `(helm-buffer-directory ((,class (:foreground ,blue))))
`(helm-buffer-file ((,class (:foreground ,foreground))))
`(helm-grep-file ((,class (:foreground ,aqua :underline t))))
`(helm-buffer-process ((,class (:foreground ,red))))