diff options
| author | 2016-11-15 21:54:17 +0100 | |
|---|---|---|
| committer | 2016-11-15 21:54:17 +0100 | |
| commit | 22bc240ec541629b6cbdbe670839391927f8e131 (patch) | |
| tree | d55cd5ef3feb14f1e7bf14a0bc0f850478382133 | |
| parent | 5e10e865ea4d39d82f5a7980f911e5dd92989ae0 (diff) | |
| download | yoshi-theme-22bc240ec541629b6cbdbe670839391927f8e131.tar.gz yoshi-theme-22bc240ec541629b6cbdbe670839391927f8e131.zip | |
Add strike-through to gnus-summary-cancelled
| -rw-r--r-- | yoshi-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)))) |
