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

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

[nongnu] elpa/gruvbox-theme 2bdc3505e1 7/7: Merge pull request #188 from


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme 2bdc3505e1 7/7: Merge pull request #188 from ethanmoss1/master
Date: Sat, 23 Jul 2022 13:58:29 -0400 (EDT)

branch: elpa/gruvbox-theme
commit 2bdc3505e152be83c80054a0958e6c2d56808934
Merge: e88ee445b7 e6d64a412a
Author: Jason Milkins <jasonm23@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #188 from ethanmoss1/master
    
    Updated Avy colours.
---
 gruvbox.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gruvbox.el b/gruvbox.el
index d7d374844f..b7218f5100 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -861,10 +861,10 @@ Should contain 2 %s constructs to allow for theme name 
and directory/prefix")
 
      ;; avy
      (avy-background-face         (:foreground gruvbox-gray))
-     (avy-lead-face               (:foreground gruvbox-light1 :background 
gruvbox-neutral_red))
-     (avy-lead-face-0             (:foreground gruvbox-light1 :background 
gruvbox-neutral_blue))
-     (avy-lead-face-1             (:foreground gruvbox-light1 :background 
gruvbox-neutral_aqua))
-     (avy-lead-face-2             (:foreground gruvbox-light1 :background 
gruvbox-neutral_purple))
+     (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))
 
      ),@body))
 



reply via email to

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