Add a face for displaying the context in the mode-line
This commit is contained in:
@ -583,6 +583,11 @@ I.e. a message with the draft flag set."
|
||||
"Face for a header title in the headers view."
|
||||
:group 'mu4e-faces)
|
||||
|
||||
(defface mu4e-context-face
|
||||
'((t :inherit mu4e-title-face :bold t))
|
||||
"Face for displaying the context in the modeline."
|
||||
:group 'mu4e-faces)
|
||||
|
||||
(defface mu4e-modeline-face
|
||||
'((t :inherit font-lock-string-face :bold t))
|
||||
"Face for the query in the mode-line."
|
||||
|
||||
Reference in New Issue
Block a user