]> git.eshelyaron.com Git - emacs.git/commitdiff
Tweak compilation face in the wheatgrass theme
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 9 Jul 2019 01:56:02 +0000 (03:56 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 9 Jul 2019 01:56:02 +0000 (03:56 +0200)
* etc/themes/wheatgrass-theme.el: The compilation info was too
light to be readable (bug#36203).

etc/themes/wheatgrass-theme.el

index 2e18eb9e3a4381765e8f7e7ccc69c4b1881903b4..640343a33bc9974e3007b2b6a0ff643decaa8945 100644 (file)
@@ -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"))))