diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2017-02-05 12:46:23 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2017-02-05 12:46:23 +0100 |
| commit | f208c46ebd88cf0f1771382c752c2760d6e0345f (patch) | |
| tree | d9da151671ce70177dc8dda44de89f9cba67c539 | |
| parent | 696d54d3f91556371462067fed100cb7bb9f7a00 (diff) | |
| download | eighters-theme-f208c46ebd88cf0f1771382c752c2760d6e0345f.tar.xz | |
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.
| -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")))) |
