branch: elpa/dracula-theme
commit 4c88947eedae2c352e6bdd95274b2d3b65bd5112
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>
Complete support of message
---
dracula-theme.el | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/dracula-theme.el b/dracula-theme.el
index 6f8f553..3e77881 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -454,8 +454,16 @@ read it before opening a new issue about your will.")
(markdown-pre-face :foreground ,dracula-orange)
(markdown-table-face :foreground ,dracula-purple)
;; message
+ (message-header-to :foreground ,dracula-fg :weight bold)
+ (message-header-cc :foreground ,dracula-fg :bold bold)
+ (message-header-subject :foreground ,dracula-orange)
+ (message-header-newsgroups :foreground ,dracula-purple)
+ (message-header-other :foreground ,dracula-purple)
+ (message-header-name :foreground ,dracula-green)
+ (message-header-xheader :foreground ,dracula-cyan)
+ (message-separator :foreground ,dracula-cyan :slant italic)
+ (message-cited-text :foreground ,dracula-comment)
(message-mml :foreground ,dracula-green :weight normal)
- (message-header-xheader :foreground ,dracula-cyan :weight
normal)
;; mode-line
(mode-line :background ,dracula-current
:box ,dracula-current :inverse-video nil