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