branch: elpa/material-theme
commit 3bdb927099e58a71fac0f73b80bf223342b31cc8
Author: Laurynas Remeika <[email protected]>
Commit: Laurynas Remeika <[email protected]>

    Fix avy-background-face color
---
 material-light-theme.el | 11 ++++++++---
 material-theme.el       | 13 +++++++++----
 2 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/material-light-theme.el b/material-light-theme.el
index 741ae9d..13a5201 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -114,9 +114,14 @@
                                         :weight normal))))
 
    ;; ace-jump-mode
-   `(avy-background-face ((t (:background ,green))))
-   `(avy-lead-face-0 ((t (:foreground ,background :background ,green :weight 
bold))))
-   `(avy-lead-face ((t (:foreground ,background :background ,green :weight 
bold))))
+   `(avy-background-face ((,class (:foreground ,inactive-gray
+                                               :weight normal))))
+   `(avy-lead-face-0 ((,class (:foreground ,background
+                                        :background ,green
+                                        :weight bold))))
+   `(avy-lead-face ((,class (:foreground ,background
+                                        :background ,green
+                                        :weight bold))))
 
    ;; Flycheck
    `(flycheck-error ((,class (:underline (:style wave :color ,red)))))
diff --git a/material-theme.el b/material-theme.el
index 519d775..d8bddda 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -113,10 +113,15 @@
    `(ace-jump-face-background ((,class (:foreground ,inactive-gray
                                         :weight normal))))
 
-   ;; ace-jump-mode
-   `(avy-background-face ((t (:background ,"#ef6c00"))))
-   `(avy-lead-face-0 ((t (:foreground ,foreground :background ,"#ef6c00" 
:weight bold))))
-   `(avy-lead-face ((t (:foreground ,foreground :background ,"#ef6c00" :weight 
bold))))
+   ;; avy-jump-mode
+   `(avy-background-face ((,class (:foreground ,inactive-gray
+                                   :weight normal))))
+   `(avy-lead-face-0 ((,class (:foreground ,foreground
+                               :background ,"#ef6c00"
+                                        :weight bold))))
+   `(avy-lead-face ((,class (:foreground ,foreground
+                             :background ,"#ef6c00"
+                             :weight bold))))
         
    ;; Flycheck
    `(flycheck-error ((,class (:underline (:style wave :color ,red)))))

Reply via email to