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

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

[nongnu] elpa/gruvbox-theme 74e8dc88b7: Fixed parens.


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme 74e8dc88b7: Fixed parens.
Date: Mon, 22 Aug 2022 13:58:55 -0400 (EDT)

branch: elpa/gruvbox-theme
commit 74e8dc88b7fa15bba964f4f1ce1fccd76f523bfd
Author: jasonm23 <jasonm23@gmail.com>
Commit: jasonm23 <jasonm23@gmail.com>

    Fixed parens.
---
 gruvbox.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gruvbox.el b/gruvbox.el
index 231280e47b..9e9400067e 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -929,7 +929,7 @@ Should contain 2 %s constructs to allow for theme name and 
directory/prefix")
      (solaire-default-face        (:background gruvbox-dark0_soft))
      (solaire-minibuffer-face     (:background gruvbox-dark0_soft))
      (solaire-hl-line-face        (:background gruvbox-dark0_soft))
-     (solaire-org-hide-face       (:background gruvbox-dark0_soft)))))
+     (solaire-org-hide-face       (:background gruvbox-dark0_soft))
 
      ;;; Vertico posframe
 
@@ -945,9 +945,9 @@ Should contain 2 %s constructs to allow for theme name and 
directory/prefix")
      (avy-lead-face               (:foreground gruvbox-dark0 :background 
gruvbox-neutral_red))
      (avy-lead-face-0             (:foreground gruvbox-dark0 :background 
gruvbox-neutral_blue))
      (avy-lead-face-1             (:foreground gruvbox-dark0 :background 
gruvbox-neutral_aqua))
-     (avy-lead-face-2             (:foreground gruvbox-dark0 :background 
gruvbox-neutral_purple))
+     (avy-lead-face-2             (:foreground gruvbox-dark0 :background 
gruvbox-neutral_purple)))
 
-    ,@body
+    ,@body))
 
 (provide 'gruvbox)
 
@@ -955,4 +955,4 @@ Should contain 2 %s constructs to allow for theme name and 
directory/prefix")
 ;; eval: (when (fboundp 'rainbow-mode) (rainbow-mode +1))
 ;; End:
 
-;;; gruvbox-dark-theme.el ends here
+;;; gruvbox.el ends here



reply via email to

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