From f208c46ebd88cf0f1771382c752c2760d6e0345f Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 5 Feb 2017 12:46:23 +0100 Subject: Use :inverse-video in mode line I find it's the easiest way to make the following faces work out: - compilation-mode-line-* - paradox-mode-line-* - font-lock-function-name-face, when using eldoc with M-: Side-effect: now Magit's frame headers are inverted. --- eighters-theme.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'eighters-theme.el') 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")))) -- cgit v1.2.3