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

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

[nongnu] elpa/alect-themes 6aff883 248/269: Inherit 'widget-documentatio


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 6aff883 248/269: Inherit 'widget-documentation' from 'font-lock-doc-face'
Date: Thu, 21 Oct 2021 17:59:29 -0400 (EDT)

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

    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)))



reply via email to

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