Merge pull request #168 from wyuenho/patch-1

Fix powerline theme definitions for inactive states
This commit is contained in:
Protesilaos Stavrou 2025-10-31 10:14:23 +02:00 committed by GitHub
commit c2acde4a47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6441,21 +6441,21 @@ FG and BG are the main colors."
:box ,border-mode-line-active)
(t :underline ,border-mode-line-active)))
`(powerline-active2
(((default :inherit modus-themes-ui-variable-pitch
((default :inherit modus-themes-ui-variable-pitch
:background ,bg-mode-line-inactive
:foreground ,fg-mode-line-inactive)
(((supports :box t))
:box ,border-mode-line-inactive)
(t :underline ,border-mode-line-inactive))))
(t :underline ,border-mode-line-inactive)))
`(powerline-inactive0 ((,c :background ,bg-active :foreground ,fg-dim)))
`(powerline-inactive1 ((,c :background ,bg-main :foreground ,fg-dim)))
`(powerline-inactive2
(((default :inherit modus-themes-ui-variable-pitch
((default :inherit modus-themes-ui-variable-pitch
:background ,bg-mode-line-inactive
:foreground ,fg-mode-line-inactive)
(((supports :box t))
:box ,border-mode-line-inactive)
(t :underline ,border-mode-line-inactive))))
(t :underline ,border-mode-line-inactive)))
;;;;; powerline-evil
`(powerline-evil-base-face ((,c :background ,fg-main :foreground ,bg-main)))
`(powerline-evil-emacs-face ((,c :inherit modus-themes-bold :background ,bg-main)))