summaryrefslogtreecommitdiffhomepage
path: root/lib/eos
diff options
context:
space:
mode:
Diffstat (limited to 'lib/eos')
-rw-r--r--lib/eos/jao-minibuffer.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/eos/jao-minibuffer.el b/lib/eos/jao-minibuffer.el
index 4d2ec85..549600d 100644
--- a/lib/eos/jao-minibuffer.el
+++ b/lib/eos/jao-minibuffer.el
@@ -144,12 +144,13 @@
(with-current-buffer b (setq-local mode-line-format '(" "))))
(let ((bg (face-attribute 'default :background)))
(set-face-attribute 'mode-line nil :box nil :height 1
- :foreground bg
+ :background bg :foreground bg
:overline jao-minibuffer-active-buffer-line-color
:underline jao-minibuffer-inactive-buffer-line-color
:extend t)
(set-face-attribute 'mode-line-inactive nil :box nil :height 1
- :foreground bg
+ :background bg :foreground bg
+ :overline nil
:underline jao-minibuffer-inactive-buffer-line-color
:extend t))
(advice-add 'force-mode-line-update :after #'jao-minibuffer-refresh)