summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-07-09 03:56:02 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-07-09 03:56:02 +0200
commit860880d7848c5a8bc2c7d7859b7238603389228b (patch)
tree6a3fa1f4afe3e20c8275e8922dd834ae120f6525
parent0990ae5a8b769a0db7a9c9abd05bd5d89db44d45 (diff)
downloademacs-860880d7848c5a8bc2c7d7859b7238603389228b.tar.gz
Tweak compilation face in the wheatgrass theme
* etc/themes/wheatgrass-theme.el: The compilation info was too light to be readable (bug#36203).
-rw-r--r--etc/themes/wheatgrass-theme.el1
1 files changed, 1 insertions, 0 deletions
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"))))