emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/ample-theme 84d0eaa 058/137: message-mode colors


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme 84d0eaa 058/137: message-mode colors
Date: Thu, 21 Oct 2021 18:00:17 -0400 (EDT)

branch: elpa/ample-theme
commit 84d0eaa3c2f50805f1fe9179925e87b7dd4efac7
Author: unknown <jordon.biondo@WIND-021.sp.lan>
Commit: unknown <jordon.biondo@WIND-021.sp.lan>

    message-mode colors
---
 ample-theme.el | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/ample-theme.el b/ample-theme.el
index 849982d..5755a8f 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -401,7 +401,17 @@
    ;;`(org-verbatim ((t (:foregound nil :background nil))))
    ;;`(org-verse ((t (:foregound nil :background nil))))
    ;;`(org-warning ((t (:foregound nil :background nil))))
-
+   ;; message-mode
+   `(message-cited-text  ((t (:inherit font-lock-comment-face)))) 
+   `(message-header-cc  ((t (:foreground ,ample/light-blue :background nil 
:bold t)))) 
+   `(message-header-name  ((t (:foreground ,ample/orange :background nil))))
+   `(message-header-newsgroups  ((t (:foreground ,ample/dark-tan :background 
nil :bold t))))
+   `(message-header-other  ((t (:foreground ,ample/blue :background nil))))
+   `(message-header-subject  ((t (:foreground ,ample/tan :background nil))))
+   `(message-header-to  ((t (:foreground ,ample/yellow :background nil :bold 
t))))
+   `(message-header-xheader  ((t (:foreground ,ample/purple :background nil))))
+   `(message-mml  ((t (:foreground ,ample/dark-green :background nil))))
+   
    ;;magit
    `(magit-branch  ((t (:foreground ,ample/orange :background nil))))
    ;;`(magit-cherry-equivalent  ((t (:foreground "cyan" :background nil))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]