Add support for eldoc-box

This commit is contained in:
Jessie Hildebrandt 2023-11-15 21:57:52 -05:00
parent 61facfb767
commit 4576c6c89c

View File

@ -562,6 +562,10 @@
`(diff-hl-delete ((,class (:foreground ,red))))
`(diff-hl-insert ((,class (:foreground ,green))))
;; eldoc-box
`(eldoc-box-body ((,class (:inherit (tooltip variable-pitch-text)))))
`(eldoc-box-border ((,class (:background ,base-3))))
;; fic-mode
`(fic-face ((,class (:foreground ,yellow :weight bold))))