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))))