summaryrefslogtreecommitdiffhomepage
path: root/lib/themes/jao-themes.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-06-24 00:52:34 +0100
committerjao <jao@gnu.org>2021-06-24 00:52:34 +0100
commit4d7e33eed8582c30cd3ec8f0a112490fb6c3cede (patch)
treede469eb3dd676ba19066751687ea48ccd21fc49f /lib/themes/jao-themes.el
parentf7c052144eb8cd75382d1174dba625ac6436f512 (diff)
downloadelibs-4d7e33eed8582c30cd3ec8f0a112490fb6c3cede.tar.gz
elibs-4d7e33eed8582c30cd3ec8f0a112490fb6c3cede.tar.bz2
theme nits
Diffstat (limited to 'lib/themes/jao-themes.el')
-rw-r--r--lib/themes/jao-themes.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el
index 0a5c95a..3e4fb56 100644
--- a/lib/themes/jao-themes.el
+++ b/lib/themes/jao-themes.el
@@ -261,7 +261,8 @@
(defun jao-themes--dfs (fs)
(let ((dfs
(append
- `((jao-themes-hilite (p hilite))
+ `((default (c nil nil))
+ (jao-themes-hilite (p hilite))
(jao-themes-italic (p italic))
(jao-themes-button (p button))
(jao-themes-strike-through (p strike-through))
@@ -881,7 +882,7 @@
(notmuch-search-subject (~ default))
(notmuch-tag-face (p f00) it)
(notmuch-tag-unread (p warn))
- (notmuch-tree-match-author-face (p f01))
+ (notmuch-tree-match-author-face (p f00))
(notmuch-tree-match-tag-face ul)
(notmuch-tree-no-match-face (p dimm))
(notmuch-tree-no-match-date-face (p dimm))