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

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

[nongnu] elpa/moe-theme f3ee835b5f 338/352: notmuch: Distinguishable col


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme f3ee835b5f 338/352: notmuch: Distinguishable color for single-line message summary (#104)
Date: Fri, 7 Jan 2022 04:00:03 -0500 (EST)

branch: elpa/moe-theme
commit f3ee835b5ffe4de142e22131f1fc4c7294d77e54
Author: jackkamm <jackkamm@users.noreply.github.com>
Commit: ono ono <azazabc123@gmail.com>

    notmuch: Distinguishable color for single-line message summary (#104)
    
    * notmuch: Distinguishable color for single-line message summary
    * Tweak colors for notmuch-message-summary-face
---
 moe-dark-theme.el  | 1 +
 moe-light-theme.el | 1 +
 2 files changed, 2 insertions(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index f6593c2a05..1be5a6e4c3 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -830,6 +830,7 @@ Moe, moe, kyun!")
 
    ;; notmuch
    `(notmuch-search-unread-face ((,class (:weight bold))))
+   `(notmuch-message-summary-face ((,class (:background ,black-4))))
 
    ;; git-gutter (&-fringe)
    `(git-gutter:added ((,class (:foreground ,green-4 :background ,green-0 
:bold t))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 1995716bdc..bc4d231c38 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -829,6 +829,7 @@ Moe, moe, kyun!")
 
    ;; notmuch
    `(notmuch-search-unread-face ((,class (:weight bold))))
+   `(notmuch-message-summary-face ((,class (:background ,white-1))))
 
    ;; git-gutter (&-fringe)
    `(git-gutter:added ((,class (:foreground ,green-4 :background ,green-0 
:bold t))))



reply via email to

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