branch: elpa/spacemacs-theme
commit a359ec8dfd7fab9ce5080e6bea4a0d050cc2a085
Author: William Casarin <[email protected]>
Commit: William Casarin <[email protected]>
notmuch: fix performance issues with light theme
box borders for unread items seems to cause performance issues with
the light theme.
This is also a strange default anyways...
Signed-off-by: William Casarin <[email protected]>
---
spacemacs-common.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index d439a2f881..0d6c1b87a6 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -695,7 +695,7 @@ to 'auto, tags may not be properly aligned. "
`(notmuch-search-date ((,class (:foreground ,func))))
`(notmuch-search-flagged-face ((,class (:weight extra-bold))))
`(notmuch-search-non-matching-authors ((,class (:foreground ,base-dim))))
- `(notmuch-search-unread-face ((,class (:background ,highlight-dim :box
,border))))
+ `(notmuch-search-unread-face ((,class (:background ,highlight-dim))))
`(notmuch-tag-face ((,class (:foreground ,keyword))))
`(notmuch-tag-flagged ((,class (:foreground ,war))))