mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
prot-emacs.org: tweak the colour of the active spacious-padding-subtle-mode-line
This commit is contained in:
parent
91bc3e326a
commit
77ecd5ea6c
|
|
@ -78,7 +78,11 @@
|
|||
;; Read the doc string of `spacious-padding-subtle-mode-line' as it
|
||||
;; is very flexible.
|
||||
(setq spacious-padding-subtle-mode-line
|
||||
'(:mode-line-active default :mode-line-inactive vertical-border))
|
||||
`( :mode-line-active ,(if (or (eq prot-emacs-load-theme-family 'modus)
|
||||
(eq prot-emacs-load-theme-family 'standard))
|
||||
'default
|
||||
'help-key-binding)
|
||||
:mode-line-inactive vertical-border))
|
||||
|
||||
(spacious-padding-mode 1)
|
||||
|
||||
|
|
|
|||
|
|
@ -1929,7 +1929,11 @@ and [[https://github.com/minad/org-modern][Daniel Mendler's ~org-modern~ package
|
|||
;; Read the doc string of `spacious-padding-subtle-mode-line' as it
|
||||
;; is very flexible.
|
||||
(setq spacious-padding-subtle-mode-line
|
||||
'(:mode-line-active default :mode-line-inactive vertical-border))
|
||||
`( :mode-line-active ,(if (or (eq prot-emacs-load-theme-family 'modus)
|
||||
(eq prot-emacs-load-theme-family 'standard))
|
||||
'default
|
||||
'help-key-binding)
|
||||
:mode-line-inactive vertical-border))
|
||||
|
||||
(spacious-padding-mode 1)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue