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

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

[nongnu] elpa/material-theme 3bfc400 089/118: Add avy-jump-mode styles s


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 3bfc400 089/118: Add avy-jump-mode styles same as ace-jump
Date: Thu, 21 Oct 2021 18:06:27 -0400 (EDT)

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

    Add avy-jump-mode styles same as ace-jump
---
 material-light-theme.el | 5 +++++
 material-theme.el       | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/material-light-theme.el b/material-light-theme.el
index d5b0d90..741ae9d 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -113,6 +113,11 @@
    `(ace-jump-face-background ((,class (:foreground ,inactive-gray
                                         :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))))
+
    ;; Flycheck
    `(flycheck-error ((,class (:underline (:style wave :color ,red)))))
    `(flycheck-info ((,class (:underline (:style wave :color ,blue)))))
diff --git a/material-theme.el b/material-theme.el
index e5ca2a7..519d775 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -113,6 +113,11 @@
    `(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))))
+        
    ;; Flycheck
    `(flycheck-error ((,class (:underline (:style wave :color ,red)))))
    `(flycheck-warning ((,class (:underline (:style wave :color ,orange)))))



reply via email to

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