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

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

[nongnu] elpa/material-theme 2710e61 109/118: Merge pull request #47 fro


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 2710e61 109/118: Merge pull request #47 from anuragm/master
Date: Thu, 21 Oct 2021 18:06:31 -0400 (EDT)

branch: elpa/material-theme
commit 2710e61ecee1bbec943538305c26af4fe4fca68a
Merge: b66838d b841159
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #47 from anuragm/master
    
    Fix broken search highlights
---
 material-light-theme.el | 5 ++---
 material-theme.el       | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/material-light-theme.el b/material-light-theme.el
index d6dd77f..86d02bf 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -180,8 +180,7 @@
    ;; Search
    `(match ((,class (:foreground ,background :background ,green :inverse-video 
nil))))
    `(isearch ((,class (:foreground ,background :background ,green))))
-   `(isearch-lazy-highlight-face ((,class (:foreground ,background :background 
,green :inverse-video nil))))
-   `(lazy-highlight-face ((,class (:foreground ,background :background ,green 
:inverse-video nil))))
+   `(lazy-highlight ((,class (:foreground ,background :background ,green 
:inverse-video nil))))
    `(isearch-fail ((,class (:background ,background :inherit 
font-lock-warning-face :inverse-video t))))
 
    ;; Evil
@@ -196,7 +195,7 @@
 
    ;; Anzu
    `(anzu-mode-line ((,class (:foreground ,orange))))
-   `(anzu-replace-highlight ((,class (:inherit isearch-lazy-highlight-face))))
+   `(anzu-replace-highlight ((,class (:inherit lazy-highlight))))
    `(anzu-replace-to ((,class (:inherit isearch))))
 
    ;; IDO
diff --git a/material-theme.el b/material-theme.el
index 61d121a..adc6ec5 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -177,8 +177,7 @@
    ;; Search
    `(match ((,class (:foreground ,background :background ,green :inverse-video 
nil))))
    `(isearch ((,class (:foreground ,foreground :background ,green))))
-   `(isearch-lazy-highlight-face ((,class (:foreground ,background :background 
,green :inverse-video nil))))
-   `(lazy-highlight-face ((,class (:foreground ,background :background ,green 
:inverse-video nil))))
+   `(lazy-highlight ((,class (:foreground ,background :background ,green 
:inverse-video nil))))
    `(isearch-fail ((,class (:background ,background :inherit 
font-lock-warning-face :inverse-video t))))
 
    ;; Evil
@@ -193,7 +192,7 @@
 
    ;; Anzu
    `(anzu-mode-line ((,class (:foreground ,orange))))
-   `(anzu-replace-highlight ((,class (:inherit isearch-lazy-highlight-face))))
+   `(anzu-replace-highlight ((,class (:inherit lazy-highlight))))
    `(anzu-replace-to ((,class (:inherit isearch))))
 
    ;; IDO



reply via email to

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