branch: externals/standard-themes commit 7b3753a00e7ceebf9fcbb044b3b621a43697acb8 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Revert compilation-info face to what it used to be --- standard-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standard-themes.el b/standard-themes.el index c1b25e50b0..ee74d0dc48 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 ,magenta-warmer))) + `(compilation-info ((,c :inherit bold :foreground ,name))) `(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)))