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

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

[elpa] externals/standard-themes 3cbfdbfb49 16/74: Apply more precise fo


From: ELPA Syncer
Subject: [elpa] externals/standard-themes 3cbfdbfb49 16/74: Apply more precise foreground to info-menu-star
Date: Wed, 30 Nov 2022 08:58:22 -0500 (EST)

branch: externals/standard-themes
commit 3cbfdbfb4913ef7f47124cda29ebbe2db44434f0
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Apply more precise foreground to info-menu-star
---
 standard-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/standard-themes.el b/standard-themes.el
index c77454fb5c..e6e95866f8 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1313,7 +1313,7 @@ Helper function for `standard-themes-preview-colors'."
     `(info-header-node ((,c :inherit (shadow bold))))
     `(info-index-match ((,c :inherit match)))
     `(info-menu-header ((,c :inherit bold)))
-    `(info-menu-star ((,c :foreground ,red)))
+    `(info-menu-star ((,c :foreground ,err)))
     `(info-node ((,c :inherit bold)))
     `(info-title-1 ((,c :inherit standard-themes-heading-1)))
     `(info-title-2 ((,c :inherit standard-themes-heading-2)))



reply via email to

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