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

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

[nongnu] elpa/gotham-theme 946f3127ec 125/214: Add Gnus support


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 946f3127ec 125/214: Add Gnus support
Date: Fri, 7 Jan 2022 17:58:47 -0500 (EST)

branch: elpa/gotham-theme
commit 946f3127ec49472d09ac3fd9578fab40cd41e355
Author: Davor Rotim <rotim.davor@gmail.com>
Commit: Davor Rotim <rotim.davor@gmail.com>

    Add Gnus support
---
 gotham-theme.el | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index 2614e4cfb4..fdb100f01a 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -257,6 +257,71 @@ depending on DISPLAY for keys which are either :foreground 
or
    (flyspell-duplicate :underline (:style wave :color orange))
    (flyspell-incorrect :underline (:style wave :color red))
 
+   ;; gnus
+   (gnus-emphasis-highlight-words :foreground orange)
+   (gnus-header-content :inherit italic :foreground green)
+   (gnus-header-from :foreground base4)
+   (gnus-header-name :foreground magenta)
+   (gnus-header-newsgroups :inherit italic :foreground yellow)
+   (gnus-header-subject :foreground base5)
+   (gnus-x-face :foreground base0 :background base6)
+   (gnus-signature :inherit italic :foreground blue)
+   (mm-uu-extract :foreground base6 :background red)
+   (gnus-cite-1 :foreground base4)
+   (gnus-cite-2 :foreground base5)
+   (gnus-cite-3 :foreground base6)
+   (gnus-cite-4 :foreground base7)
+   (gnus-cite-5 :foreground green)
+   (gnus-cite-6 :foreground yellow)
+   (gnus-cite-7 :foreground orange)
+   (gnus-cite-8 :foreground red)
+   (gnus-cite-9 :foreground cyan)
+   (gnus-cite-10 :foreground magenta)
+   (gnus-cite-11 :foreground blue)
+   (gnus-group-mail-1 :foreground green :weight bold)
+   (gnus-group-mail-1-empty :foreground green)
+   (gnus-group-mail-2 :foreground cyan :weight bold)
+   (gnus-group-mail-2-empty :foreground cyan)
+   (gnus-group-mail-3 :foreground violet :weight bold)
+   (gnus-group-mail-3-empty :foreground violet)
+   (gnus-group-mail-low :foreground base5 :weight bold)
+   (gnus-group-mail-low-empty :foreground base5)
+   (gnus-group-news-1 :foreground base4 :weight bold)
+   (gnus-group-news-1-empty :foreground base4)
+   (gnus-group-news-2 :foreground magenta :weight bold)
+   (gnus-group-news-2-empty :foreground magenta)
+   (gnus-group-news-3 :foreground base7 :weight bold)
+   (gnus-group-news-3-empty :foreground base7)
+   (gnus-group-news-4 :foreground violet :weight bold)
+   (gnus-group-news-empty :foreground violet)
+   (gnus-group-news-5 :foreground cyan :weight bold)
+   (gnus-group-news-5-empty :foreground cyan)
+   (gnus-group-news-6 :foreground green :weight bold)
+   (gnus-group-news-6-empty :foreground green)
+   (gnus-group-news-low :foreground blue :weight bold)
+   (gnus-group-news-low-empty :foreground blue)
+   (gnus-splash :foreground base6)
+   (gnus-summary-cancelled :foreground yellow)
+   (gnus-summary-high-ancient :foreground blue :weight bold)
+   (gnus-summary-high-read :foreground green :weight bold)
+   (gnus-summary-high-ticked :foreground base7 :weight bold)
+   (gnus-summary-high-undownloaded :foreground base5 :weight bold)
+   (gnus-summary-low-ancient :inherit italic :foreground blue)
+   (gnus-summary-low-read :inherit italic :foreground green)
+   (gnus-summary-low-ticked :inherit italic :foreground base7)
+   (gnus-summary-low-undownloaded :inherit italic :foreground base4)
+   (gnus-summary-normal-ancient :foreground blue)
+   (gnus-summary-normal-read :foreground green)
+   (gnus-summary-normal-ticked :foreground base7)
+   (gnus-summary-normal-undownloaded :foreground base5)
+   (gnus-summary-normal-unread :foreground base4)
+   (gnus-server-agent :foreground base6 :weight bold)
+   (gnus-server-closed :inherit italic :foreground base4)
+   (gnus-server-cloud :foreground green :weight bold)
+   (gnus-server-denied :foreground magenta :weight bold)
+   (gnus-server-offline :foreground yellow :weight bold)
+   (gnus-server-opened :foreground base5 :weight bold)
+
    ;; ido
    (ido-first-match :foreground yellow :weight bold)
    (ido-indicator :foreground red)



reply via email to

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