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

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

[nongnu] elpa/ample-theme 0c33af9 104/137: add evil-search-highlight-per


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme 0c33af9 104/137: add evil-search-highlight-persist to all themese
Date: Thu, 21 Oct 2021 18:00:26 -0400 (EDT)

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

    add evil-search-highlight-persist to all themese
---
 ample-flat-theme.el  | 3 +++
 ample-light-theme.el | 3 +++
 ample-theme.el       | 2 ++
 3 files changed, 8 insertions(+)

diff --git a/ample-flat-theme.el b/ample-flat-theme.el
index f0f6a25..2bba35c 100644
--- a/ample-flat-theme.el
+++ b/ample-flat-theme.el
@@ -118,6 +118,9 @@
    `(isearch  ((t (:background ,ample/blue :foreground ,ample/bg))))
    `(lazy-highlight ((t (:background ,ample/bg :foreground ,ample/purple 
:underline t))))
 
+   ;; evil-search-highlight-persist
+   `(evil-search-highlight-persist-highlight-face ((t (:background ,ample/blue 
:foreground ,ample/bg))))
+
    ;; ace-jump
    `(ace-jump-face-background ((t (:inherit font-lock-comment-face))))
    `(ace-jump-face-foreground ((t (:foreground ,ample/orange))))
diff --git a/ample-light-theme.el b/ample-light-theme.el
index 2b09d92..f36514e 100644
--- a/ample-light-theme.el
+++ b/ample-light-theme.el
@@ -124,6 +124,9 @@
    `(isearch           ((t (:background ,ample/blue :foreground ,ample/bg))))
    `(lazy-highlight    ((t (:background ,ample/bg :foreground ,ample/purple 
:underline t))))
 
+   ;; evil-search-highlight-persist
+   `(evil-search-highlight-persist-highlight-face ((t (:background ,ample/blue 
:foreground ,ample/bg))))
+
    ;; ace-jump
    `(ace-jump-face-background ((t (:inherit font-lock-comment-face :background 
nil))))
    `(ace-jump-face-foreground ((t (:foreground ,ample/purple :bold t 
:background nil))))
diff --git a/ample-theme.el b/ample-theme.el
index 7fd8584..5222377 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -119,6 +119,8 @@
    ;; search
    `(isearch           ((t (:background ,ample/blue :foreground ,ample/bg))))
    `(lazy-highlight    ((t (:background ,ample/bg :foreground ,ample/purple 
:underline t))))
+
+   ;; evil-search-highlight-persist
    `(evil-search-highlight-persist-highlight-face ((t (:background ,ample/blue 
:foreground ,ample/bg))))
 
    ;; ace-jump



reply via email to

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