diff options
| author | 2016-03-05 00:18:18 +0100 | |
|---|---|---|
| committer | 2016-03-05 00:18:18 +0100 | |
| commit | 8e8f2f5f37c071bff36e68c83d9ca2ef80575995 (patch) | |
| tree | b1a6910bac64f347628cb2c5c0d47790cb0138d2 | |
| parent | d7fe068026db555860986d462d1708f6c362a1bb (diff) | |
| download | yoshi-theme-8e8f2f5f37c071bff36e68c83d9ca2ef80575995.tar.gz yoshi-theme-8e8f2f5f37c071bff36e68c83d9ca2ef80575995.zip | |
Change the color of ticked mails in gnus
| -rw-r--r-- | CHANGELOG.org | 2 | ||||
| -rw-r--r-- | yoshi-theme.el | 2 |
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)))) |
