* cosmetic
This commit is contained in:
@ -192,18 +192,18 @@ flag set)."
|
|||||||
'((t :inherit font-lock-type-face))
|
'((t :inherit font-lock-type-face))
|
||||||
"Face for a header title in the headers view."
|
"Face for a header title in the headers view."
|
||||||
:group 'mu4e-faces)
|
:group 'mu4e-faces)
|
||||||
|
|
||||||
(defface mu4e-view-header-key-face
|
|
||||||
'((t :inherit font-lock-builtin-face :bold t))
|
|
||||||
"Face for a header title (such as \"Subject\") in the message
|
|
||||||
view."
|
|
||||||
:group 'mu4e-faces)
|
|
||||||
|
|
||||||
(defface mu4e-header-highlight-face
|
(defface mu4e-header-highlight-face
|
||||||
'((t :inherit default :weight bold :underline t))
|
'((t :inherit default :weight bold :underline t))
|
||||||
"Face for the header at point."
|
"Face for the header at point."
|
||||||
:group 'mu4e-faces)
|
:group 'mu4e-faces)
|
||||||
|
|
||||||
|
(defface mu4e-view-header-key-face
|
||||||
|
'((t :inherit font-lock-builtin-face :bold t))
|
||||||
|
"Face for a header key (such as \"Foo\" in \"Subject:\ Foo\") in
|
||||||
|
the message view."
|
||||||
|
:group 'mu4e-faces)
|
||||||
|
|
||||||
(defface mu4e-view-header-value-face
|
(defface mu4e-view-header-value-face
|
||||||
'((t :inherit font-lock-doc-face))
|
'((t :inherit font-lock-doc-face))
|
||||||
"Face for a header value (such as \"Re: Hello!\") in the message
|
"Face for a header value (such as \"Re: Hello!\") in the message
|
||||||
|
|||||||
Reference in New Issue
Block a user