branch: elpa/alect-themes
commit c919c94d653533bcdc66a9655aa891555f5a80de
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Modify gnus/message headers
---
alect-themes.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/alect-themes.el b/alect-themes.el
index bc59c58..fa49751 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -738,12 +738,12 @@ For INVERT, see `alect-get-color'."
(message-cited-text ((t :inherit font-lock-comment-face)))
(message-separator ((t :inherit font-lock-comment-face)))
(message-header-name ((t :foreground ,(gc 'yellow+1) :weight
bold)))
- (message-header-other ((t :foreground ,(gc 'green+1))))
+ (message-header-other ((t :foreground ,(gc 'fg))))
(message-header-to ((t :foreground ,(gc 'blue))))
(message-header-from ((t :foreground ,(gc 'red-1))))
(message-header-cc ((t :foreground ,(gc 'blue-1))))
(message-header-newsgroups ((t :foreground ,(gc 'yellow+2))))
- (message-header-subject ((t :foreground ,(gc 'red+1))))
+ (message-header-subject ((t :inherit alect-title)))
(message-header-xheader ((t :foreground ,(gc 'green-1))))
(message-mml ((t :foreground ,(gc 'cyan-2) :weight bold)))