emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/material-theme c59b487 106/118: Make diredfl and helm-ff m


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme c59b487 106/118: Make diredfl and helm-ff more consistent.
Date: Thu, 21 Oct 2021 18:06:31 -0400 (EDT)

branch: elpa/material-theme
commit c59b4874914b5b28068be25292690325f19739dd
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]