From ca3eb38bcd7605ec3d527cabf62bcaa655f25777 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 27 May 2019 16:23:49 +0200 Subject: Emacs: Improve contrast of inactive buffer modeline and (mini)buffer --- emacs/.emacs.d/main.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs/.emacs.d') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 0dca5c8..8e4b943 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -144,7 +144,8 @@ (set-face-attribute 'mode-line-inactive nil :overline line) (set-face-attribute 'mode-line-inactive nil :underline line) (set-face-attribute 'mode-line nil :box nil) - (set-face-attribute 'mode-line-inactive nil :box nil)) + (set-face-attribute 'mode-line-inactive nil :box nil) + (set-face-attribute 'mode-line-inactive nil :background (face-attribute 'hl-line :background))) ;; Highlighting quasi-quoted expressions in lisps is quite useful, but I ;; don't need it all the time. I'll keep it around for a while so that I -- cgit 1.4.1