1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Add ‘notmuch-message-summary-face’

This commit is contained in:
Tom Willemse 2022-10-23 17:20:38 -07:00
parent ac195a6528
commit 59cf53110e
2 changed files with 7 additions and 0 deletions

View file

@ -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. 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 * [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...v6.2.0][6.2.0]] -- 2019-05-05
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: release-6.2.0 :CUSTOM_ID: release-6.2.0

View file

@ -410,6 +410,9 @@
`(message-mml ((t (:foreground ,fggreen)))) `(message-mml ((t (:foreground ,fggreen))))
`(message-separator ((t (:foreground ,fgblue)))) `(message-separator ((t (:foreground ,fgblue))))
;; Notmuch
`(notmuch-message-summary-face ((t (:background ,yoshi-1))))
;; Org ;; Org
`(org-agenda-calendar-sexp ((t (:foreground ,fgyellow)))) `(org-agenda-calendar-sexp ((t (:foreground ,fgyellow))))
`(org-agenda-current-time ((t (:foreground ,fgorange :weight bold)))) `(org-agenda-current-time ((t (:foreground ,fgorange :weight bold))))