aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-03-05 00:06:33 +0100
committerGravatar Tom Willemse2016-03-05 00:06:33 +0100
commitd7fe068026db555860986d462d1708f6c362a1bb (patch)
tree9bee721dc659800ecf0654a15976150514639cf3
parent8fead60e3814d316e234ce5acbb0d8297b411c7a (diff)
downloadyoshi-theme-d7fe068026db555860986d462d1708f6c362a1bb.tar.gz
yoshi-theme-d7fe068026db555860986d462d1708f6c362a1bb.zip
Change color of high-scoring unread mails in gnus
-rw-r--r--CHANGELOG.org3
-rw-r--r--yoshi-theme.el2
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))))