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

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

[nongnu] elpa/ample-theme 1c9e2f5 098/137: avy


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme 1c9e2f5 098/137: avy
Date: Thu, 21 Oct 2021 18:00:25 -0400 (EDT)

branch: elpa/ample-theme
commit 1c9e2f5b863edfc63ca08318e78cadd911b8b97b
Author: jordonbiondo <biondoj@mail.gvsu.edu>
Commit: jordonbiondo <biondoj@mail.gvsu.edu>

    avy
---
 ample-flat-theme.el  | 6 ++++++
 ample-light-theme.el | 5 +++++
 ample-theme.el       | 5 +++++
 3 files changed, 16 insertions(+)

diff --git a/ample-flat-theme.el b/ample-flat-theme.el
index 0b8bc93..9635acc 100644
--- a/ample-flat-theme.el
+++ b/ample-flat-theme.el
@@ -122,6 +122,12 @@
    `(ace-jump-face-background ((t (:inherit font-lock-comment-face))))
    `(ace-jump-face-foreground ((t (:foreground ,ample/orange))))
 
+
+   `(avy-background-face  ((t (:foreground ,ample/dark-gray :background nil))))
+   `(avy-lead-face  ((t (:foreground "white" :background ,ample/red))))
+   `(avy-lead-face-0  ((t (:foreground "white" :background ,ample/blue))))
+   `(avy-lead-face-1  ((t (:foreground "white" :background ,ample/fg))))
+
    `(vertical-border ((t (:background ,ample/darker-gray :foreground 
,ample/darkest-gray))))
 
    `(hl-line ((t (:background "#1f1f1f"))))
diff --git a/ample-light-theme.el b/ample-light-theme.el
index 34d7d34..e9d2ab4 100644
--- a/ample-light-theme.el
+++ b/ample-light-theme.el
@@ -128,6 +128,11 @@
    `(ace-jump-face-background ((t (:inherit font-lock-comment-face :background 
nil))))
    `(ace-jump-face-foreground ((t (:foreground ,ample/purple :bold t 
:background nil))))
 
+   `(avy-background-face  ((t (:foreground ,ample/dark-gray :background nil))))
+   `(avy-lead-face  ((t (:foreground "white" :background ,ample/purple))))
+   `(avy-lead-face-0  ((t (:foreground "white" :background ,ample/blue))))
+   `(avy-lead-face-1  ((t (:foreground "white" :background ,ample/fg))))
+
    `(vertical-border ((t (:background ,ample/darker-gray :foreground 
,ample/darkest-gray))))
 
    `(hl-line ((t (:background ,ample/region-light))))
diff --git a/ample-theme.el b/ample-theme.el
index 5b3b975..7cb217f 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -124,6 +124,11 @@
    `(ace-jump-face-background ((t (:inherit font-lock-comment-face))))
    `(ace-jump-face-foreground ((t (:foreground ,ample/orange))))
 
+   `(avy-background-face  ((t (:foreground ,ample/dark-gray :background nil))))
+   `(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))))
+
    `(vertical-border ((t (:background ,ample/darker-gray :foreground 
,ample/darkest-gray))))
 
    `(hl-line ((t (:background "#1f1f1f"))))



reply via email to

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