[emacs] Don't show unread mails with a bold font

This commit is contained in:
Sebastian Schulze 2020-09-11 21:11:05 +02:00
parent 538ab2f92c
commit a81bb9c6ca
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 0 deletions

View File

@ -696,5 +696,7 @@ This function is called at the very end of Spacemacs initialization."
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(mu4e-header-highlight-face ((t (:inherit hl-line :extend t :background "light goldenrod yellow" :underline nil))))
'(mu4e-unread-face ((t (:inherit font-lock-keyword-face :stipple nil))))
'(org-agenda-current-time ((t (:inherit org-time-grid :foreground "hot pink")))))
)