emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/moe-theme ab6d75d549 291/352: notmuch: add default setting


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme ab6d75d549 291/352: notmuch: add default setting for light and dark
Date: Fri, 7 Jan 2022 03:59:55 -0500 (EST)

branch: elpa/moe-theme
commit ab6d75d549971c3c92035a509b393ff0d0254cfb
Author: Sean Farley <sean@farley.io>
Commit: Sean Farley <sean@farley.io>

    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

[Prev in Thread] Current Thread [Next in Thread]