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

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

[nongnu] elpa/gotham-theme 136c121cc8 167/214: Merge pull request #48 fr


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 136c121cc8 167/214: Merge pull request #48 from jagrg/emms
Date: Fri, 7 Jan 2022 17:58:51 -0500 (EST)

branch: elpa/gotham-theme
commit 136c121cc8ab8f900f9dd3c1d5ab9ee71b3629b7
Merge: c38967a1b0 610f741b11
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #48 from jagrg/emms
    
    Add dired+ support
---
 gotham-theme.el | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index 485d98deed..eee3f25515 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -542,6 +542,35 @@ depending on DISPLAY for keys which are either :foreground 
or
    (dired-async-message :inherit warning)
    (dired-async-mode-message :inherit success)
 
+   ;; dired plus
+   (diredp-autofile-name :background base3)
+   (diredp-compressed-file-name :foreground blue)
+   (diredp-compressed-file-suffix :foreground blue)
+   (diredp-date-time :foreground blue)
+   (diredp-deletion :foreground yellow :background red)
+   (diredp-deletion-file-name :background base3)
+   (diredp-dir-heading :foreground orange)
+   (diredp-dir-name :foreground cyan)
+   (diredp-executable-tag :foreground yellow)
+   (diredp-file-name :foreground base6)
+   (diredp-file-suffix :foreground green)
+   (diredp-flag-mark :foreground yellow :background blue)
+   (diredp-flag-mark-line :background base3)
+   (diredp-ignored-file-name :foreground base6)
+   (diredp-mode-line-flagged :foreground red)
+   (diredp-mode-line-marked :foreground red)
+   (diredp-number :foreground violet)
+   (diredp-symlink :foreground base6)
+   (diredp-tagged-autofile-name :foreground base6)
+   (diredp-no-priv :background base0)
+   (diredp-dir-priv :foreground cyan)
+   (diredp-read-priv :foreground magenta)
+   (diredp-write-priv :foreground green)
+   (diredp-exec-priv :foreground blue)
+   (diredp-link-priv :foreground yellow)
+   (diredp-rare-priv :foreground base6)
+   (diredp-other-priv :foreground base6)
+
    ;; ecb
    (ecb-default-highlight-face :background violet)
    (ecb-method-non-semantic-face :foreground orange)



reply via email to

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