diff options
Diffstat (limited to 'eighters-theme.el')
| -rw-r--r-- | eighters-theme.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eighters-theme.el b/eighters-theme.el index 3b59be5..764924a 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -27,10 +27,9 @@ '(isearch-fail ((t (:background "red2")))) '(lazy-highlight ((t (:foreground "darkturquoise" :background "darkcyan")))) '(match ((t (:background "royalblue3")))) - '(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 "red" :weight bold)))) + '(mode-line ((t (:background "black" :foreground "grey75" :inverse-video t :box (:line-width -1 :style released-button))))) + '(mode-line-buffer-id ((t (:background "black" :foreground "white smoke" :weight bold)))) '(ediff-even-diff-A ((t (:background "gray25")))) '(ediff-odd-diff-A ((t (:background "gray25")))) '(ediff-even-diff-B ((t (:background "gray25")))) |
