]> git.earman.xyz Git - emacsinit.git/commitdiff
Change up modeline
authorrearman <rearman@r717.net>
Mon, 6 Oct 2025 21:32:05 +0000 (17:32 -0400)
committerrearman <rearman@r717.net>
Mon, 6 Oct 2025 21:32:05 +0000 (17:32 -0400)
re/wobow-themes.el

index c174d4ddb6fdfaa9d4a2b438ca01b6b80b3af532..632d2fd43f78d4ee30bc31bd3c956356a2072051 100644 (file)
       (link (:underline t))
 
       ;; mode line
-      (mode-line (:box (:line-width -1 :color ,foreground)
-                      :background ,background :foreground ,foreground :inverse-video t))
-
-      (mode-line-inactive (:box (:line-width -1 :color ,foreground)
-                               :background ,background :foreground ,foreground))
+      ;; (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-inactive (:inherit mode-line))
 
       ;; font lock
       (font-lock-keyword-face (:bold t))