Inactive buffers blended into the text of the buffer below them. Can't use
inverse-video in mode-line-active due to the border becoming white, making the
modelines different apparent sizes.
(link (:underline t))
;; mode line
- (mode-line (:box nil :background ,background :foreground ,foreground))
- (mode-line-active (:inverse-video t))
+ (mode-line (:box t :foreground ,foreground :background ,background))
+ (mode-line-active (:foreground ,background :background ,foreground :box ,foreground)) ; inverse-video affects the box too
(mode-line-inactive (:inherit mode-line))
;; font lock