[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-themes 4b88a07b03 1/3: Do not underline the gnus-
From: |
ELPA Syncer |
Subject: |
[elpa] externals/modus-themes 4b88a07b03 1/3: Do not underline the gnus-button |
Date: |
Mon, 26 Feb 2024 04:00:56 -0500 (EST) |
branch: externals/modus-themes
commit 4b88a07b03aadb109f2583493daa7462ef598307
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Do not underline the gnus-button
---
modus-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modus-themes.el b/modus-themes.el
index 422c59358f..aac3efee31 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -2505,7 +2505,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 :inherit button)))
+ `(gnus-button ((,c :inherit button :underline nil)))
`(gnus-cite-1 ((,c :inherit message-cited-text-1)))
`(gnus-cite-2 ((,c :inherit message-cited-text-2)))
`(gnus-cite-3 ((,c :inherit message-cited-text-3)))