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

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

[nongnu] elpa/gotham-theme 8410f94d37 150/214: change dired-async also t


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 8410f94d37 150/214: change dired-async also to inherit
Date: Fri, 7 Jan 2022 17:58:50 -0500 (EST)

branch: elpa/gotham-theme
commit 8410f94d37a7de88d8d37aa276da224b443e66dd
Author: Davor Rotim <rotim.davor@gmail.com>
Commit: Davor Rotim <rotim.davor@gmail.com>

    change dired-async also to inherit
---
 gotham-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index 923427f6c4..dbbf2d8fcc 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -530,9 +530,9 @@ depending on DISPLAY for keys which are either :foreground 
or
    (diff-hl-insert :foreground green)
 
    ;; dired-async
-   (dired-async-failures :foreground red)
-   (dired-async-message :foreground yellow)
-   (dired-async-mode-message :foreground orange)
+   (dired-async-failures :inherit error)
+   (dired-async-message :inherit warning)
+   (dired-async-mode-message :inherit success)
 
    ;; ecb
    (ecb-default-highlight-face :background violet)



reply via email to

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