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

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

[elpa] externals/modus-themes fd01c6ee53 07/13: Use more appropriate col


From: ELPA Syncer
Subject: [elpa] externals/modus-themes fd01c6ee53 07/13: Use more appropriate colours for binder faces
Date: Wed, 17 May 2023 02:58:51 -0400 (EDT)

branch: externals/modus-themes
commit fd01c6ee53e12db53ab8d272a7668cfaf5473312
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Use more appropriate colours for binder faces
---
 modus-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index 464e32ba88..70430e0e04 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -1909,9 +1909,9 @@ FG and BG are the main colors."
     `(aw-minibuffer-leading-char-face ((,c :inherit modus-themes-key-binding)))
     `(aw-mode-line-face ((,c :inherit bold)))
 ;;;;; binder
-    `(binder-sidebar-highlight ((,c :inherit modus-themes-subtle-cyan)))
+    `(binder-sidebar-highlight ((,c :inherit modus-themes-hl-line)))
     `(binder-sidebar-marked ((,c :inherit modus-themes-mark-sel)))
-    `(binder-sidebar-missing ((,c :inherit modus-themes-subtle-red)))
+    `(binder-sidebar-missing ((,c :inherit modus-themes-mark-del)))
     `(binder-sidebar-tags ((,c :foreground ,variable)))
 ;;;;; bongo
     `(bongo-album-title (( )))



reply via email to

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