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

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

[nongnu] elpa/spacemacs-theme 15e8275cdb 144/336: add color defn for mu4


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 15e8275cdb 144/336: add color defn for mu4e-header-key-face
Date: Fri, 14 Jan 2022 10:59:26 -0500 (EST)

branch: elpa/spacemacs-theme
commit 15e8275cdb628fe79443e2b73306b8d2093722a6
Author: Ben Swift <ben@benswift.me>
Commit: Ben Swift <ben@benswift.me>

    add color defn for mu4e-header-key-face
    
    I'm not sure what the procedure is for adding new mode-specific bits of 
theming, so if there's another place I should submit this request then just let 
me know.
    
    At some stage I guess someone should do a proper "subtheme" for `mu4e`, but 
for the moment this replaces the a garish bright green (since 
`mu4e-header-key-face` inherits from `message-header-name`) and seems more 
pleasing (to me, at least).
---
 spacemacs-common.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index a6f41e46f0..4a854bb1fb 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -600,6 +600,7 @@
      `(mu4e-cited-1-face ((,class (:foreground ,base))))
      `(mu4e-cited-7-face ((,class (:foreground ,base))))
      `(mu4e-header-marks-face ((,class (:foreground ,comp))))
+     `(mu4e-header-key-face ((,class (:foreground ,head2 :bold t))))
      `(mu4e-view-url-number-face ((,class (:foreground ,comp))))
      `(slime-repl-inputed-output-face ((,class (:foreground ,comp))))
      `(trailing-whitespace ((,class :foreground nil :background ,err)))



reply via email to

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