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

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

[nongnu] elpa/ample-theme ed1c9f1 060/137: some initial gnus faces


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme ed1c9f1 060/137: some initial gnus faces
Date: Thu, 21 Oct 2021 18:00:18 -0400 (EDT)

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

    some initial gnus faces
---
 ample-theme.el | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 77 insertions(+), 1 deletion(-)

diff --git a/ample-theme.el b/ample-theme.el
index 91c14b9..3b425d2 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -410,7 +410,83 @@
    `(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))))
+   `(message-mml  ((t (:foreground ,ample/dark-tan :background nil))))
+
+   ;; gnus 
+   `(gnus-button                               ((t (:foreground nil 
:background nil :bold t))))
+   `(gnus-cite-1                               ((t (:foreground "light blue" 
:background nil))))
+   `(gnus-cite-10                              ((t (:foreground "plum1" 
:background nil))))
+   `(gnus-cite-11                              ((t (:foreground "turquoise" 
:background nil))))
+   `(gnus-cite-2                               ((t (:foreground "light cyan" 
:background nil))))
+   `(gnus-cite-3                               ((t (:foreground "light yellow" 
:background nil))))
+   `(gnus-cite-4                               ((t (:foreground "light pink" 
:background nil))))
+   `(gnus-cite-5                               ((t (:foreground "pale green" 
:background nil))))
+   `(gnus-cite-6                               ((t (:foreground "beige" 
:background nil))))
+   `(gnus-cite-7                               ((t (:foreground "orange" 
:background nil))))
+   `(gnus-cite-8                               ((t (:foreground "magenta" 
:background nil))))
+   `(gnus-cite-9                               ((t (:foreground "violet" 
:background nil))))
+   `(gnus-cite-attribution                     ((t (:foreground nil 
:background nil))))
+   `(gnus-emphasis-bold                                ((t (:foreground nil 
:background nil :bold t))))
+   `(gnus-emphasis-bold-italic                 ((t (:foreground nil 
:background nil :bold t))))
+   `(gnus-emphasis-highlight-words             ((t (:foreground "yellow" 
:background "black"))))
+   `(gnus-emphasis-italic                      ((t (:foreground nil 
:background nil))))
+   `(gnus-emphasis-strikethru                  ((t (:foreground nil 
:background nil))))
+   `(gnus-emphasis-underline                   ((t (:foreground nil 
:background nil :underline t))))
+   `(gnus-emphasis-underline-bold              ((t (:foreground nil 
:background nil :underline t :bold t))))
+   `(gnus-emphasis-underline-bold-italic       ((t (:foreground nil 
:background nil :underline t :bold t))))
+   `(gnus-emphasis-underline-italic            ((t (:foreground nil 
:background nil :underline t))))
+   `(gnus-group-mail-1                         ((t (:foreground ,ample/blue 
:background nil :bold t))))
+   `(gnus-group-mail-1-empty                   ((t (:foreground ,ample/blue 
:background nil))))
+   `(gnus-group-mail-2                         ((t (:foreground 
,ample/lighter-blue :background nil :bold t))))
+   `(gnus-group-mail-2-empty                   ((t (:foreground 
,ample/lighter-blue :background nil))))
+   `(gnus-group-mail-3                         ((t (:foreground 
,ample/light-blue :background nil :bold t))))
+   `(gnus-group-mail-3-empty                   ((t (:foreground 
,ample/light-blue :background nil))))
+   `(gnus-group-mail-low                       ((t (:foreground ,ample/yellow 
:background nil :bold t))))
+   `(gnus-group-mail-low-empty                 ((t (:foreground ,ample/yellow 
:background nil))))
+   `(gnus-group-news-1                         ((t (:foreground 
"PaleTurquoise" :background nil :bold t))))
+   `(gnus-group-news-1-empty                   ((t (:foreground 
"PaleTurquoise" :background nil))))
+   `(gnus-group-news-2                         ((t (:foreground "turquoise" 
:background nil :bold t))))
+   `(gnus-group-news-2-empty                   ((t (:foreground "turquoise" 
:background nil))))
+   `(gnus-group-news-3                         ((t (:foreground nil 
:background nil :bold t))))
+   `(gnus-group-news-3-empty                   ((t (:foreground nil 
:background nil))))
+   `(gnus-group-news-4                         ((t (:foreground nil 
:background nil :bold t))))
+   `(gnus-group-news-4-empty                   ((t (:foreground nil 
:background nil))))
+   `(gnus-group-news-5                         ((t (:foreground nil 
:background nil :bold t))))
+   `(gnus-group-news-5-empty                   ((t (:foreground nil 
:background nil))))
+   `(gnus-group-news-6                         ((t (:foreground nil 
:background nil :bold t))))
+   `(gnus-group-news-6-empty                   ((t (:foreground nil 
:background nil))))
+   `(gnus-group-news-low                       ((t (:foreground 
"DarkTurquoise" :background nil :bold t))))
+   `(gnus-group-news-low-empty                 ((t (:foreground 
"DarkTurquoise" :background nil))))
+   `(gnus-header-content                       ((t (:inherit 
message-header-other))))
+   `(gnus-header-from                          ((t (:inherit 
message-header-other))))
+   `(gnus-header-name                          ((t (:inherit 
message-header-name))))
+   `(gnus-header-newsgroups                    ((t (:inherit 
message-header-newsgroups))))
+   `(gnus-header-subject                       ((t (:inherit 
message-header-subject))))
+   `(gnus-server-agent                         ((t (:foreground 
"PaleTurquoise" :background nil :bold t))))
+   `(gnus-server-closed                                ((t (:foreground 
"LightBlue" :background nil))))
+   `(gnus-server-denied                                ((t (:foreground "pink" 
:background nil :bold t))))
+   `(gnus-server-offline                       ((t (:foreground "yellow" 
:background nil :bold t))))
+   `(gnus-server-opened                                ((t (:foreground 
"green1" :background nil :bold t))))
+   `(gnus-signature                            ((t (:foreground nil 
:background nil))))
+   `(gnus-splash                               ((t (:foreground "#cccccc" 
:background nil))))
+   `(gnus-summary-cancelled                    ((t (:foreground "yellow" 
:background "black"))))
+   `(gnus-summary-high-ancient                 ((t (:foreground "SkyBlue" 
:background nil :bold t))))
+   `(gnus-summary-high-read                    ((t (:foreground "PaleGreen" 
:background nil :bold t))))
+   `(gnus-summary-high-ticked                  ((t (:foreground "pink" 
:background nil :bold t))))
+   `(gnus-summary-high-undownloaded            ((t (:foreground "LightGray" 
:background nil :bold t))))
+   `(gnus-summary-high-unread                  ((t (:foreground nil 
:background nil :bold t))))
+   `(gnus-summary-low-ancient                  ((t (:foreground "SkyBlue" 
:background nil))))
+   `(gnus-summary-low-read                     ((t (:foreground "PaleGreen" 
:background nil))))
+   `(gnus-summary-low-ticked                   ((t (:foreground "pink" 
:background nil))))
+   `(gnus-summary-low-undownloaded             ((t (:foreground "LightGray" 
:background nil))))
+   `(gnus-summary-low-unread                   ((t (:foreground nil 
:background nil))))
+   `(gnus-summary-normal-ancient               ((t (:inherit default))))
+   `(gnus-summary-normal-read                  ((t (:foreground ,ample/green 
:background nil))))
+   `(gnus-summary-normal-ticked                        ((t (:foreground 
,ample/orange :background nil))))
+   `(gnus-summary-normal-undownloaded          ((t (:foreground 
,ample/dark-gray :background nil))))
+   `(gnus-summary-normal-unread                        ((t (:foreground 
,ample/light-blue :background nil))))
+   `(gnus-summary-selected                     ((t (:foreground nil 
:background nil :underline t))))
+
    
    ;;magit
    `(magit-branch  ((t (:foreground ,ample/orange :background nil))))



reply via email to

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