emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 860880d: Tweak compilation face in the wheatgrass t


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 860880d: Tweak compilation face in the wheatgrass theme
Date: Mon, 8 Jul 2019 21:57:27 -0400 (EDT)

branch: master
commit 860880d7848c5a8bc2c7d7859b7238603389228b
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 2e18eb9..640343a 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]