mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Change the color of ticked mails in gnus
This commit is contained in:
parent
d7fe068026
commit
8e8f2f5f37
2 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,8 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
|
||||||
|
|
||||||
** CHANGED the color of high-scoring unread mails in gnus
|
** CHANGED the color of high-scoring unread mails in gnus
|
||||||
|
|
||||||
|
** CHANGED the color of normal ticked mails in gnus
|
||||||
|
|
||||||
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.0.0...v6.1.0][6.1.0]] -- 2015-11-20
|
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.0.0...v6.1.0][6.1.0]] -- 2015-11-20
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: release-6.1.0
|
:CUSTOM_ID: release-6.1.0
|
||||||
|
|
|
@ -202,7 +202,7 @@
|
||||||
`(gnus-summary-low-unread ((t (:inherit gnus-summary-normal-unread :slant italic))))
|
`(gnus-summary-low-unread ((t (:inherit gnus-summary-normal-unread :slant italic))))
|
||||||
`(gnus-summary-normal-ancient ((t (:foreground ,fgcyan))))
|
`(gnus-summary-normal-ancient ((t (:foreground ,fgcyan))))
|
||||||
`(gnus-summary-normal-read ((t (:foreground ,fgdim))))
|
`(gnus-summary-normal-read ((t (:foreground ,fgdim))))
|
||||||
`(gnus-summary-normal-ticked ((t (:foreground ,fgdefault :weight bold))))
|
`(gnus-summary-normal-ticked ((t (:foreground ,fgturquoise))))
|
||||||
`(gnus-summary-normal-unread ((t (:foreground ,fgdefault))))
|
`(gnus-summary-normal-unread ((t (:foreground ,fgdefault))))
|
||||||
`(gnus-summary-selected ((t (:background ,bgblue :weight bold))))
|
`(gnus-summary-selected ((t (:background ,bgblue :weight bold))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue