Make active mode line higher
This commit is contained in:
parent
7c5c54e44a
commit
5cfce6cb92
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue