branch: externals/standard-themes commit 18bbe5b8f06e509f6e49483207a386774666e5d2 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make To, Cc, Bcc message headings use same colour The "To:" heading has an added bold weight to make it easier to spot: it is often important to know the difference between direct and copied recipients. --- standard-themes.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/standard-themes.el b/standard-themes.el index a1ae38762c..a2a9340dbe 100644 --- a/standard-themes.el +++ b/standard-themes.el @@ -1489,9 +1489,9 @@ Helper function for `standard-themes-preview-colors'." `(message-header-name ((,c :inherit bold))) `(message-header-newsgroups ((,c :inherit message-header-other))) `(message-header-to ((,c :inherit bold :foreground ,mail-0))) - `(message-header-cc ((,c :foreground ,mail-1))) - `(message-header-subject ((,c :inherit bold :foreground ,mail-2))) - `(message-header-xheader ((,c :foreground ,mail-3))) + `(message-header-cc ((,c :foreground ,mail-0))) + `(message-header-subject ((,c :inherit bold :foreground ,mail-1))) + `(message-header-xheader ((,c :foreground ,mail-2))) `(message-header-other ((,c :foreground ,mail-4))) `(message-mml ((,c :foreground ,mail-5))) `(message-separator ((,c :background ,bg-alt)))