mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Merge pull request #168 from wyuenho/patch-1
Fix powerline theme definitions for inactive states
This commit is contained in:
commit
c2acde4a47
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue