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

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

[nongnu] elpa/gruvbox-theme 009cc07e82 3/7: removed background to inheri


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme 009cc07e82 3/7: removed background to inherit by default - fixes soaire bg clash
Date: Sat, 23 Jul 2022 13:58:29 -0400 (EDT)

branch: elpa/gruvbox-theme
commit 009cc07e82bbacc2e5a38b107647005323ce3e93
Author: ethanmoss1 <cywinskimoss@gmail.com>
Commit: ethanmoss1 <cywinskimoss@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))



reply via email to

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