Add different face attribute for the mode-line

There is an additional face attribute for the mode-line.
This commit is contained in:
Oliver Dunkl 2014-10-02 06:31:10 +02:00
parent ff25bf1a25
commit ce0006721a
2 changed files with 6 additions and 1 deletions

View File

@ -932,7 +932,7 @@ the query history stack."
mode-name "mu4e-headers"
mu4e~headers-last-query expr
global-mode-string (propertize mu4e~headers-last-query
'face 'mu4e-title-face)))
'face 'mu4e-modline-face)))
(switch-to-buffer buf)
(mu4e~proc-find
expr

View File

@ -471,6 +471,11 @@ I.e. a message with the draft flag set."
"Face for a header title in the headers view."
:group 'mu4e-faces)
(defface mu4e-modline-face
'((t :inherit font-lock-string-face :bold t))
"Face for the query view in the mode-line."
:group 'mu4e-faces)
(defface mu4e-footer-face
'((t :inherit font-lock-comment-face))
"Face for message footers (signatures)."