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

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

[nongnu] elpa/alect-themes fa08b7c 089/269: Add sauron faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes fa08b7c 089/269: Add sauron faces
Date: Thu, 21 Oct 2021 17:58:55 -0400 (EDT)

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

    Add sauron faces
---
 alect-themes.el | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index 9fb914e..48df29a 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1024,6 +1024,16 @@ For INVERT, see `alect-get-color'."
        (rst-level-5-face ((t :inherit alect-color-level-5)))
        (rst-level-6-face ((t :inherit alect-color-level-6)))
 
+       ;; sauron
+       (sauron-header-face     ((t nil)))
+       (sauron-timestamp-face  ((t :inherit alect-time)))
+       (sauron-message-face    ((t :inherit font-lock-doc-face)))
+       (sauron-origin-face     ((t :foreground ,(gc 'blue+1))))
+       (sauron-priority-face   ((t :foreground ,(gc 'yellow+2))))
+       (sauron-highlight1-face ((t :foreground ,(gc 'green))))
+       (sauron-highlight2-face ((t :foreground ,(gc 'red-1))))
+       (sauron-highlight3-face ((t :foreground ,(gc 'magenta))))
+
        ;; shell-script
        (sh-heredoc     ((t :inherit font-lock-doc-face)))
        (sh-quoted-exec ((t :foreground ,(gc 'cyan))))



reply via email to

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