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

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

[nongnu] elpa/alect-themes 0113b25 113/269: Add aurel faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 0113b25 113/269: Add aurel faces
Date: Thu, 21 Oct 2021 17:59:01 -0400 (EDT)

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

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

diff --git a/alect-themes.el b/alect-themes.el
index d4c5d72..5c525d8 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -423,6 +423,16 @@ For INVERT, see `alect-get-color'."
          (font-latex-sedate   ((,c :foreground ,(gc 'yellow) :weight bold )))
          (font-latex-title-4  ((,c :inherit variable-pitch :weight bold)))
 
+         ;; aurel
+         (aurel-info-id           ((,c :foreground ,(gc 'fg+2))))
+         (aurel-info-name         ((,c :inherit alect-title)))
+         (aurel-info-maintainer   ((,c :inherit button
+                                       :foreground ,(gc 'magenta-1))))
+         (aurel-info-date         ((,c :inherit alect-time)))
+         (aurel-info-license      ((,c :foreground ,(gc 'yellow+1))))
+         (aurel-info-version      ((,c :foreground ,(gc 'blue-2))))
+         (aurel-info-category     ((,c :foreground ,(gc 'green-1))))
+
          ;; auto-complete
          (ac-candidate-face       ((,c :foreground ,(gc 'gray+2)
                                        :background ,(gc 'bg+2))))



reply via email to

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