branch: externals/standard-themes commit 2c89dacd81f0e66d1633b2500b729d0cefdf1e9c Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Use the correct symbol for the link foreground in info-header-xref Thanks to EyoelYT for reporting the bug in issue 5: <https://github.com/protesilaos/standard-themes/issues/5>. --- README.org | 4 ++-- standard-themes.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index efe78245bd..246d8ac03d 100644 --- a/README.org +++ b/README.org @@ -1321,8 +1321,8 @@ matters. + Contributions to code :: Clemens Radermacher. -+ Ideas and/or user feedback :: Filippo Argiolas, Fritz Grabo, Manuel - Uberti, Tassilo Horn, Zack Weinberg. ++ Ideas and/or user feedback :: EyoelYT, Filippo Argiolas, Fritz + Grabo, Manuel Uberti, Tassilo Horn, Zack Weinberg. * GNU Free Documentation License :PROPERTIES: diff --git a/standard-themes.el b/standard-themes.el index de892b5b39..d137d66af4 100644 --- a/standard-themes.el +++ b/standard-themes.el @@ -1578,7 +1578,7 @@ color mappings instead of the complete palette." ;;;; info `(Info-quoted ((,c :inherit standard-themes-fixed-pitch :foreground ,prose-code))) ; the capitalization is canonical `(info-header-node ((,c :inherit (shadow bold)))) - `(info-header-xref ((,c :foreground ,link))) + `(info-header-xref ((,c :foreground ,fg-link))) `(info-index-match ((,c :inherit match))) `(info-menu-header ((,c :inherit bold))) `(info-menu-star ((,c :foreground ,err)))