diff options
| author | 2016-03-05 00:06:33 +0100 | |
|---|---|---|
| committer | 2016-03-05 00:06:33 +0100 | |
| commit | d7fe068026db555860986d462d1708f6c362a1bb (patch) | |
| tree | 9bee721dc659800ecf0654a15976150514639cf3 | |
| parent | 8fead60e3814d316e234ce5acbb0d8297b411c7a (diff) | |
| download | yoshi-theme-d7fe068026db555860986d462d1708f6c362a1bb.tar.gz yoshi-theme-d7fe068026db555860986d462d1708f6c362a1bb.zip | |
Change color of high-scoring unread mails in gnus
| -rw-r--r-- | CHANGELOG.org | 3 | ||||
| -rw-r--r-- | yoshi-theme.el | 2 |
2 files changed, 4 insertions, 1 deletions
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)))) |
