commit 79703dbb5b153e7df52dfb38c96cbedc26ee033b
parent 0bce7922413ce2a81f5432c4ee4539fbd2646d48
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Mon, 16 Nov 2015 18:34:24 +0100
Make modeline gold-on-black
This better conveys which window is under focus: gold-on-black-on-grey
looks sharper than gold-on-grey-on-grey.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/eighters-theme.el b/eighters-theme.el
@@ -24,6 +24,8 @@
'(isearch-fail ((t (:background "red2"))))
'(lazy-highlight ((t (:foreground "darkturquoise" :background "darkcyan"))))
'(match ((t (:background "royalblue3"))))
+ '(mode-line ((t (:background "grey11" :foreground "white smoke" :box (:line-width -1 :style released-button)))))
+ '(mode-line-buffer-id ((t (:foreground "gold" :weight bold))))
'(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))))