diff options
author | jao <jao@gnu.org> | 2021-04-18 02:55:22 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-04-18 02:56:13 +0100 |
commit | 7d8344ac8af19d7a88c3547fa0ab8ced01135e86 (patch) | |
tree | 490eb7b83a077b59ac51f3ca7c0e7245d7d17173 /lib/themes | |
parent | 8ea756c5d0ff541d33fb1be56d4c53a0b12f90e4 (diff) | |
download | elibs-7d8344ac8af19d7a88c3547fa0ab8ced01135e86.tar.gz elibs-7d8344ac8af19d7a88c3547fa0ab8ced01135e86.tar.bz2 |
email.org, with some notmuch fine-tuning
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-themes.el | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 6e55cc6..fbb4827 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -861,10 +861,24 @@ (nrepl-output-face (p f02)) (nrepl-prompt-face (p f00)) (nrepl-result-face nil) + (notmuch-crypto-decryption (~ success)) + (notmuch-crypto-part-header (p f11)) + (notmuch-crypto-signature-bad (p error) ul) + (notmuch-crypto-signature-good (~ success)) + (notmuch-crypto-signature-unknown (p error) ul) + (notmuch-crypto-signature-good-key (~ success)) + (notmuch-hello-logo-background nil) + (notmuch-message-summary-face (p f00)) (notmuch-search-count (p f00)) (notmuch-search-date (p f01)) + (notmuch-search-flagged-face (p warn)) (notmuch-search-matching-authors (p f02)) - (notmuch-search-subject nil)) + (notmuch-search-subject nil) + (notmuch-tag-face (p f00) it) + (notmuch-tag-unread (p warn)) + (notmuch-tree-match-author-face (p f01)) + (notmuch-tree-match-tag-face ul) + (notmuch-wash-cited-text (~ gnus-cite-1))) `((orderless-match-face-0 ul) (orderless-match-face-1 ul) (orderless-match-face-2 ul) |