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

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

[elpa] externals/modus-themes 53e0670139 02/13: Make shr-selected-link i


From: ELPA Syncer
Subject: [elpa] externals/modus-themes 53e0670139 02/13: Make shr-selected-link inherit a more appropriate face
Date: Wed, 17 May 2023 02:58:51 -0400 (EDT)

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

    Make shr-selected-link inherit a more appropriate face
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 6d14b98e7f..e6fdf9ee5b 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -3527,7 +3527,7 @@ FG and BG are the main colors."
     `(shr-h4 ((,c :inherit modus-themes-heading-4)))
     `(shr-h5 ((,c :inherit modus-themes-heading-5)))
     `(shr-h6 ((,c :inherit modus-themes-heading-6)))
-    `(shr-selected-link ((,c :inherit modus-themes-subtle-red)))
+    `(shr-selected-link ((,c :inherit modus-themes-mark-sel)))
 ;;;;; side-notes
     `(side-notes ((,c :background ,bg-dim :foreground ,fg-dim)))
 ;;;;; sieve-mode



reply via email to

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