branch: externals/ef-themes
commit 30f8c042b5ca24c06c7cd38c6a16ccf71518cb54
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@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