From 79703dbb5b153e7df52dfb38c96cbedc26ee033b Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 16 Nov 2015 18:34:24 +0100 Subject: 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. --- eighters-theme.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eighters-theme.el') diff --git a/eighters-theme.el b/eighters-theme.el index 70e388e..05bbf5b 100644 --- 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)))) -- cgit v1.2.3