summaryrefslogtreecommitdiff
path: root/eighters-theme.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2015-10-29 18:56:57 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2015-10-29 18:56:57 +0100
commit0bce7922413ce2a81f5432c4ee4539fbd2646d48 (patch)
treec708d7e6b2b681eb032109f6210797cb7b5a421e /eighters-theme.el
parentfcb12ad75f4c229e5179b69feebeeeb64f17f5e2 (diff)
downloadeighters-theme-0bce7922413ce2a81f5432c4ee4539fbd2646d48.tar.xz
Use nw-like mode line when compiling
Diffstat (limited to 'eighters-theme.el')
-rw-r--r--eighters-theme.el4
1 files changed, 3 insertions, 1 deletions
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"))))