Skip to content

Commit

Permalink
Make diredfl and helm-ff more consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaulik committed Nov 23, 2017
1 parent 3dd560b commit c59b487
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions changes.org
@@ -1,6 +1,7 @@
* v1.2 unreleased

- Add support for diredfl
- Make diredfl and helm-ff consistent

* v1.1 2016-09-09

Expand Down
7 changes: 4 additions & 3 deletions material-light-theme.el
Expand Up @@ -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))))
Expand Down Expand Up @@ -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))))
Expand Down
5 changes: 3 additions & 2 deletions material-theme.el
Expand Up @@ -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))))
Expand Down

0 comments on commit c59b487

Please sign in to comment.