diff options
author | jao <jao@gnu.org> | 2025-09-28 23:57:20 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-28 23:57:20 +0100 |
commit | ddf99ee09ab622feafcf70d28a2f0934db50d394 (patch) | |
tree | 75d4db050c27d0a4ddd5b4fcc6d191eb3de80f84 /lib/eos/jao-mode-line.el | |
parent | 7e1981ef1a6b99f3e2af356f79256c4ca4f4f70d (diff) | |
download | elibs-ddf99ee09ab622feafcf70d28a2f0934db50d394.tar.gz elibs-ddf99ee09ab622feafcf70d28a2f0934db50d394.tar.bz2 |
tweaks for better darwin behaviour
Diffstat (limited to 'lib/eos/jao-mode-line.el')
-rw-r--r-- | lib/eos/jao-mode-line.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/eos/jao-mode-line.el b/lib/eos/jao-mode-line.el index e1fe51f..f48040b 100644 --- a/lib/eos/jao-mode-line.el +++ b/lib/eos/jao-mode-line.el @@ -135,10 +135,10 @@ jao-minibuffer-inactive-buffer-line-color))) (jao-mode-line--extract-face nil) (jao-mode-line--extract-face t) - (set-face-attribute 'mode-line nil :box nil :height 10 + (set-face-attribute 'mode-line nil :box nil :height 1 :background bg :foreground bg :overline ol :underline ul :extend t) - (set-face-attribute 'mode-line-inactive nil :box nil :height 10 + (set-face-attribute 'mode-line-inactive nil :box nil :height 1 :background bg :foreground bg ;; :overline bg :underline ul :extend t))) |