diff options
author | jao <jao@gnu.org> | 2021-02-12 20:24:24 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-02-12 20:24:24 +0000 |
commit | 225717aab45318e56bed232c664b153762313250 (patch) | |
tree | c9392b4be1fb1fa7d2662e68ac90cab96a3d1c3d /lib/themes | |
parent | 79c589208492aac0cd320e5106589e133b87e862 (diff) | |
download | elibs-225717aab45318e56bed232c664b153762313250.tar.gz elibs-225717aab45318e56bed232c664b153762313250.tar.bz2 |
themes: notmuch search faces
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-themes.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 8ce37ca..d2ca2ba 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -842,7 +842,11 @@ (nrepl-input-face (p f01)) (nrepl-output-face (p f02)) (nrepl-prompt-face (p f00)) - (nrepl-result-face nil)) + (nrepl-result-face nil) + (notmuch-search-count (p f00)) + (notmuch-search-date (p f01)) + (notmuch-search-matching-authors (p f02)) + (notmuch-search-subject nil)) `((org-agenda-date-today (p hilite) nul) (org-agenda-date-weekend (p dimm)) (org-agenda-done (p dimm)) |