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

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

[nongnu] elpa/gruvbox-theme e6d64a412a 6/7: changed avy foreground colou


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme e6d64a412a 6/7: changed avy foreground colour
Date: Sat, 23 Jul 2022 13:58:29 -0400 (EDT)

branch: elpa/gruvbox-theme
commit e6d64a412a006a23de8f9f3a6f4fec75c3ca5d79
Author: Ethan Moss <74180458+ethanmoss1@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    changed avy foreground colour
---
 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]