Make active mode line higher

This commit is contained in:
Tobias Ostner 2026-01-10 17:33:19 +01:00
parent 7c5c54e44a
commit 5cfce6cb92

View file

@ -447,20 +447,20 @@
(set-face-attribute (set-face-attribute
'tab-bar nil 'tab-bar nil
:box (list :line-width 4 :color bg-main) :box (list :line-width 4 :color bg-main)
:background bg-main) :background bg-main)
(set-face-attribute (set-face-attribute
'mode-line nil 'mode-line-active nil
:underline border-mode-line-active :underline border-mode-line-active
:overline border-mode-line-active :overline border-mode-line-active
:box (list :line-width 4 :color bg-mode-line-active)) :box (list :line-width 4 :color bg-mode-line-active))
(set-face-attribute (set-face-attribute
'mode-line-inactive nil 'mode-line-inactive nil
:underline border-mode-line-inactive :underline border-mode-line-inactive
:overline border-mode-line-inactive :overline border-mode-line-inactive
:box (list :line-width 4 :color bg-mode-line-inactive)))) :box (list :line-width 4 :color bg-mode-line-inactive))))
(setq modus-themes-org-blocks 'tinted-background (setq modus-themes-org-blocks 'tinted-background
modus-themes-bold-constructs t modus-themes-bold-constructs t