eighters-theme

Eighters gonna eight.
git clone https://git.kevinlegouguec.net/eighters-theme
Log | Files | Refs | README | LICENSE

commit 0bce7922413ce2a81f5432c4ee4539fbd2646d48
parent fcb12ad75f4c229e5179b69feebeeeb64f17f5e2
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 29 Oct 2015 18:56:57 +0100

Use nw-like mode line when compiling

Diffstat:
Meighters-theme.el | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 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"))))