branch: elpa/gruvbox-theme
commit f7da48146f57de9debd9a0d34d46a71a0cdb148e
Author: Aaron Jacobs <[email protected]>
Commit: Jason Milkins <[email protected]>
Add support for message-mode. (#39)
This commit adds a somewhat opinionated theme for `message-mode` buffers,
intending to match other buffers instead of the default theme.
---
gruvbox-theme.el | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gruvbox-theme.el b/gruvbox-theme.el
index 4cedb9d96d..b819aa0597 100644
--- a/gruvbox-theme.el
+++ b/gruvbox-theme.el
@@ -277,6 +277,18 @@
`(term-default-fg-color ((t (:foreground ,gruvbox-light0))))
`(term-default-bg-color ((t (:background ,gruvbox-bg))))
+ ;; message-mode
+ `(message-header-to ((t (:inherit
font-lock-variable-name-face))))
+ `(message-header-cc ((t (:inherit
font-lock-variable-name-face))))
+ `(message-header-subject ((t (:foreground
,gruvbox-neutral_orange :weight bold))))
+ `(message-header-newsgroups ((t (:foreground
,gruvbox-neutral_yellow :weight bold))))
+ `(message-header-other ((t (:inherit
font-lock-variable-name-face))))
+ `(message-header-name ((t (:inherit
font-lock-keyword-face))))
+ `(message-header-xheader ((t (:foreground
,gruvbox-faded_blue))))
+ `(message-separator ((t (:inherit
font-lock-comment-face))))
+ `(message-cited-text ((t (:inherit
font-lock-comment-face))))
+ `(message-mml ((t (:foreground ,gruvbox-faded_green
:weight bold))))
+
;; Smart-mode-line
`(sml/global ((t (:foreground ,gruvbox-burlywood4
:inverse-video nil))))
`(sml/modes ((t (:foreground ,gruvbox-bright_green))))