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:
parent
5e10e865ea
commit
22bc240ec5
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue