From 22bc240ec541629b6cbdbe670839391927f8e131 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 15 Nov 2016 21:54:17 +0100 Subject: [PATCH] Add strike-through to gnus-summary-cancelled --- yoshi-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yoshi-theme.el b/yoshi-theme.el index 539b1f1..cd16ad3 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -194,7 +194,7 @@ `(gnus-header-subject ((t (:foreground ,fgyellow)))) `(gnus-signature ((t (:foreground ,fgdim :slant italic)))) `(gnus-splash ((t (:foreground ,fgdefault)))) - `(gnus-summary-cancelled ((t (:foreground ,fgyellow :background ,bgbright)))) + `(gnus-summary-cancelled ((t (:foreground ,fgdim :background unspecified :strike-through t)))) `(gnus-summary-high-ancient ((t (:inherit gnus-summary-normal-ancient :weight bold)))) `(gnus-summary-high-read ((t (:inherit gnus-summary-normal-read :weight bold)))) `(gnus-summary-high-ticked ((t (:inherit gnus-summary-normal-ticked :weight bold))))