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

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

[elpa] externals/modus-themes d1eb264a52 10/13: Do not hardcode info-men


From: ELPA Syncer
Subject: [elpa] externals/modus-themes d1eb264a52 10/13: Do not hardcode info-menu-star to red
Date: Wed, 17 May 2023 02:58:52 -0400 (EDT)

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

    Do not hardcode info-menu-star to red
    
    We want to use a semantically correct face, so that it can work with
    all Modus themes, including the ones optimised for users with
    red-green colour deficiency (deuteranopia).
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 16315b1d1a..0440580816 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -2721,7 +2721,7 @@ FG and BG are the main colors."
     `(info-header-xref ((,c :foreground ,fg-link)))
     `(info-index-match ((,c :inherit match)))
     `(info-menu-header ((,c :inherit bold)))
-    `(info-menu-star ((,c :foreground ,red-intense)))
+    `(info-menu-star ((,c :inherit error)))
     `(info-node ((,c :inherit bold)))
     `(info-title-1 ((,c :inherit modus-themes-heading-1)))
     `(info-title-2 ((,c :inherit modus-themes-heading-2)))



reply via email to

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