fix(mu4e): remove forced dependency on doom-themes

Fix #5340
This commit is contained in:
Henrik Lissner 2021-08-04 01:52:19 -04:00
parent 045ea7460d
commit f74debdea8

View file

@ -368,8 +368,8 @@ Must be set before org-msg is loaded to take effect.")
(color . "black")
(background-color . "#aaaaaa")))
(pre nil ((line-height . "1.2")
(color . ,(doom-color 'fg))
(background-color . ,(doom-color 'bg))
(color . ,(face-foreground 'default))
(background-color . ,(face-background 'default))
(margin . "4px 0px 8px 0px")
(padding . "8px 12px")
(width . "max-content")