Commit 1c3d38bf30e9

Vincent Demeester <vincent@sbr.pm>
2020-04-14 15:40:31
emacs: use inactive-bg for shortbrain mode-line
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ac755e8
Changed files (1)
tools
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))))