branch: elpa/alect-themes
commit 0bc62b380972bec63cfecf418d6821a62843f88f
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add 'shortdoc' faces
---
alect-themes.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/alect-themes.el b/alect-themes.el
index fc9a597db2b..0a53c619a6b 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1613,6 +1613,10 @@ For INVERT, see `alect-get-color'."
(sh-escaped-newline ((,c :foreground ,(gc 'fg-1)
:weight bold)))
+ ;; shortdoc
+ (shortdoc-heading ((,c :inherit alect-title)))
+ (shortdoc-section ((,c :inherit italic)))
+
;; show-paren
(show-paren-mismatch ((,c :foreground ,(gc 'gray-2)
:background ,(gc 'red))))