branch: externals/standard-themes commit 5ac4d00a09e8d2f7bc400a8fd8828263c819cb4c Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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)))