branch: externals/modus-themes
commit d46e782510dddaad3884ffd4b01d3e08eec9efc4
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Make gnus-button less intrusive
    
    It is not really a link and it also gets applied to a lot of places
    that should not look exactly like links.
    
    Thanks to Morgan Willcock for discussing this with me in issue 140:
    <https://github.com/protesilaos/modus-themes/issues/140>.
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 3bcc190b17..a2f1cd83ea 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -5453,7 +5453,7 @@ FG and BG are the main colors."
     `(git-timemachine-minibuffer-author-face ((,c :foreground ,name)))
     `(git-timemachine-minibuffer-detail-face ((,c :foreground ,fg-main)))
 ;;;;; gnus
-    `(gnus-button ((,c :background ,bg-link :foreground ,fg-link :underline 
,underline-link)))
+    `(gnus-button ((,c :underline ,border)))
     `(gnus-cite-1 ((,c :foreground ,mail-cite-0)))
     `(gnus-cite-2 ((,c :foreground ,mail-cite-1)))
     `(gnus-cite-3 ((,c :foreground ,mail-cite-2)))

Reply via email to