aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-03-05 00:18:18 +0100
committerGravatar Tom Willemse2016-03-05 00:18:18 +0100
commit8e8f2f5f37c071bff36e68c83d9ca2ef80575995 (patch)
treeb1a6910bac64f347628cb2c5c0d47790cb0138d2
parentd7fe068026db555860986d462d1708f6c362a1bb (diff)
downloadyoshi-theme-8e8f2f5f37c071bff36e68c83d9ca2ef80575995.tar.gz
yoshi-theme-8e8f2f5f37c071bff36e68c83d9ca2ef80575995.zip
Change the color of ticked mails in gnus
-rw-r--r--CHANGELOG.org2
-rw-r--r--yoshi-theme.el2
2 files changed, 3 insertions, 1 deletions
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))))