branch: elpa/alect-themes
commit 411f50dcfa0cfe86f0853eeb528cfeae45dbde86
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add apropos faces
---
alect-themes.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/alect-themes.el b/alect-themes.el
index 7040351..a90eca4 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -413,6 +413,10 @@ For INVERT, see `alect-get-color'."
(android-mode-verbose-face ((,c :foreground ,(gc 'green))))
(android-mode-warning-face ((,c :foreground ,(gc 'yellow))))
+ ;; apropos
+ (apropos-keybinding ((,c :foreground ,(gc 'yellow))))
+ (apropos-symbol ((,c :foreground ,(gc 'green+1) :weight
bold)))
+
;; auctex
(font-latex-bold ((,c :inherit bold)))
(font-latex-warning ((,c :inherit font-lock-warning-face)))