branch: elpa/moe-theme
commit 76cf34192689e95d561d36eef7b61c566d64ea20
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>

    gnus
---
 moe-dark-theme.el  | 14 +++++++-------
 moe-light-theme.el | 22 +++++++++++-----------
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 38879e1859..884032f737 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -265,18 +265,18 @@ Moe, moe, kyun!")
    `(gnus-summary-cancelled ((,class (:foreground ,black-2 :background 
,black-5))))
    `(gnus-summary-high-ancient ((,class (:bold t :foreground ,red-3 
:background nil))))
    `(gnus-summary-high-read ((,class (:bold t :foreground ,white-1))))
-   `(gnus-summary-high-ticked ((,class (:bold t :foreground ,red-2 :background 
,red-00))))
-   `(gnus-summary-high-undownloaded ((,class (:foreground ,red-2 :background 
,red-00))))
+   `(gnus-summary-high-ticked ((,class (:slant italic :bold t :foreground 
,red-2 :background nil))))
+   `(gnus-summary-high-undownloaded ((,class (:slant italic :foreground ,red-2 
:background nil))))
    `(gnus-summary-high-unread ((,class (:bold t :foreground ,red-0))))
-   `(gnus-summary-low-ancient ((,class (:slant italic :foreground ,green-3))))
-   `(gnus-summary-low-read ((,class (:slant italic :foreground ,white-1))))
+   `(gnus-summary-low-ancient ((,class (:foreground ,green-3))))
+   `(gnus-summary-low-read ((,class (:foreground ,white-1))))
    `(gnus-summary-low-ticked ((,class (:slant italic :foreground ,green-0))))
-   `(gnus-summary-low-undownloaded ((,class (:foreground ,green-2))))
+   `(gnus-summary-low-undownloaded ((,class (:slant italic :foreground 
,green-2))))
    `(gnus-summary-low-unread ((,class (:slant italic :foreground ,green-0))))
    `(gnus-summary-normal-ancient ((,class (:foreground ,blue-2))))
    `(gnus-summary-normal-read ((,class (:foreground ,white-1))))
-   `(gnus-summary-normal-ticked ((,class (:foreground ,blue-0))))
-   `(gnus-summary-normal-undownloaded ((,class (:foreground ,blue-1))))
+   `(gnus-summary-normal-ticked ((,class (:slant italic :foreground ,blue-0))))
+   `(gnus-summary-normal-undownloaded ((,class (:slant italic :foreground 
,blue-1))))
    `(gnus-summary-normal-unread ((,class (:foreground ,blue-0 :bold t))))
    `(gnus-summary-selected ((,class (:background ,green-0 :foreground 
,green-5))))
 
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 0a95d00f03..51665d4c2a 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -264,19 +264,19 @@ Moe, moe, kyun!")
    `(gnus-summary-cancelled ((,class (:foreground ,white-3 :background 
,LIGHT_BG))))
    `(gnus-summary-high-ancient ((,class (:bold t :foreground ,red-1 
:background nil))))
    `(gnus-summary-high-read ((,class (:bold t :foreground ,black-2))))
-   `(gnus-summary-high-ticked ((,class (:bold t :foreground ,red-2 :background 
nil))))
-   `(gnus-summary-high-undownloaded ((,class (:foreground ,red-2 :background 
nil))))
-   `(gnus-summary-high-unread ((,class (:bold t :foreground ,white-0 
:background ,red-3))))
-   `(gnus-summary-low-ancient ((,class (:slant italic :foreground ,green-2))))
-   `(gnus-summary-low-read ((,class (:slant italic :foreground ,black-2))))
-   `(gnus-summary-low-ticked ((,class (:slant italic :foreground ,green-3))))
-   `(gnus-summary-low-undownloaded ((,class (:foreground ,green-3))))
-   `(gnus-summary-low-unread ((,class (:slant italic :background ,green-4 
:foreground ,white-0))))
+   `(gnus-summary-high-ticked ((,class (:bold t :foreground ,red-2 :background 
nil :slant italic))))
+   `(gnus-summary-high-undownloaded ((,class (:slant italic :foreground ,red-2 
:background nil))))
+   `(gnus-summary-high-unread ((,class (:bold t :foreground ,red-3))))
+   `(gnus-summary-low-ancient ((,class (:foreground ,green-2))))
+   `(gnus-summary-low-read ((,class (:foreground ,black-2))))
+   `(gnus-summary-low-ticked ((,class (:foreground ,green-3 :bold t))))
+   `(gnus-summary-low-undownloaded ((,class (:foreground ,green-3 :slant 
italic))))
+   `(gnus-summary-low-unread ((,class (:foreground ,green-4 :bold t))))
    `(gnus-summary-normal-ancient ((,class (:foreground ,blue-2))))
    `(gnus-summary-normal-read ((,class (:foreground ,black-2))))
-   `(gnus-summary-normal-ticked ((,class (:foreground ,blue-1))))
-   `(gnus-summary-normal-undownloaded ((,class (:foreground ,blue-1))))
-   `(gnus-summary-normal-unread ((,class (:background ,blue-3 :foreground 
,white-0 :bold t))))
+   `(gnus-summary-normal-ticked ((,class (:foreground ,blue-1 :bold t :slant 
italic))))
+   `(gnus-summary-normal-undownloaded ((,class (:foreground ,blue-1 :slant 
italic))))
+   `(gnus-summary-normal-unread ((,class (:foreground ,blue-3 :bold t))))
    `(gnus-summary-selected ((,class (:background ,green-0 :foreground 
,green-5))))
 
    ;; Helm

Reply via email to