branch: elpa/gruvbox-theme commit c2830450cc4c233eab6f8d7387ba803a9c00ae6a Merge: 0abbbe5f7f 3ff81b32a6 Author: Jason Milkins <jason...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Merge pull request #191 from zoliky/master 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))