mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Mu4e: Improve reply face colouring
This commit is contained in:
@ -68,6 +68,15 @@
|
|||||||
(setq mail-user-agent 'mu4e-user-agent
|
(setq mail-user-agent 'mu4e-user-agent
|
||||||
message-mail-user-agent 'mu4e-user-agent)
|
message-mail-user-agent 'mu4e-user-agent)
|
||||||
|
|
||||||
|
;; Make reply colouring consistant, and striped for readability
|
||||||
|
(custom-set-faces!
|
||||||
|
'(gnus-cite-2 :foreground nil :inherit gnus-cite-10)
|
||||||
|
'(gnus-cite-3 :foreground nil :inherit gnus-cite-7)
|
||||||
|
'(message-cited-text-1 :foreground nil :inherit gnus-cite-1)
|
||||||
|
'(message-cited-text-2 :foreground nil :inherit gnus-cite-2)
|
||||||
|
'(message-cited-text-3 :foreground nil :inherit gnus-cite-3)
|
||||||
|
'(message-cited-text-4 :foreground nil :inherit gnus-cite-4))
|
||||||
|
|
||||||
;; Set the icons only when a graphical frame has been created
|
;; Set the icons only when a graphical frame has been created
|
||||||
(if (display-graphic-p)
|
(if (display-graphic-p)
|
||||||
(mu4e~initialise-icons)
|
(mu4e~initialise-icons)
|
||||||
|
Reference in New Issue
Block a user