emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gruvbox-theme 6efa94c1d1 1/2: removed background to inheri


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme 6efa94c1d1 1/2: removed background to inherit by default - fixes soaire bg clash
Date: Sat, 25 Jun 2022 12:58:25 -0400 (EDT)

branch: elpa/gruvbox-theme
commit 6efa94c1d16a3f0a3f85ebf7e9eeeb0f61675e31
Author: ethanmoss1 <cywinskimoss@gmail.com>
Commit: Jason Milkins <jasonm23@users.noreply.github.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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]