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

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

[elpa] externals/ef-themes b6540ce048 03/10: Apply new modeline hues to


From: ELPA Syncer
Subject: [elpa] externals/ef-themes b6540ce048 03/10: Apply new modeline hues to Magit process indicator
Date: Fri, 2 Sep 2022 22:57:34 -0400 (EDT)

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

    Apply new modeline hues to Magit process indicator
    
    See commit 703deb4 for the new colours.
---
 ef-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 3698853d79..219ad2ff7c 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1019,8 +1019,8 @@ Helper function for `ef-themes-preview-colors'."
     `(magit-log-author ((,c :foreground ,name)))
     `(magit-log-date ((,c :foreground ,date)))
     `(magit-log-graph ((,c :inherit shadow)))
-    `(magit-mode-line-process ((,c :inherit bold)))
-    `(magit-mode-line-process-error ((,c :inherit bold-italic)))
+    `(magit-mode-line-process ((,c :inherit bold :foreground ,modeline-info)))
+    `(magit-mode-line-process-error ((,c :inherit bold :foreground 
,modeline-err)))
     `(magit-process-ng ((,c :inherit error)))
     `(magit-process-ok ((,c :inherit success)))
     `(magit-reflog-amend ((,c :inherit warning)))



reply via email to

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