branch: externals/modus-themes
commit 6e1bdce593400520d28b1937bc394cbe9c7639a0
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Remove strike-through from jabber-roster-user-offline
It does not lead to a nice result. Thanks to Morgan Willcock for
bringing this matter to my attention in issue 169:
<https://github.com/protesilaos/modus-themes/issues/169>.
---
modus-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modus-themes.el b/modus-themes.el
index 35a5e4a46b..d0f3305756 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -5711,7 +5711,7 @@ FG and BG are the main colors."
`(jabber-roster-user-dnd ((,c :foreground ,warning)))
`(jabber-roster-user-chatty ((,c :foreground ,warning)))
`(jabber-roster-user-error ((,c :foreground ,err)))
- `(jabber-roster-user-offline ((,c :foreground ,fg-dim :strike-through t)))
+ `(jabber-roster-user-offline ((,c :foreground ,fg-dim)))
`(jabber-roster-user-online ((,c :inherit modus-themes-bold :foreground
,info)))
`(jabber-chat-prompt-foreign ((,c :inherit modus-themes-bold :foreground
,err)))
`(jabber-chat-prompt-system ((,c :foreground ,warning)))