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

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

[elpa] externals/modus-operandi-theme 68a8f65 03/99: Major review of MU4


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 68a8f65 03/99: Major review of MU4E faces
Date: Fri, 31 Jul 2020 09:25:15 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 68a8f655ebb4dd6b9bcdff1e7d231d124b33c021
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Major review of MU4E faces
    
    These should contribute to a more refined experience.  Please feel free
    to report any inconsistencies or errors.
---
 modus-operandi-theme.el | 42 +++++++++++++++++++++---------------------
 modus-vivendi-theme.el  | 42 +++++++++++++++++++++---------------------
 2 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 94af05b..4188d3e 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2509,37 +2509,37 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(mu4e-cited-2-face ((,class :foreground ,red-alt)))
    `(mu4e-cited-3-face ((,class :foreground ,green-alt)))
    `(mu4e-cited-4-face ((,class :foreground ,magenta-alt)))
-   `(mu4e-cited-5-face ((,class :foreground ,cyan-alt)))
-   `(mu4e-cited-6-face ((,class :foreground ,blue-alt-other)))
-   `(mu4e-cited-7-face ((,class :foreground ,red-alt-other)))
+   `(mu4e-cited-5-face ((,class :foreground ,yellow-alt)))
+   `(mu4e-cited-6-face ((,class :foreground ,cyan-alt)))
+   `(mu4e-cited-7-face ((,class :foreground ,magenta)))
    `(mu4e-compose-header-face ((,class :foreground ,green-alt)))
-   `(mu4e-compose-separator-face ((,class :background ,bg-active :foreground 
,fg-main :box t)))
-   `(mu4e-contact-face ((,class :foreground ,cyan)))
+   `(mu4e-compose-separator-face ((,class :background ,bg-active :foreground 
,fg-special-warm)))
+   `(mu4e-contact-face ((,class :foreground ,cyan-alt-other :weight bold)))
    `(mu4e-context-face ((,class :foreground ,blue-active)))
-   `(mu4e-draft-face ((,class :foreground ,magenta-refine-fg)))
-   `(mu4e-flagged-face ((,class :foreground ,red-alt-other)))
-   `(mu4e-footer-face ((,class :foreground ,fg-alt)))
+   `(mu4e-draft-face ((,class :foreground ,magenta)))
+   `(mu4e-flagged-face ((,class :foreground ,red-alt)))
+   `(mu4e-footer-face ((,class :foreground ,fg-special-cold :slant 
,modus-theme-slant)))
    `(mu4e-forwarded-face ((,class :foreground ,green-alt-other)))
    `(mu4e-header-face ((,class :foreground ,fg-main)))
-   `(mu4e-header-highlight-face ((,class ,@(and (>= emacs-major-version 27) 
'(:extend t))
-                                         :background ,bg-hl-line)))
-   `(mu4e-header-key-face ((,class :foreground ,fg-dim :weight bold)))
+   `(mu4e-header-highlight-face ((,class :background ,bg-hl-line)))
+   `(mu4e-header-key-face ((,class :foreground ,cyan)))
    `(mu4e-header-marks-face ((,class :foreground ,magenta-alt :weight bold)))
-   `(mu4e-header-title-face ((,class :foreground ,fg-special-warm)))
-   `(mu4e-header-value-face ((,class :foreground ,magenta-alt-other)))
+   `(mu4e-header-title-face ((,class :foreground ,fg-special-mild)))
+   `(mu4e-header-value-face ((,class :foreground ,magenta-alt-other :weight 
bold)))
    `(mu4e-highlight-face ((,class :foreground ,blue-intense :weight bold)))
    `(mu4e-link-face ((,class :inherit link)))
    `(mu4e-modeline-face ((,class :foreground ,magenta-active)))
-   `(mu4e-moved-face ((,class :foreground ,blue-refine-fg)))
-   `(mu4e-ok-face ((,class :foreground ,green-intense :weight bold)))
+   `(mu4e-moved-face ((,class :foreground ,yellow :slant ,modus-theme-slant)))
+   `(mu4e-ok-face ((,class :foreground ,green :weight bold)))
    `(mu4e-region-code ((,class :inherit modus-theme-special-calm)))
-   `(mu4e-replied-face ((,class :foreground ,cyan-refine-fg)))
-   `(mu4e-special-header-value-face ((,class :foreground ,magenta :weight 
bold)))
-   `(mu4e-system-face ((,class :foreground ,fg-alt)))
+   `(mu4e-replied-face ((,class :foreground ,fg-alt)))
+   `(mu4e-special-header-value-face ((,class :foreground ,blue-alt-other 
:weight bold)))
+   `(mu4e-system-face ((,class :foreground ,fg-mark-del :slant 
,modus-theme-slant)))
    `(mu4e-title-face ((,class :foreground ,fg-main)))
