branch: elpa/apropospriate-theme
commit a84e23eebf26b4f0f5fe9926d8feaf01e7d6c304
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
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))))