aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-07-09 03:56:02 +0200
committerLars Ingebrigtsen2019-07-09 03:56:02 +0200
commit860880d7848c5a8bc2c7d7859b7238603389228b (patch)
tree6a3fa1f4afe3e20c8275e8922dd834ae120f6525
parent0990ae5a8b769a0db7a9c9abd05bd5d89db44d45 (diff)
downloademacs-860880d7848c5a8bc2c7d7859b7238603389228b.tar.gz
emacs-860880d7848c5a8bc2c7d7859b7238603389228b.zip
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.")
37 `(compilation-mode-line-fail ((,class (:foreground "dark green")))) 37 `(compilation-mode-line-fail ((,class (:foreground "dark green"))))
38 `(compilation-mode-line-run ((,class (:foreground "dark goldenrod")))) 38 `(compilation-mode-line-run ((,class (:foreground "dark goldenrod"))))
39 `(compilation-mode-line-exit ((,class (:foreground "SpringGreen4")))) 39 `(compilation-mode-line-exit ((,class (:foreground "SpringGreen4"))))
40 `(compilation-info ((,class (:foreground "ForestGreen"))))
40 ;; Highlighting faces 41 ;; Highlighting faces
41 `(highlight ((,class (:foreground "white" :background "dark green")))) 42 `(highlight ((,class (:foreground "white" :background "dark green"))))
42 `(region ((,class (:foreground "white" :background "dark green")))) 43 `(region ((,class (:foreground "white" :background "dark green"))))