branch: elpa/alect-themes
commit 6aff883d027db4558a21a39faf44b3d9472f05f7
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Inherit 'widget-documentation' from 'font-lock-doc-face'
---
alect-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/alect-themes.el b/alect-themes.el
index 85d8cea..6b289b3 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1676,7 +1676,7 @@ For INVERT, see `alect-get-color'."
:style nil))))
(widget-button ((,c :inherit alect-button)))
(widget-button-pressed ((,c :inherit alect-button-pressed)))
- (widget-documentation ((,c :foreground ,(gc 'green-1))))
+ (widget-documentation ((,c :inherit font-lock-doc-face)))
(widget-inactive ((,c :inherit shadow)))
(widget-single-line-field ((,c :foreground ,(gc 'fg)
:inherit widget-field)))