]> git.earman.xyz Git - emacsinit.git/commitdiff
Better Modeline, window-divider
authorrearman <rearman@r717.net>
Tue, 7 Oct 2025 14:25:47 +0000 (10:25 -0400)
committerrearman <rearman@r717.net>
Tue, 7 Oct 2025 14:25:47 +0000 (10:25 -0400)
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

index 632d2fd43f78d4ee30bc31bd3c956356a2072051..905e6ae7185d496b2d1117da8df2306eddddc4db 100644 (file)
@@ -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))
       (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