branch: elpa/spacemacs-theme
commit 3694403c4f5629e64f9c3a020d552bb289f5d384
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Gnus support
---
spacemacs-dark-theme.el | 12 ++++++++----
spacemacs-light-theme.el | 12 ++++++++----
2 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 108a18cd64..ef5affa59f 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -389,6 +389,14 @@
;;;;; eldoc
`(eldoc-highlight-function-argument ((,class (:foreground ,suc :bold t))))
+;;;;; gnus
+ `(gnus-header-content ((,class (:foreground ,keyword))))
+ `(gnus-header-from ((,class (:foreground ,var))))
+ `(gnus-header-name ((,class (:foreground ,type))))
+ `(gnus-header-subject ((,class (:foreground ,func :bold t))))
+ `(gnus-emphasis-highlight-words ((,class (:background ,err :foreground
,bg1))))
+ `(gnus-summary-cancelled ((,class (:background ,err :foreground ,bg1))))
+
;;;;; other, need more work
`(custom-button ((,class (:background ,yellow))))
`(font-latex-bold-face ((,class (:foreground ,type))))
@@ -400,10 +408,6 @@
`(ido-first-match ((,class (:foreground ,keyword :bold t :underline nil))))
`(ido-vertical-match-face ((,class (:foreground ,type :underline nil))))
`(flx-highlight-face ((,class (:foreground ,type :underline nil))))
- `(gnus-header-content ((,class (:foreground ,keyword))))
- `(gnus-header-from ((,class (:foreground ,var))))
- `(gnus-header-name ((,class (:foreground ,type))))
- `(gnus-header-subject ((,class (:foreground ,func :bold t))))
`(mu4e-view-url-number-face ((,class (:foreground ,type))))
`(mu4e-cited-1-face ((,class (:foreground ,base))))
`(mu4e-cited-7-face ((,class (:foreground ,base))))
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index fbc9e4e4ca..1645cf1449 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -388,6 +388,14 @@
;;;;; eldoc
`(eldoc-highlight-function-argument ((,class (:foreground ,err :bold t))))
+;;;;; gnus
+ `(gnus-header-content ((,class (:foreground ,keyword))))
+ `(gnus-header-from ((,class (:foreground ,var))))
+ `(gnus-header-name ((,class (:foreground ,type))))
+ `(gnus-header-subject ((,class (:foreground ,func :bold t))))
+ `(gnus-emphasis-highlight-words ((,class (:background ,suc))))
+ `(gnus-summary-cancelled ((,class (:background ,suc))))
+
;;;;; other, need more work
`(font-latex-bold-face ((,class (:foreground ,type))))
`(font-latex-italic-face ((,class (:foreground ,key2 :italic t))))
@@ -398,10 +406,6 @@
`(ido-first-match ((,class (:foreground ,keyword :bold t :underline nil))))
`(ido-vertical-match-face ((,class (:foreground ,type :underline nil))))
`(flx-highlight-face ((,class (:foreground ,type :underline nil))))
- `(gnus-header-content ((,class (:foreground ,keyword))))
- `(gnus-header-from ((,class (:foreground ,var))))
- `(gnus-header-name ((,class (:foreground ,type))))
- `(gnus-header-subject ((,class (:foreground ,func :bold t))))
`(mu4e-view-url-number-face ((,class (:foreground ,type))))
`(mu4e-cited-1-face ((,class (:foreground ,base))))
`(mu4e-cited-7-face ((,class (:foreground ,base))))