aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-10-23 17:20:38 -0700
committerGravatar Tom Willemse2022-10-23 17:20:38 -0700
commit59cf53110ed73344c7f96da8136b88b039b69602 (patch)
tree202698e5b7809f9541128d6ba3f3684878f0f261
parentac195a65281bed6ac894a9c9e904d56d375ce05e (diff)
downloadyoshi-theme-59cf53110ed73344c7f96da8136b88b039b69602.tar.gz
yoshi-theme-59cf53110ed73344c7f96da8136b88b039b69602.zip
Add ‘notmuch-message-summary-face’
-rw-r--r--CHANGELOG.org4
-rw-r--r--yoshi-theme.el3
2 files changed, 7 insertions, 0 deletions
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))))