From: Lars Ingebrigtsen Date: Tue, 9 Jul 2019 01:56:02 +0000 (+0200) Subject: Tweak compilation face in the wheatgrass theme X-Git-Tag: emacs-27.0.90~2041 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=860880d7848c5a8bc2c7d7859b7238603389228b;p=emacs.git Tweak compilation face in the wheatgrass theme * etc/themes/wheatgrass-theme.el: The compilation info was too light to be readable (bug#36203). --- diff --git a/etc/themes/wheatgrass-theme.el b/etc/themes/wheatgrass-theme.el index 2e18eb9e3a4..640343a33bc 100644 --- a/etc/themes/wheatgrass-theme.el +++ b/etc/themes/wheatgrass-theme.el @@ -37,6 +37,7 @@ of green, brown, and blue.") `(compilation-mode-line-fail ((,class (:foreground "dark green")))) `(compilation-mode-line-run ((,class (:foreground "dark goldenrod")))) `(compilation-mode-line-exit ((,class (:foreground "SpringGreen4")))) + `(compilation-info ((,class (:foreground "ForestGreen")))) ;; Highlighting faces `(highlight ((,class (:foreground "white" :background "dark green")))) `(region ((,class (:foreground "white" :background "dark green"))))