[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-operandi-theme 7ad88f0 94/99: Improve distinction
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-operandi-theme 7ad88f0 94/99: Improve distinction between MU4E read and unread |
Date: |
Fri, 31 Jul 2020 09:25:34 -0400 (EDT) |
branch: externals/modus-operandi-theme
commit 7ad88f0bb1b9f180385ff0d5287911c66f983f07
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Improve distinction between MU4E read and unread
This is an attempt to address issue 69:
https://gitlab.com/protesilaos/modus-themes/-/issues/69
---
modus-operandi-theme.el | 4 ++--
modus-vivendi-theme.el | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index c6807c8..28c8543 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2746,7 +2746,7 @@ Also bind `class' to ((class color) (min-colors 89))."
`(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-face ((,class :foreground ,fg-dim)))
`(mu4e-header-highlight-face ((,class :inherit modus-theme-hl-line)))
`(mu4e-header-key-face ((,class :foreground ,cyan)))
`(mu4e-header-marks-face ((,class :inherit bold :foreground ,magenta-alt)))
@@ -2763,7 +2763,7 @@ Also bind `class' to ((class color) (min-colors 89))."
`(mu4e-system-face ((,class :foreground ,fg-mark-del :slant
,modus-theme-slant)))
`(mu4e-title-face ((,class :foreground ,fg-main)))
`(mu4e-trashed-face ((,class :foreground ,red)))
- `(mu4e-unread-face ((,class :inherit bold)))
+ `(mu4e-unread-face ((,class :inherit bold :foreground ,fg-main)))
`(mu4e-url-number-face ((,class :inherit bold :foreground ,cyan-alt-other)))
`(mu4e-view-body-face ((,class :foreground ,fg-main)))
`(mu4e-warning-face ((,class :inherit warning)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index fb59976..9bbf709 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2746,7 +2746,7 @@ Also bind `class' to ((class color) (min-colors 89))."
`(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-face ((,class :foreground ,fg-dim)))
`(mu4e-header-highlight-face ((,class :inherit modus-theme-hl-line)))
`(mu4e-header-key-face ((,class :foreground ,cyan)))
`(mu4e-header-marks-face ((,class :inherit bold :foreground ,magenta-alt)))
@@ -2763,7 +2763,7 @@ Also bind `class' to ((class color) (min-colors 89))."
`(mu4e-system-face ((,class :foreground ,fg-mark-del :slant
,modus-theme-slant)))
`(mu4e-title-face ((,class :foreground ,fg-main)))
`(mu4e-trashed-face ((,class :foreground ,red)))
- `(mu4e-unread-face ((,class :inherit bold)))
+ `(mu4e-unread-face ((,class :inherit bold :foreground ,fg-main)))
`(mu4e-url-number-face ((,class :inherit bold :foreground ,cyan-alt-other)))
`(mu4e-view-body-face ((,class :foreground ,fg-main)))
`(mu4e-warning-face ((,class :inherit warning)))
- [elpa] externals/modus-operandi-theme e22d75d 71/99: Let org timestamps inherit fixed-pitch, (continued)
- [elpa] externals/modus-operandi-theme e22d75d 71/99: Let org timestamps inherit fixed-pitch, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 0a0af53 65/99: Add support for BOON, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 94e1138 76/99: Remove extra properties from outline-minor-mode, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 426578f 75/99: MAJOR REFACTOR of bold weight and bold constructs, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 37b6bd0 88/99: Adds a readme note referring to #60 for HTML mails, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 80f87a6 32/99: Improve README on Org "rainbow src blocks" option, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 867d211 74/99: Modus Vivendi: minor tweak for consistency, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme dbdbb90 82/99: Clarify that specific degree of "bold" is optional, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 2ae2e12 84/99: Remove obsolete comment, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 5c58249 90/99: Use line highlight for flycheck list current line, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 7ad88f0 94/99: Improve distinction between MU4E read and unread,
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme b80d4b4 93/99: Add "conf" to org-src-block-faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme c8deb91 95/99: Add explicit support for BONGO, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme e536a59 55/99: Tweak Org block begin/end for "rainbow blocks", Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 7a3ceda 56/99: Update documention of "rainbow src blocks" option, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 72d4723 57/99: Remove ':extend t' from all Org block options, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 1841211 58/99: Add support for HL-DEFINED, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 4bde9bc 61/99: Update README install section (GNU/Linux distros), Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 23b38df 60/99: Add "bug" keyword to 'hl-todo-keyword-faces' list, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 52a8c0c 62/99: Clarify customisation symbols and possible values, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 0e5f2b0 66/99: Internal re-order of a few faces, Stefan Monnier, 2020/07/31