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

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

[nongnu] elpa/alect-themes f43a382 233/269: Add 'package' faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes f43a382 233/269: Add 'package' faces
Date: Thu, 21 Oct 2021 17:59:25 -0400 (EDT)

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

    Add 'package' faces
---
 README.md       |  1 +
 alect-themes.el | 12 ++++++++++++
 2 files changed, 13 insertions(+)

diff --git a/README.md b/README.md
index 2e60fb1..19f7c4e 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,7 @@ supported (themed):
   + ruler
   + whitespace
   + linum
+  + package
   + show-paren
   + speedbar
 - [aurel](https:/github.com/alezost/aurel)
diff --git a/alect-themes.el b/alect-themes.el
index c89e2c5..f63f593 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1349,6 +1349,18 @@ For INVERT, see `alect-get-color'."
          (outline-7 ((,c :inherit alect-title-7)))
          (outline-8 ((,c :inherit alect-title-8)))
 
+         ;; package
+         (package-help-section-name ((,c :inherit alect-field-title)))
+         (package-name              ((,c :foreground ,(gc 'blue-1))))
+         (package-status-installed  ((,c :foreground ,(gc 'green+1))))
+         (package-status-dependency ((,c :foreground ,(gc 'green-1))))
+         (package-status-built-in   ((,c :foreground ,(gc 'blue+2))))
+         (package-status-external   ((,c :foreground ,(gc 'blue+1))))
+         (package-status-incompat   ((,c :foreground ,(gc 'magenta-1))))
+         (package-status-avail-obso ((,c :foreground ,(gc 'magenta+1))))
+         (package-status-disabled   ((,c :foreground ,(gc 'red))))
+         (package-status-unsigned   ((,c :inherit warning)))
+
          ;; popup
          (popup-tip-face                    ((,c :foreground ,(gc 'gray+2)
                                                  :background ,(gc 'yellow-2))))



reply via email to

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