prot-emacs.org: tweak the colour of the active spacious-padding-subtle-mode-line

This commit is contained in:
Protesilaos Stavrou 2023-12-18 11:36:17 +02:00
parent 91bc3e326a
commit 77ecd5ea6c
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 10 additions and 2 deletions

View file

@ -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)

View file

@ -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)