From 0bce7922413ce2a81f5432c4ee4539fbd2646d48 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 29 Oct 2015 18:56:57 +0100 Subject: Use nw-like mode line when compiling --- eighters-theme.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eighters-theme.el b/eighters-theme.el index 9bdc2cc..70e388e 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -24,7 +24,9 @@ '(isearch-fail ((t (:background "red2")))) '(lazy-highlight ((t (:foreground "darkturquoise" :background "darkcyan")))) '(match ((t (:background "royalblue3")))) - '(compilation-mode-line-exit((t (:foreground "green3" :inherit (compilation-info))))) + '(compilation-mode-line-exit ((t (:background "green" :foreground "black" :weight bold)))) + '(compilation-mode-line-fail ((t (:background "red" :foreground "black" :weight bold)))) + '(compilation-mode-line-run ((t (:background "gold" :foreground "black" :weight bold)))) '(error ((t (:foreground "red1" :weight bold)))) '(ediff-even-diff-A ((t (:background "gray25")))) '(ediff-odd-diff-A ((t (:background "gray25")))) -- cgit v1.2.3