branch: elpa/alect-themes
commit f43a382efe453ec57181885d939e3f944fb884a8
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
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))))