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

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

[nongnu] elpa/alect-themes b89e94f 215/269: Add 'sauron-header-face'


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes b89e94f 215/269: Add 'sauron-header-face'
Date: Thu, 21 Oct 2021 17:59:22 -0400 (EDT)

branch: elpa/alect-themes
commit b89e94f8d1130e7860260186c13d365bdf633f93
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Add 'sauron-header-face'
---
 alect-themes.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index a00dfea..77ed5e9 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1381,6 +1381,9 @@ For INVERT, see `alect-get-color'."
          (sauron-message-face    ((,c :inherit font-lock-doc-face)))
          (sauron-origin-face     ((,c :foreground ,(gc 'blue+1))))
          (sauron-priority-face   ((,c :foreground ,(gc 'yellow+2))))
+         ;; `sauron-header-face' is useless as the header is already
+         ;; fontified by `header-line' face.
+         (sauron-header-face     ((,c nil)))
          (sauron-highlight1-face ((,c :foreground ,(gc 'green))))
          (sauron-highlight2-face ((,c :foreground ,(gc 'red-1))))
          (sauron-highlight3-face ((,c :foreground ,(gc 'magenta))))



reply via email to

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