-   `(mu4e-unread-face ((,class :foreground ,fg-main :weight bold)))
-   `(mu4e-url-number-face ((,class :foreground ,blue-alt-other :weight bold)))
-   `(mu4e-view-body-face ((,class :background ,bg-main :foreground ,fg-main)))
+   `(mu4e-trashed-face ((,class :foreground ,red)))
+   `(mu4e-unread-face ((,class :weight bold)))
+   `(mu4e-url-number-face ((,class :foreground ,cyan-alt-other :weight bold)))
+   `(mu4e-view-body-face ((,class :foreground ,fg-main)))
    `(mu4e-warning-face ((,class :inherit warning)))
    ;;;; mu4e-conversation
    `(mu4e-conversation-header ((,class :inherit modus-theme-special-cold)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 7a8fbea..e25f849 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2509,37 +2509,37 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(mu4e-cited-2-face ((,class :foreground ,red-alt)))
    `(mu4e-cited-3-face ((,class :foreground ,green-alt)))
    `(mu4e-cited-4-face ((,class :foreground ,magenta-alt)))
-   `(mu4e-cited-5-face ((,class :foreground ,cyan-alt)))
-   `(mu4e-cited-6-face ((,class :foreground ,blue-alt-other)))
-   `(mu4e-cited-7-face ((,class :foreground ,red-alt-other)))
+   `(mu4e-cited-5-face ((,class :foreground ,yellow-alt)))
+   `(mu4e-cited-6-face ((,class :foreground ,cyan-alt)))
+   `(mu4e-cited-7-face ((,class :foreground ,magenta)))
    `(mu4e-compose-header-face ((,class :foreground ,green-alt)))
-   `(mu4e-compose-separator-face ((,class :background ,bg-active :foreground 
,fg-main :box t)))
-   `(mu4e-contact-face ((,class :foreground ,cyan)))
+   `(mu4e-compose-separator-face ((,class :background ,bg-active :foreground 
,fg-special-warm)))
+   `(mu4e-contact-face ((,class :foreground ,cyan-alt-other :weight bold)))
    `(mu4e-context-face ((,class :foreground ,blue-active)))
-   `(mu4e-draft-face ((,class :foreground ,magenta-refine-fg)))
-   `(mu4e-flagged-face ((,class :foreground ,red-alt-other)))
-   `(mu4e-footer-face ((,class :foreground ,fg-alt)))
+   `(mu4e-draft-face ((,class :foreground ,magenta)))
+   `(mu4e-flagged-face ((,class :foreground ,red-alt)))
+   `(mu4e-footer-face ((,class :foreground ,fg-special-cold :slant 
,modus-theme-slant)))
    `(mu4e-forwarded-face ((,class :foreground ,green-alt-other)))
    `(mu4e-header-face ((,class :foreground ,fg-main)))
-   `(mu4e-header-highlight-face ((,class ,@(and (>= emacs-major-version 27) 
'(:extend t))
-                                         :background ,bg-hl-line)))
-   `(mu4e-header-key-face ((,class :foreground ,fg-dim :weight bold)))
+   `(mu4e-header-highlight-face ((,class :background ,bg-hl-line)))
+   `(mu4e-header-key-face ((,class :foreground ,cyan)))
    `(mu4e-header-marks-face ((,class :foreground ,magenta-alt :weight bold)))
-   `(mu4e-header-title-face ((,class :foreground ,fg-special-warm)))
-   `(mu4e-header-value-face ((,class :foreground ,magenta-alt-other)))
+   `(mu4e-header-title-face ((,class :foreground ,fg-special-mild)))
+   `(mu4e-header-value-face ((,class :foreground ,magenta-alt-other :weight 
bold)))
    `(mu4e-highlight-face ((,class :foreground ,blue-intense :weight bold)))
    `(mu4e-link-face ((,class :inherit link)))
    `(mu4e-modeline-face ((,class :foreground ,magenta-active)))
-   `(mu4e-moved-face ((,class :foreground ,blue-refine-fg)))
-   `(mu4e-ok-face ((,class :foreground ,green-intense :weight bold)))
+   `(mu4e-moved-face ((,class :foreground ,yellow :slant ,modus-theme-slant)))
+   `(mu4e-ok-face ((,class :foreground ,green :weight bold)))
    `(mu4e-region-code ((,class :inherit modus-theme-special-calm)))
-   `(mu4e-replied-face ((,class :foreground ,cyan-refine-fg)))
-   `(mu4e-special-header-value-face ((,class :foreground ,magenta :weight 
bold)))
-   `(mu4e-system-face ((,class :foreground ,fg-alt)))
+   `(mu4e-replied-face ((,class :foreground ,fg-alt)))
+   `(mu4e-special-header-value-face ((,class :foreground ,blue-alt-other 
:weight bold)))
+   `(mu4e-system-face ((,class :foreground ,fg-mark-del :slant 
,modus-theme-slant)))
    `(mu4e-title-face ((,class :foreground ,fg-main)))
-   `(mu4e-unread-face ((,class :foreground ,fg-main :weight bold)))
-   `(mu4e-url-number-face ((,class :foreground ,blue-alt-other :weight bold)))
-   `(mu4e-view-body-face ((,class :background ,bg-main :foreground ,fg-main)))
+   `(mu4e-trashed-face ((,class :foreground ,red)))
+   `(mu4e-unread-face ((,class :weight bold)))
+   `(mu4e-url-number-face ((,class :foreground ,cyan-alt-other :weight bold)))
+   `(mu4e-view-body-face ((,class :foreground ,fg-main)))
    `(mu4e-warning-face ((,class :inherit warning)))
    ;;;; mu4e-conversation
    `(mu4e-conversation-header ((,class :inherit modus-theme-special-cold)))



reply via email to

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