eighters-theme

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

commit 445869ec888cf2cfe4e8c802ca6b2b22f4843175
parent b6d74e07ea253b845af13a6dc83cb8f282f9c273
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 12 Nov 2017 22:13:47 +0100

Remove boxes on mode-line

Distinguish active from inactive  by making active black-on-white, and
inactive light-grey-on-dark-grey (like comments).

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

diff --git a/eighters-theme.el b/eighters-theme.el @@ -30,8 +30,8 @@ '(match ((t (:background "royalblue3")))) '(error ((t (:foreground "red" :weight bold)))) '(header-line ((t (:box (:line-width 3 :style released-button))))) - '(mode-line ((t (:foreground "grey" :box (:line-width 3 :style released-button) :inverse-video t)))) - '(mode-line-inactive ((t (:box nil :inherit (mode-line))))) + '(mode-line ((t (:foreground "grey" :inverse-video t)))) + '(mode-line-inactive ((t (:foreground "grey50")))) '(mode-line-buffer-id ((t (:foreground "white smoke" :weight bold)))) '(vertical-border ((t (:foreground "grey50")))) '(ediff-even-diff-A ((t (:background "gray25"))))