branch: elpa/gruvbox-theme commit 3ff81b32a608e73f55ca6011d5bc21ab582ec9dc Author: Zoltán Király <zol...@gmail.com> Commit: Zoltán Király <zol...@gmail.com>
Use corfu-default instead of corfu-background --- gruvbox.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruvbox.el b/gruvbox.el index 8c1dca6ede..a5783f4e7a 100644 --- a/gruvbox.el +++ b/gruvbox.el @@ -335,7 +335,7 @@ Should contain 2 %s constructs to allow for theme name and directory/prefix") (marginalia-documentation (:italic t :foreground gruvbox-light3)) ;; corfu - (corfu-background (:background gruvbox-dark1)) + (corfu-default (:inherit 'tooltip)) (corfu-current (:foreground gruvbox-bright_purple :background gruvbox-dark2)) (corfu-bar (:background gruvbox-dark2)) (corfu-border (:background gruvbox-dark1))