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

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

[nongnu] elpa/spacemacs-theme 4a85d6fd5c 231/336: Fix issue (#99) improv


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 4a85d6fd5c 231/336: Fix issue (#99) improve avy colors
Date: Fri, 14 Jan 2022 10:59:40 -0500 (EST)

branch: elpa/spacemacs-theme
commit 4a85d6fd5c5fc1e3092385b7b8e823830b9a7019
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Fix issue (#99) improve avy colors
---
 spacemacs-common.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index a1bcdd3ac0..666b7045f7 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -208,10 +208,10 @@ to 'auto, tags may not be properly aligned. "
      `(ac-completion-face ((,class (:background ,ttip-bg :foreground ,ttip))))
 
 ;;;;; avy
-     `(avy-lead-face   ((,class (:background ,blue-bg :foreground ,magenta))))
-     `(avy-lead-face-0 ((,class (:background ,blue-bg :foreground ,blue))))
-     `(avy-lead-face-1 ((,class (:background ,blue-bg :foreground ,magenta))))
-     `(avy-lead-face-2 ((,class (:background ,blue-bg :foreground ,blue))))
+     `(avy-lead-face   ((,class (:background ,green-bg :foreground ,green))))
+     `(avy-lead-face-0 ((,class (:background ,green-bg :foreground ,yellow))))
+     `(avy-lead-face-1 ((,class (:background ,green-bg :foreground ,magenta))))
+     `(avy-lead-face-2 ((,class (:background ,green-bg :foreground ,blue))))
 
 ;;;;; calfw
      `(cfw:face-title               ((,class (:foreground ,head1 :height 2.0 
:weight bold :inherit variable-pitch))))



reply via email to

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