branch: externals/standard-themes
commit 8b38015dee663fba585c42319d38d9c1bbf98c3c
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Make info-header-xref not have an underline
    
    It does not look nice on the header line.
---
 standard-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/standard-themes.el b/standard-themes.el
index e7f75098e1..de892b5b39 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1578,6 +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-index-match ((,c :inherit match)))
     `(info-menu-header ((,c :inherit bold)))
     `(info-menu-star ((,c :foreground ,err)))

Reply via email to