From 9173ad0840304a58f33fa2c5b5a286ecf16bb11c Mon Sep 17 00:00:00 2001 From: rearman Date: Tue, 7 Oct 2025 10:25:47 -0400 Subject: [PATCH] Better Modeline, window-divider Make window-divider foreground color instead of weird gray, make modeline-active inverse-video to be easier to differentiate active window. Really want wave overline, but that's not possible, since overline has no style option, and position has no effect when underline is set to wave style. --- re/wobow-themes.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/re/wobow-themes.el b/re/wobow-themes.el index 632d2fd..905e6ae 100644 --- a/re/wobow-themes.el +++ b/re/wobow-themes.el @@ -50,6 +50,7 @@ ;; default (default (:background ,background :foreground ,foreground)) (fringe (:background ,background :foreground ,foreground)) + (window-divider (:foreground ,foreground)) (region (:inverse-video t)) (highlight (:inverse-video t)) (secondary-selection (:inverse-video t)) @@ -62,10 +63,8 @@ (link (:underline t)) ;; mode line - ;; (mode-line (:box (:line-width -1 :color ,foreground) - ;; :background ,background :foreground ,foreground :inverse-video t)) (mode-line (:box nil :background ,background :foreground ,foreground)) - (mode-line-active (:underline (:color ,foreground :style wave :position 5))) + (mode-line-active (:inverse-video t)) (mode-line-inactive (:inherit mode-line)) ;; font lock -- 2.39.5