branch: externals/modus-themes
commit c2acde4a478d9adacdeed56d808ccc67fd6916f9
Merge: 223e813805 e52f388522
Author: Protesilaos Stavrou <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #168 from wyuenho/patch-1
    
    Fix powerline theme definitions for inactive states
---
 modus-themes.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index 30dc48d21f..dfa2f580da 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -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)))

Reply via email to