eighters-theme

Eighters gonna eight.
git clone https://git.kevinlegouguec.net/eighters-theme
Log | Files | Refs | README | LICENSE

commit f208c46ebd88cf0f1771382c752c2760d6e0345f
parent 696d54d3f91556371462067fed100cb7bb9f7a00
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun,  5 Feb 2017 12:46:23 +0100

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.

Diffstat:
Meighters-theme.el | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

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