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

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

[elpa] externals/ef-themes ffb4cfb760 1/4: Decouple 'compilation-info' f


From: ELPA Syncer
Subject: [elpa] externals/ef-themes ffb4cfb760 1/4: Decouple 'compilation-info' from 'success'
Date: Sat, 27 Aug 2022 06:57:34 -0400 (EDT)

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

    Decouple 'compilation-info' from 'success'
    
    It made file names green in Grep and Xref buffers, which does not look
    good in any theme.  Using the "name" mapping gives us thematically
    consistent results.
    
    I inspected emacs.git to check if there is anything that uses
    'compilation-info' to convey colour-coding along the lines of the
    familiar red-green dichotomy, but could not find anything.  As such, I
    am treating this face in more flexible terms.
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 031f60b6a5..5c5512f5ca 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -656,7 +656,7 @@ Helper function for `ef-themes-preview-colors'."
 ;;;; compilation
     `(compilation-column-number ((,c :inherit compilation-line-number)))
     `(compilation-error ((,c :inherit error)))
-    `(compilation-info ((,c :inherit success)))
+    `(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)))



reply via email to

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