From 59cf53110ed73344c7f96da8136b88b039b69602 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 23 Oct 2022 17:20:38 -0700 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98notmuch-message-summary-face?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.org | 4 ++++ yoshi-theme.el | 3 +++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 6cbf5ad..892e5ae 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -74,6 +74,10 @@ Made =org-block= inherit from the =fixed-pitch= face so that when =variable-pitc Add the =tab-bar=, =tab-bar-tab=, and =tab-bar-tab-inactive= faces. +** ADDED A notmuch face + +Add the =notmuch-message-summary-face=. + * [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...v6.2.0][6.2.0]] -- 2019-05-05 :PROPERTIES: :CUSTOM_ID: release-6.2.0 diff --git a/yoshi-theme.el b/yoshi-theme.el index 6e64086..c1ebeb4 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -410,6 +410,9 @@ `(message-mml ((t (:foreground ,fggreen)))) `(message-separator ((t (:foreground ,fgblue)))) + ;; Notmuch + `(notmuch-message-summary-face ((t (:background ,yoshi-1)))) + ;; Org `(org-agenda-calendar-sexp ((t (:foreground ,fgyellow)))) `(org-agenda-current-time ((t (:foreground ,fgorange :weight bold))))