branch: elpa/material-theme
commit 3bfc400888dddf7a67c2e660ed28333203737cfb
Author: Laurynas Remeika <[email protected]>
Commit: Laurynas Remeika <[email protected]>
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)))))