1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Simplify gnus ticked messages

This commit is contained in:
Tom Willemse 2013-11-26 01:03:50 +01:00
parent f300381d01
commit 02ad3f35d1

View file

@ -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))))