home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 1c3d38bf30e9154f3a80bcdac0ce55b92d6605ea
parent ac755e82c4b49618798a2d644ec892d78761f822
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 14 Apr 2020 15:40:31 +0200

emacs: use inactive-bg for shortbrain mode-line

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/lisp/shortbrain-theme.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/emacs/lisp/shortbrain-theme.el b/tools/emacs/lisp/shortbrain-theme.el @@ -164,7 +164,7 @@ `(linum ((,class (:inherit shadow :background ,default-bg)))) `(mode-line ((,class (:foreground ,frame-fg :background ,default-bg :box (:line-width -1 :color ,default-bg))))) - `(mode-line-inactive ((,class (:foreground ,inactive-fg :background ,default-bg + `(mode-line-inactive ((,class (:foreground ,inactive-fg :background ,inactive-bg :box (:line-width -1 :color ,default-bg))))) `(nlinum-relative-current-face ((,class (:foreground ,frame-fg :background ,default-bg)))) `(vertical-border ((,class (:foreground ,border-fg :background ,default-bg))))