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

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

[elpa] externals/ef-themes a0faa5fc7c 2/2: Remove colouration from magit


From: ELPA Syncer
Subject: [elpa] externals/ef-themes a0faa5fc7c 2/2: Remove colouration from magit modeline indicators
Date: Mon, 22 Aug 2022 04:57:33 -0400 (EDT)

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

    Remove colouration from magit modeline indicators
    
    They don't really need it and it doesn't look very nice with the
    accented active modeline.
---
 ef-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index b8a9176fc6..6265626cc9 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -944,8 +944,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 success)))
-    `(magit-mode-line-process-error ((,c :inherit error)))
+    `(magit-mode-line-process ((,c :inherit bold)))
+    `(magit-mode-line-process-error ((,c :inherit bold-italic)))
     `(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]