branch: elpa/dracula-theme commit 37b3979b91b06a0520a0d326bc323b4dda280123 Author: Étienne Deparis <etie...@depar.is> Commit: Étienne Deparis <etie...@depar.is>
Support eldoc-box faces --- dracula-theme.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dracula-theme.el b/dracula-theme.el index 91a1cd9cbd..d82877b629 100644 --- a/dracula-theme.el +++ b/dracula-theme.el @@ -216,6 +216,9 @@ read it before opening a new issue about your will.") (diredp-link-priv :foreground ,dracula-orange) (diredp-autofile-name :foreground ,dracula-yellow) (diredp-tagged-autofile-name :foreground ,dracula-yellow) + ;; eldoc-box + (eldoc-box-border :background ,dracula-current) + (eldoc-box-body :background ,dracula-current) ;; elfeed (elfeed-search-date-face :foreground ,dracula-comment) (elfeed-search-title-face :foreground ,dracula-fg)