branch: externals/standard-themes commit 3cbfdbfb4913ef7f47124cda29ebbe2db44434f0 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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)))