Fix height for modeline in theme

This ensures I don't get weird artefacts from performing C-+ or C--.
This commit is contained in:
2025-02-18 18:34:14 +00:00
parent e053cd907e
commit 981804b78c

View File

@@ -81,12 +81,12 @@
'(match ((t (:background "RoyalBlue3"))))
'(minibuffer-prompt ((t (:foreground "cyan"))))
'(mode-line ((t (:box (:line-width 1 :color "white") :foreground "LightSkyBlue"
:background "black" :inherit (default)))))
:background "black" :inherit (default) :height 130))))
'(mode-line-buffer-id ((t (:weight bold))))
'(mode-line-emphasis ((t (:weight bold))))
'(mode-line-inactive ((t (:box (:line-width 1 :color "grey10") :weight light
:foreground "CadetBlue" :background "grey7"
:inherit (default)))))
:inherit (mode-line)))))
'(next-error ((t (:inherit (region)))))
'(orderless-match-face-0 ((t (:weight bold :foreground "lime green"))))
'(orderless-match-face-1 ((t (:weight bold :foreground "light green"))))