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

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

[elpa] externals/standard-themes 5ac4d00a09 37/74: Make compilation-info


From: ELPA Syncer
Subject: [elpa] externals/standard-themes 5ac4d00a09 37/74: Make compilation-info face stand out more
Date: Wed, 30 Nov 2022 08:58:24 -0500 (EST)

branch: externals/standard-themes
commit 5ac4d00a09e8d2f7bc400a8fd8828263c819cb4c
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Make compilation-info face stand out more
---
 standard-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/standard-themes.el b/standard-themes.el
index 372c9a262f..a8d183d122 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -951,7 +951,7 @@ Helper function for `standard-themes-preview-colors'."
 ;;;; compilation
     `(compilation-column-number ((,c :inherit compilation-line-number)))
     `(compilation-error ((,c :inherit error)))
-    `(compilation-info ((,c :inherit bold :foreground ,name)))
+    `(compilation-info ((,c :inherit bold :foreground ,magenta-warmer)))
     `(compilation-line-number ((,c :inherit shadow)))
     `(compilation-mode-line-exit ((,c :inherit bold :foreground 
,modeline-info)))
     `(compilation-mode-line-fail ((,c :inherit bold :foreground 
,modeline-err)))



reply via email to

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