diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2015-10-29 18:56:57 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2015-10-29 18:56:57 +0100 |
| commit | 0bce7922413ce2a81f5432c4ee4539fbd2646d48 (patch) | |
| tree | c708d7e6b2b681eb032109f6210797cb7b5a421e | |
| parent | fcb12ad75f4c229e5179b69feebeeeb64f17f5e2 (diff) | |
| download | eighters-theme-0bce7922413ce2a81f5432c4ee4539fbd2646d48.tar.xz | |
Use nw-like mode line when compiling
| -rw-r--r-- | eighters-theme.el | 4 |
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")))) |
