Mu4e: Improve reply face colouring
This commit is contained in:
parent
a94832429a
commit
18ca0d4e4e
1 changed files with 9 additions and 0 deletions
|
@ -68,6 +68,15 @@
|
|||
(setq 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
|
||||
(if (display-graphic-p)
|
||||
(mu4e~initialise-icons)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue