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

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

[elpa] externals/modus-themes f90def4d90: Make which-key prefix descript


From: ELPA Syncer
Subject: [elpa] externals/modus-themes f90def4d90: Make which-key prefix descriptions less intense
Date: Mon, 27 Mar 2023 08:58:57 -0400 (EDT)

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

    Make which-key prefix descriptions less intense
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 6612a1aabb..2559f783c5 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -3763,7 +3763,7 @@ FG and BG are the main colors."
     `(which-func ((,c :inherit bold :foreground ,modeline-info)))
 ;;;;; which-key
     `(which-key-command-description-face ((,c :foreground ,fg-main)))
-    `(which-key-group-description-face ((,c :foreground ,err)))
+    `(which-key-group-description-face ((,c :foreground ,keyword)))
     `(which-key-highlighted-command-face ((,c :foreground ,warning :underline 
t)))
     `(which-key-key-face ((,c :inherit modus-themes-key-binding)))
     `(which-key-local-map-description-face ((,c :foreground ,fg-main)))



reply via email to

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