mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Change color of high-scoring unread mails in gnus
This commit is contained in:
parent
8fead60e38
commit
d7fe068026
2 changed files with 4 additions and 1 deletions
|
@ -10,6 +10,9 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
|
|||
|
||||
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...HEAD][Unreleased]]
|
||||
** ADDED Colors for modes using ansi-color.el, such as Eshell
|
||||
|
||||
** CHANGED the color of high-scoring unread mails in gnus
|
||||
|
||||
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.0.0...v6.1.0][6.1.0]] -- 2015-11-20
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: release-6.1.0
|
||||
|
|
|
@ -195,7 +195,7 @@
|
|||
`(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))))
|
||||
`(gnus-summary-high-unread ((t (:inherit gnus-summary-normal-unread :weight bold))))
|
||||
`(gnus-summary-high-unread ((t (:foreground ,fgpink))))
|
||||
`(gnus-summary-low-ancient ((t (:inherit gnus-summary-normal-ancient :slant italic))))
|
||||
`(gnus-summary-low-read ((t (:inherit gnus-summary-normal-read :slant italic))))
|
||||
`(gnus-summary-low-ticked ((t (:inherit gnus-summary-normal-ticked :slant italic))))
|
||||
|
|
Loading…
Reference in a new issue