]> git.earman.xyz Git - emacsinit.git/commitdiff
Make modeline better
authorrearman <rearman@r717.net>
Thu, 9 Oct 2025 12:35:11 +0000 (08:35 -0400)
committerrearman <rearman@r717.net>
Thu, 9 Oct 2025 12:35:11 +0000 (08:35 -0400)
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.

re/wobow-themes.el

index 905e6ae7185d496b2d1117da8df2306eddddc4db..1d0519c4aef6303982f03461a05fb22f28d3ede3 100644 (file)
@@ -63,8 +63,8 @@
       (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