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

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

[nongnu] elpa/alect-themes d44613d 245/269: Modify 'powerline-inactive1'


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes d44613d 245/269: Modify 'powerline-inactive1' face
Date: Thu, 21 Oct 2021 17:59:28 -0400 (EDT)

branch: elpa/alect-themes
commit d44613db52cc7d1c88e72ec597f7bf7a07b36af6
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Modify 'powerline-inactive1' face
    
    'cyan-bg+1' looks too similar to the background (all '*-bg+1' faces are
    intended to be used for the large amount of text).  Use 'cyan-bg'
    instead: since the inactive mode-line is darker/lighter (for the
    light/dark themes accordingly), making the same background as for
    'powerline-active1' creates an illusion of different active and inactive
    cyan colors.
---
 alect-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alect-themes.el b/alect-themes.el
index 36c3dda..3318a51 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1386,7 +1386,7 @@ For INVERT, see `alect-get-color'."
                                    :background ,(gc 'cyan-bg))))
          (powerline-active2   ((,c :inherit mode-line)))
          (powerline-inactive1 ((,c :inherit mode-line-inactive
-                                   :background ,(gc 'cyan-bg+1))))
+                                   :background ,(gc 'cyan-bg))))
          (powerline-inactive2 ((,c :inherit mode-line-inactive)))
 
          ;; rainbow-delimiters



reply via email to

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