branch: elpa/gruvbox-theme commit 009cc07e82bbacc2e5a38b107647005323ce3e93 Author: ethanmoss1 <cywinskim...@gmail.com> Commit: ethanmoss1 <cywinskim...@gmail.com>
removed background to inherit by default - fixes soaire bg clash --- gruvbox.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gruvbox.el b/gruvbox.el index 1a416f4008..2b0bd77e5e 100644 --- a/gruvbox.el +++ b/gruvbox.el @@ -95,7 +95,7 @@ Should contain 2 %s constructs to allow for theme name and directory/prefix") (hl-line (:background gruvbox-dark1)) (region (:background gruvbox-dark2)) ;;selection (secondary-selection (:background gruvbox-dark1)) - (minibuffer-prompt (:background gruvbox-bg :foreground gruvbox-bright_green :bold t)) + (minibuffer-prompt (:foreground gruvbox-bright_green :bold t)) (vertical-border (:foreground gruvbox-dark2)) (internal-border (:background gruvbox-dark2)) (window-divider (:foreground gruvbox-dark2)) @@ -333,7 +333,7 @@ Should contain 2 %s constructs to allow for theme name and directory/prefix") ;; marginalia (marginalia-documentation (:italic t :foreground gruvbox-light3)) - + ;; corfu (corfu-background (:background gruvbox-dark1)) (corfu-current (:foreground gruvbox-bright_purple :background gruvbox-dark2))