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

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

[nongnu] elpa/apropospriate-theme a84e23e 063/118: don't inherit avy col


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme a84e23e 063/118: don't inherit avy colors from ace-jump colors - closes #16
Date: Thu, 21 Oct 2021 18:02:23 -0400 (EDT)

branch: elpa/apropospriate-theme
commit a84e23eebf26b4f0f5fe9926d8feaf01e7d6c304
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    don't inherit avy colors from ace-jump colors - closes #16
---
 apropospriate.el | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/apropospriate.el b/apropospriate.el
index 6eb0116..7f076e1 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -124,13 +124,13 @@ Set to `1.0' to prevent font size manipulation."
      `(ace-jump-face-background ((,class (:foreground ,base00+3))))
      `(ace-jump-face-foreground ((,class (:foreground ,pink-1 :background nil 
:weight bold))))
      `(ajb-face ((,class (:background ,base00+1))))
-     `(avy-lead-face ((,class (:inherit ace-jump-face-foreground))))
-     `(avy-lead-face-0 ((,class (:inherit ace-jump-face-foreground))))
-     `(avy-lead-face-1 ((,class (:inherit ace-jump-face-foreground))))
-     `(avy-lead-face-2 ((,class (:inherit ace-jump-face-foreground))))
-     `(avy-background-face ((,class (:inherit ace-jump-face-background))))
-     `(aw-leading-char-face ((,class (:inherit ace-jump-face-foreground))))
-     `(aw-background-face ((,class (:inherit ace-jump-face-background))))
+     `(avy-lead-face ((,class (:foreground ,pink-1 :background nil :weight 
bold))))
+     `(avy-lead-face-0 ((,class (:inherit avy-lead-face))))
+     `(avy-lead-face-1 ((,class (:inherit avy-lead-face))))
+     `(avy-lead-face-2 ((,class (:inherit avy-lead-face))))
+     `(avy-background-face ((,class (:foreground ,base00+3))))
+     `(aw-leading-char-face ((,class (:inherit avy-lead-face))))
+     `(aw-background-face ((,class (:inherit avy-background-face))))
      `(parenthesis ((,class (:foreground ,base00+3))))
      `(font-lock-comment-face ((,class (:foreground ,base01))))
      `(font-lock-comment-delimiter-face ((,class (:foreground ,base01))))



reply via email to

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