mu4e: add citation color faces for reply readability
This commit is contained in:
15
config.el
15
config.el
@@ -770,6 +770,20 @@ Skip for beamer exports — beamer uses adjustbox on plain tabular."
|
|||||||
mail-specify-envelope-from t
|
mail-specify-envelope-from t
|
||||||
message-sendmail-envelope-from 'header))
|
message-sendmail-envelope-from 'header))
|
||||||
|
|
||||||
|
;; Citation colors — visually separate quoted text from your reply
|
||||||
|
(after! mu4e
|
||||||
|
(setq gnus-cite-face-list
|
||||||
|
'(gnus-cite-1 gnus-cite-2 gnus-cite-3 gnus-cite-4))
|
||||||
|
(custom-set-faces!
|
||||||
|
'(gnus-cite-1 :foreground "#8be9fd" :italic t)
|
||||||
|
'(gnus-cite-2 :foreground "#bd93f9" :italic t)
|
||||||
|
'(gnus-cite-3 :foreground "#6272a4" :italic t)
|
||||||
|
'(gnus-cite-4 :foreground "#44475a" :italic t)
|
||||||
|
'(message-cited-text-1 :foreground "#8be9fd" :italic t)
|
||||||
|
'(message-cited-text-2 :foreground "#bd93f9" :italic t)
|
||||||
|
'(message-cited-text-3 :foreground "#6272a4" :italic t)
|
||||||
|
'(message-cited-text-4 :foreground "#44475a" :italic t)))
|
||||||
|
|
||||||
|
|
||||||
;;; ============================================================
|
;;; ============================================================
|
||||||
;;; RSS — ELFEED
|
;;; RSS — ELFEED
|
||||||
@@ -2073,3 +2087,4 @@ Formats matching what org-caldav/ox-icalendar export correctly:
|
|||||||
|
|
||||||
;; gls
|
;; gls
|
||||||
(setq insert-directory-program "gls")
|
(setq insert-directory-program "gls")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user