diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2023-03-06 06:51:33 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2023-03-06 06:51:33 +0200 |
| commit | a7c9dccb946116891203911ffe22b04a1e50027a (patch) | |
| tree | ccb2ceaf174e6f8ec58da0b1c425e13856bc0dfc /ef-dark-theme.el | |
| parent | 0f59a5b5cbb83ba8b339a669e9f7d3d02e0a3386 (diff) | |
Expand mail mappings; make tweaks to some patterns
Diffstat (limited to 'ef-dark-theme.el')
| -rw-r--r-- | ef-dark-theme.el | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/ef-dark-theme.el b/ef-dark-theme.el index 925fd15..9ec650e 100644 --- a/ef-dark-theme.el +++ b/ef-dark-theme.el @@ -210,12 +210,14 @@ ;;;; Mail mappings - (mail-0 blue) - (mail-1 magenta-warmer) - (mail-2 green-cooler) - (mail-3 yellow-cooler) - (mail-4 magenta-cooler) - (mail-5 cyan) + (mail-cite-0 blue) + (mail-cite-1 magenta-warmer) + (mail-cite-2 green-cooler) + (mail-cite-3 yellow-cooler) + (mail-part magenta-faint) + (mail-recipient blue-warmer) + (mail-subject blue-cooler) + (mail-other cyan) (rainbow-0 green-cooler) (rainbow-1 blue) |
