branch: elpa/spacemacs-theme
commit 4dad086323bfbf85f4066d41b8725882386db51f
Merge: 3eae3726fa a359ec8dfd
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #142 from jb55/notmuch-light-perf
notmuch: fix performance issues with light theme
Thanks @jb55
---
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))))