[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ef-themes 6624958077: Avoid conflation between "flagged
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ef-themes 6624958077: Avoid conflation between "flagged" and "trashed" emails |
Date: |
Tue, 31 Oct 2023 03:57:56 -0400 (EDT) |
branch: externals/ef-themes
commit 662495807744faed80dd31e5b5fb29af6dde7226
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Avoid conflation between "flagged" and "trashed" emails
Thanks to Adam Porter (GitHub @alphapapa) for bringing this matter to
my attention in issue 32 on the GitHub mirror:
<https://github.com/protesilaos/ef-themes/issues/32>.
---
README.org | 10 +++++-----
ef-themes.el | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.org b/README.org
index 6c9bfe32cd..ed826fa51d 100644
--- a/README.org
+++ b/README.org
@@ -1742,11 +1742,11 @@ matters.
+ Contributions to code or the manual :: Alex Lu, Christopher League,
Eshel Yaron, Philip Kaludercic, Walheimat.
-+ Ideas and/or user feedback :: Alan Schmitt, Amo DelBello, Anthony
- Chavez, Benjamin (zealotrush), Bruno Boal, Daniel Mendler, Federico
- Stilman, Iris Garcia, Jean-Philippe Gagné Guay, Jonas Collberg, Saša
- Janiška, Spike-Leung, Steve Molitor, Summer Emacs, Sven Seebeck,
- Thanos Apollo, Zoltán Király, goldfita.
++ Ideas and/or user feedback :: Adam Porter (alphapapa), Alan Schmitt,
+ Amo DelBello, Anthony Chavez, Benjamin (zealotrush), Bruno Boal,
+ Daniel Mendler, Federico Stilman, Iris Garcia, Jean-Philippe Gagné
+ Guay, Jonas Collberg, Saša Janiška, Spike-Leung, Steve Molitor,
+ Summer Emacs, Sven Seebeck, Thanos Apollo, Zoltán Király, goldfita.
* GNU Free Documentation License
:PROPERTIES:
diff --git a/ef-themes.el b/ef-themes.el
index e84307456a..1e1edea7a5 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1736,7 +1736,7 @@ text should not be underlined as well) yet still blend
in."
`(mu4e-contact-face ((,c :inherit message-header-to)))
`(mu4e-context-face ((,c :inherit bold)))
`(mu4e-draft-face ((,c :foreground ,info)))
- `(mu4e-flagged-face ((,c :foreground ,err)))
+ `(mu4e-flagged-face ((,c :foreground ,keyword)))
`(mu4e-footer-face ((,c :inherit italic :foreground ,fg-alt)))
`(mu4e-forwarded-face ((,c :inherit italic :foreground ,info)))
`(mu4e-header-face ((,c :inherit shadow)))
@@ -1834,7 +1834,7 @@ text should not be underlined as well) yet still blend
in."
`(notmuch-message-summary-face ((,c :inherit bold :background ,bg-alt)))
`(notmuch-search-count ((,c :foreground ,fg-dim)))
`(notmuch-search-date ((,c :foreground ,date-common)))
- `(notmuch-search-flagged-face ((,c :foreground ,err)))
+ `(notmuch-search-flagged-face ((,c :foreground ,keyword)))
`(notmuch-search-matching-authors ((,c :foreground ,mail-recipient)))
`(notmuch-search-non-matching-authors ((,c :inherit shadow)))
`(notmuch-search-subject ((,c :foreground ,fg-main)))
@@ -1842,7 +1842,7 @@ text should not be underlined as well) yet still blend
in."
`(notmuch-tag-added ((,c :underline ,underline-info)))
`(notmuch-tag-deleted ((,c :strike-through ,underline-err)))
`(notmuch-tag-face ((,c :foreground ,accent-0)))
- `(notmuch-tag-flagged ((,c :foreground ,err)))
+ `(notmuch-tag-flagged ((,c :foreground ,keyword)))
`(notmuch-tag-unread ((,c :foreground ,accent-1)))
`(notmuch-tree-match-author-face ((,c :inherit
notmuch-search-matching-authors)))
`(notmuch-tree-match-date-face ((,c :inherit notmuch-search-date)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/ef-themes 6624958077: Avoid conflation between "flagged" and "trashed" emails,
ELPA Syncer <=