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

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

[nongnu] elpa/gotham-theme ffafd9e5cd 095/214: Add message and mu4e face


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme ffafd9e5cd 095/214: Add message and mu4e faces
Date: Fri, 7 Jan 2022 17:58:45 -0500 (EST)

branch: elpa/gotham-theme
commit ffafd9e5cdcbef98770c7ebe39d2282b7c601fd4
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Add message and mu4e faces
---
 gotham-theme.el | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index a78c60c676..741776d449 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -262,6 +262,18 @@ depending on DISPLAY for keys which are either :foreground 
or
    ;; makefile
    (makefile-space :background magenta)
 
+   ;; message-mode
+   (message-cited-text :foreground blue)
+   (message-header-cc :foreground base5)
+   (message-header-name :foreground orange)
+   (message-header-newsgroups :inherit shadow)
+   (message-header-other :foreground base5)
+   (message-header-subject :foreground base5)
+   (message-header-to :foreground base5)
+   (message-header-xheader :inherit shadow)
+   (message-mml :foreground yellow)
+   (message-separator :foreground blue)
+
    ;; outline
    (outline-1 :foreground red)
    (outline-2 :foreground cyan)
@@ -581,6 +593,10 @@ depending on DISPLAY for keys which are either :foreground 
or
    (markdown-header-face-5 :background base3)
    (markdown-header-face-6 :background base4)
 
+   ;; mu4e
+   (mu4e-header-highlight-face :inherit hl-line)
+   (mu4e-region-code :inherit region)
+
    ;; org-mode
    (org-agenda-dimmed-todo-face :inherit shadow)
    (org-agenda-done :foreground green)



reply via email to

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