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

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

[elpa] externals/ef-themes 4a2124ea21 07/10: Implement modeline colours


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 4a2124ea21 07/10: Implement modeline colours to compilation codes
Date: Fri, 2 Sep 2022 22:57:35 -0400 (EDT)

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

    Implement modeline colours to compilation codes
---
 ef-themes.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 219ad2ff7c..9cada02351 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -698,9 +698,9 @@ Helper function for `ef-themes-preview-colors'."
     `(compilation-error ((,c :inherit error)))
     `(compilation-info ((,c :inherit bold :foreground ,name)))
     `(compilation-line-number ((,c :inherit shadow)))
-    `(compilation-mode-line-exit ((,c :inherit bold)))
-    `(compilation-mode-line-fail ((,c :inherit error)))
-    `(compilation-mode-line-run ((,c :inherit warning)))
+    `(compilation-mode-line-exit ((,c :inherit bold :foreground 
,modeline-info)))
+    `(compilation-mode-line-fail ((,c :inherit bold :foreground 
,modeline-err)))
+    `(compilation-mode-line-run ((,c :inherit bold :foreground 
,modeline-warning)))
     `(compilation-warning ((,c :inherit warning)))
 ;;;; completions
     `(completions-annotations ((,c :inherit italic :foreground ,docstring)))



reply via email to

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