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

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

[elpa] externals/modus-vivendi-theme ae0e8c2 45/73: Refine powerline fac


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme ae0e8c2 45/73: Refine powerline faces (extend commit 781189c59)
Date: Wed, 26 Aug 2020 09:21:00 -0400 (EDT)

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

    Refine powerline faces (extend commit 781189c59)
    
    This commit addresses the latest feedback I received in issue 73:
    https://gitlab.com/protesilaos/modus-themes/-/issues/73
---
 modus-operandi-theme.el | 4 ++--
 modus-vivendi-theme.el  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index e688b72..9de5747 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3417,10 +3417,10 @@ 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 ,blue-nuanced-bg :foreground 
,blue-nuanced :inverse-video t)))
+   `(powerline-active0 ((,class :background ,bg-main :foreground ,blue-faint 
: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-inactive0 ((,class :background ,bg-special-cold :foreground 
,fg-special-cold)))
    `(powerline-inactive1 ((,class :background ,bg-dim :foreground 
,fg-inactive)))
    `(powerline-inactive2 ((,class :background ,bg-inactive :foreground 
,fg-inactive)))
 ;;;;; powerline-evil
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index a4a5df4..c73b022 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3417,10 +3417,10 @@ 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 ,blue-nuanced-bg :foreground 
,blue-nuanced :inverse-video t)))
+   `(powerline-active0 ((,class :background ,bg-main :foreground ,blue-faint 
: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-inactive0 ((,class :background ,bg-special-cold :foreground 
,fg-special-cold)))
    `(powerline-inactive1 ((,class :background ,bg-dim :foreground 
,fg-inactive)))
    `(powerline-inactive2 ((,class :background ,bg-inactive :foreground 
,fg-inactive)))
 ;;;;; powerline-evil



reply via email to

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