diff --git a/CHANGELOG.org b/CHANGELOG.org index ed1c1e1..2be921d 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -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 normal ticked 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 6c26003..33313ac 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -202,7 +202,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 ,fgdefault :weight bold)))) + `(gnus-summary-normal-ticked ((t (:foreground ,fgturquoise)))) `(gnus-summary-normal-unread ((t (:foreground ,fgdefault)))) `(gnus-summary-selected ((t (:background ,bgblue :weight bold))))