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