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:
parent
ac195a6528
commit
59cf53110e
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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))))
|
||||||
|
|
Loading…
Reference in a new issue