From 02ad3f35d12883958de0c5aa6d61000a5a51c9f0 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 26 Nov 2013 01:03:50 +0100 Subject: Simplify gnus ticked messages --- yoshi-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yoshi-theme.el b/yoshi-theme.el index 8f0fcec..41df8c9 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -133,7 +133,7 @@ `(gnus-summary-low-unread ((t (:inherit gnus-summary-normal-unread :slant italic)))) `(gnus-summary-normal-ancient ((t (:foreground ,fgcyan)))) `(gnus-summary-normal-read ((t (:foreground ,fgdim)))) - `(gnus-summary-normal-ticked ((t (:foreground ,fgred)))) + `(gnus-summary-normal-ticked ((t (:foreground ,fgdefault :weight bold)))) `(gnus-summary-normal-unread ((t (:foreground ,fgdefault)))) `(gnus-summary-selected ((t (:background ,bgblue :weight bold)))) `(highlight ((t (:background ,bgbright)))) -- cgit v1.2.3-54-g00ecf