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

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

[nongnu] elpa/moe-theme 0aad6ff44b: Update support for latest diredp


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 0aad6ff44b: Update support for latest diredp
Date: Tue, 11 Jan 2022 07:58:45 -0500 (EST)

branch: elpa/moe-theme
commit 0aad6ff44b9ee496d8c1053c3d7cbc59e11e3999
Author: ono ono <azazabc123@gmail.com>
Commit: ono ono <azazabc123@gmail.com>

    Update support for latest diredp
---
 moe-dark-theme.el  | 4 +++-
 moe-light-theme.el | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index a655b3caf3..ce073fee62 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -416,12 +416,14 @@ Moe, moe, kyun!")
    `(dired-perm-write ((,class (:foreground ,red-2 :bold t))))
    `(dired-symlink ((,class (:foreground ,magenta-2))))
    `(dired-warning ((,class (:foreground ,white-1 :background ,red-3 :bold 
t))))
+   `(diredp-compressed-file-name ((,class (:foreground ,black-2))))
    `(diredp-compressed-file-suffix ((,class (:foreground ,purple-2))))
    `(diredp-date-time ((,class (:foreground ,blue-1 :background ,black-4))))
    `(diredp-deletion ((,class (:foreground ,white-1, :background ,red-3))))
    `(diredp-deletion-file-name ((,class (:foreground ,red-2))))
    `(diredp-dir-heading ((,class (:foreground ,black-5 :background ,green-2))))
-   `(diredp-dir-priv ((,class (:foreground ,blue-1 :background ,black-5 :bold 
t))))
+   `(diredp-dir-name ((,class (:foreground ,blue-1 :background ,black-5 :bold 
t))))
+   `(diredp-dir-priv ((,class (:foreground ,blue-1 :background ,black-5))))
    `(diredp-display-msg ((,class (:foreground ,orange-2))))
    `(diredp-executable-tag ((,class (:foreground ,green-2))))
    `(diredp-file-name ((,class (:foreground ,white-1))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index bc883bed08..a8d5c6dbef 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -415,12 +415,14 @@ Moe, moe, kyun!")
    `(dired-perm-write ((,class (:foreground ,red-2 :bold t))))
    `(dired-symlink ((,class (:foreground ,magenta-2))))
    `(dired-warning ((,class (:foreground ,white-0 :background ,red-1 :bold 
t))))
+   `(diredp-compressed-file-name ((,class (:foreground ,white-4))))
    `(diredp-compressed-file-suffix ((,class (:foreground ,purple-2))))
    `(diredp-date-time ((,class (:foreground ,blue-3 :background ,blue-00))))
    `(diredp-deletion ((,class (:foreground ,white-0, :background ,red-3))))
    `(diredp-deletion-file-name ((,class (:foreground ,red-2))))
    `(diredp-dir-heading ((,class (:foreground ,black-5 :background ,green-01 
:bold t))))
-   `(diredp-dir-priv ((,class (:foreground ,blue-1 :background ,LIGHT_BG :bold 
t))))
+   `(diredp-dir-name ((,class (:foreground ,blue-1 :background ,LIGHT_BG :bold 
t))))
+   `(diredp-dir-priv ((,class (:foreground ,blue-1 :background ,LIGHT_BG))))
    `(diredp-display-msg ((,class (:foreground ,orange-2))))
    `(diredp-executable-tag ((,class (:foreground ,green-2))))
    `(diredp-file-name ((,class (:foreground ,black-5))))



reply via email to

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