emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-vivendi-theme 781189c 38/73: Review powerline fac


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 781189c 38/73: Review powerline faces
Date: Wed, 26 Aug 2020 09:20:58 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 781189c59a7f4ccc3b0c2940febef5087bf896c7
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Review powerline faces
    
    This addresses some inconsistencies with the previous design.  It also
    aims to improve the state of affairs with regard to issue 73:
    https://gitlab.com/protesilaos/modus-themes/-/issues/73
    
    THINGS MAY STILL CHANGE, subject to further feedback on the
    aforementioned issue.
---
 modus-operandi-theme.el | 10 +++++-----
 modus-vivendi-theme.el  | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 78dc11d..70e8e46 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3423,12 +3423,12 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(pomidor-skip-face ((,class :foreground ,fg-alt :slant 
,modus-theme-slant)))
    `(pomidor-work-face ((,class :foreground ,green-alt-other)))
 ;;;;; powerline
-   `(powerline-active0 ((,class :background ,fg-inactive :foreground 
,bg-inactive)))
-   `(powerline-active1 ((,class :background ,bg-active :foreground 
,fg-active)))
-   `(powerline-active2 ((,class :background ,bg-alt :foreground ,fg-active)))
+   `(powerline-active0 ((,class :background ,blue-nuanced-bg :foreground 
,blue-nuanced :inverse-video t)))
+   `(powerline-active1 ((,class :background ,blue-nuanced-bg :foreground 
,blue-nuanced)))
+   `(powerline-active2 ((,class :background ,bg-active :foreground 
,fg-active)))
    `(powerline-inactive0 ((,class :background ,bg-active :foreground 
,fg-inactive)))
-   `(powerline-inactive1 ((,class :background ,bg-inactive :foreground 
,fg-inactive)))
-   `(powerline-inactive2 ((,class :background ,bg-main :foreground ,fg-alt)))
+   `(powerline-inactive1 ((,class :background ,bg-dim :foreground 
,fg-inactive)))
+   `(powerline-inactive2 ((,class :background ,bg-inactive :foreground 
,fg-inactive)))
 ;;;;; powerline-evil
    `(powerline-evil-base-face ((,class :background ,fg-main :foreground 
,bg-main)))
    `(powerline-evil-emacs-face ((,class :inherit modus-theme-active-magenta)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 8bb47a1..d8a2e5e 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3423,12 +3423,12 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(pomidor-skip-face ((,class :foreground ,fg-alt :slant 
,modus-theme-slant)))
    `(pomidor-work-face ((,class :foreground ,green-alt-other)))
 ;;;;; powerline
-   `(powerline-active0 ((,class :background ,fg-inactive :foreground 
,bg-inactive)))
-   `(powerline-active1 ((,class :background ,bg-active :foreground 
,fg-active)))
-   `(powerline-active2 ((,class :background ,bg-alt :foreground ,fg-active)))
+   `(powerline-active0 ((,class :background ,blue-nuanced-bg :foreground 
,blue-nuanced :inverse-video t)))
+   `(powerline-active1 ((,class :background ,blue-nuanced-bg :foreground 
,blue-nuanced)))
+   `(powerline-active2 ((,class :background ,bg-active :foreground 
,fg-active)))
    `(powerline-inactive0 ((,class :background ,bg-active :foreground 
,fg-inactive)))
-   `(powerline-inactive1 ((,class :background ,bg-inactive :foreground 
,fg-inactive)))
-   `(powerline-inactive2 ((,class :background ,bg-main :foreground ,fg-alt)))
+   `(powerline-inactive1 ((,class :background ,bg-dim :foreground 
,fg-inactive)))
+   `(powerline-inactive2 ((,class :background ,bg-inactive :foreground 
,fg-inactive)))
 ;;;;; powerline-evil
    `(powerline-evil-base-face ((,class :background ,fg-main :foreground 
,bg-main)))
    `(powerline-evil-emacs-face ((,class :inherit modus-theme-active-magenta)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]