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

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

[elpa] externals/ef-themes 30f8c042b5 040/281: Fix magit-mode-line-proce


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 30f8c042b5 040/281: Fix magit-mode-line-process face inheritance
Date: Tue, 16 Aug 2022 16:58:17 -0400 (EDT)

branch: externals/ef-themes
commit 30f8c042b5ca24c06c7cd38c6a16ccf71518cb54
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Fix magit-mode-line-process face inheritance
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index ada4d1f9a2..9864cfea9c 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -374,7 +374,7 @@ When called from Lisp, THEME is a symbol."
     `(magit-log-author ((,c :foreground ,name)))
     `(magit-log-date ((,c :foreground ,date)))
     `(magit-log-graph ((,c :inherit shadow)))
-    `(magit-mode-line-process ((,c :inherit info)))
+    `(magit-mode-line-process ((,c :inherit success)))
     `(magit-mode-line-process-error ((,c :inherit error)))
     `(magit-process-ng ((,c :inherit error)))
     `(magit-process-ok ((,c :inherit success)))



reply via email to

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