solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 0cc0ca52f9feeaf4624d554571b421185c87608f
parent 6a93a0132d15182ec084e6ba57878d7291eb0ab3
Author: tijsmallaerts <tijs.mallaerts@gmail.com>
Date:   Fri, 21 Dec 2018 22:33:30 +0100

Add extra notmuch faces

Diffstat:
Msolarized.el | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -1668,10 +1668,13 @@ customize the resulting theme." `(notmuch-search-matching-authors ((,class (:inherit default)))) `(notmuch-search-non-matching-authors ((,class (:inherit shadow)))) `(notmuch-tag-face ((,class (:foreground ,yellow)))) + `(notmuch-tag-unread ((,class (:foreground ,magenta)))) `(notmuch-search-flagged-face ((,class (:foreground ,blue)))) `(notmuch-search-unread-face ((,class (:weight bold)))) `(notmuch-tree-match-author-face ((,class (:foreground ,blue)))) - `(notmuch-tree-match-tag-face ((,class (:foreground ,yellow)))) + `(notmuch-tree-match-date-face ((,class (:foreground ,yellow)))) + `(notmuch-tree-match-tag-face ((,class (:foreground ,cyan)))) + `(notmuch-tree-no-match-face ((,class (:inherit font-lock-comment-face)))) ;;;;; org-mode `(org-agenda-structure