From 860880d7848c5a8bc2c7d7859b7238603389228b Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 9 Jul 2019 03:56:02 +0200 Subject: [PATCH] Tweak compilation face in the wheatgrass theme * etc/themes/wheatgrass-theme.el: The compilation info was too light to be readable (bug#36203). --- etc/themes/wheatgrass-theme.el | 1 + 1 file changed, 1 insertion(+) 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")))) -- 2.39.5