1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-02-24 19:43:26 +01:00

Add strike-through to gnus-summary-cancelled

This commit is contained in:
Tom Willemse 2016-11-15 21:54:17 +01:00
parent 5e10e865ea
commit 22bc240ec5

View file

@ -194,7 +194,7 @@
`(gnus-header-subject ((t (:foreground ,fgyellow)))) `(gnus-header-subject ((t (:foreground ,fgyellow))))
`(gnus-signature ((t (:foreground ,fgdim :slant italic)))) `(gnus-signature ((t (:foreground ,fgdim :slant italic))))
`(gnus-splash ((t (:foreground ,fgdefault)))) `(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-ancient ((t (:inherit gnus-summary-normal-ancient :weight bold))))
`(gnus-summary-high-read ((t (:inherit gnus-summary-normal-read :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)))) `(gnus-summary-high-ticked ((t (:inherit gnus-summary-normal-ticked :weight bold))))