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

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

[nongnu] elpa/ample-theme f52f8e7 124/137: Add a couple of missing avy f


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme f52f8e7 124/137: Add a couple of missing avy faces
Date: Thu, 21 Oct 2021 18:00:31 -0400 (EDT)

branch: elpa/ample-theme
commit f52f8e75175e7b5f9a6cce0ab0105e0abe764974
Author: Fice T <fice-t@protonmail.com>
Commit: jordonbiondo <jordonbiondo@gmail.com>

    Add a couple of missing avy faces
---
 ample-theme.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ample-theme.el b/ample-theme.el
index 6af2a96..39bd80c 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -133,9 +133,11 @@
    `(ace-jump-face-foreground ((t (:foreground ,ample/orange))))
 
    `(avy-background-face  ((t (:foreground ,ample/dark-gray :background nil))))
+   `(avy-goto-char-timer-face ((t (:foreground ,ample/fg :background 
,ample/dark-green))))
    `(avy-lead-face  ((t (:foreground ,ample/fg :background ,ample/dark-red))))
    `(avy-lead-face-0  ((t (:foreground ,ample/fg :background ,ample/blue))))
    `(avy-lead-face-1  ((t (:foreground ,ample/bg :background ,ample/fg))))
+   `(avy-lead-face-2  ((t (:foreground ,ample/fg :background ,ample/purple))))
 
    `(vertical-border ((t (:background ,ample/darker-gray :foreground 
,ample/darkest-gray))))
 



reply via email to

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