From: rearman Date: Mon, 6 Oct 2025 21:32:05 +0000 (-0400) Subject: Change up modeline X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=56629c2f5954d0fa03ae7946e22dd305d8625fd9;p=emacsinit.git Change up modeline --- diff --git a/re/wobow-themes.el b/re/wobow-themes.el index c174d4d..632d2fd 100644 --- a/re/wobow-themes.el +++ b/re/wobow-themes.el @@ -62,11 +62,11 @@ (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))