branch: elpa/moe-theme
commit ab6d75d549971c3c92035a509b393ff0d0254cfb
Author: Sean Farley <[email protected]>
Commit: Sean Farley <[email protected]>

    notmuch: add default setting for light and dark
---
 moe-dark-theme.el  | 4 ++++
 moe-light-theme.el | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index d51c0ca893..dc1e61725b 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -770,6 +770,10 @@ Moe, moe, kyun!")
    `(ido-subdir ((,class (:foreground ,blue-1 :bold t))))
    `(ido-virtual ((,class (:foreground ,magenta-3))))
 
+
+   ;; notmuch
+   `(notmuch-search-unread-face ((,class (:weight bold))))
+
    ;; git-gutter (&-fringe)
    `(git-gutter:added ((,class (:foreground ,green-4 :background ,green-0 
:bold t))))
    `(git-gutter:deleted ((,class (:foreground ,red-3 :background ,red-00 :bold 
t))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 3be8ac7ba9..e102ae0e49 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -768,6 +768,9 @@ Moe, moe, kyun!")
    `(ido-subdir ((,class (:foreground ,blue-1 :bold t))))
    `(ido-virtual ((,class (:foreground ,magenta-3))))
 
+   ;; notmuch
+   `(notmuch-search-unread-face ((,class (:weight bold))))
+
    ;; git-gutter (&-fringe)
    `(git-gutter:added ((,class (:foreground ,green-4 :background ,green-0 
:bold t))))
    `(git-gutter:deleted ((,class (:foreground ,red-3 :background ,red-00 :bold 
t))))

Reply via email to