diff --git a/CHANGELOG.org b/CHANGELOG.org index bb37246..ed1c1e1 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -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 diff --git a/yoshi-theme.el b/yoshi-theme.el index e8db19a..6c26003 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -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))))