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

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

[nongnu] elpa/material-theme 3bdb927 090/118: Fix avy-background-face co


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 3bdb927 090/118: Fix avy-background-face color
Date: Thu, 21 Oct 2021 18:06:27 -0400 (EDT)

branch: elpa/material-theme
commit 3bdb927099e58a71fac0f73b80bf223342b31cc8
Author: Laurynas Remeika <laurynas.remeika@gmail.com>
Commit: Laurynas Remeika <laurynas.remeika@gmail.com>

    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

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