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

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

[nongnu] elpa/material-theme d61eb6f 032/118: switched search to light g


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme d61eb6f 032/118: switched search to light green highlight
Date: Thu, 21 Oct 2021 18:06:14 -0400 (EDT)

branch: elpa/material-theme
commit d61eb6f04c82cd190afd3a3c18e6cd8dfd180f5a
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    switched search to light green highlight
---
 material-theme.el | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/material-theme.el b/material-theme.el
index 05087ad..e97e608 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -111,17 +111,10 @@
    `(flycheck-error ((,class (:underline (:style wave :color ,red)))))
    `(flycheck-warning ((,class (:underline (:style wave :color ,orange)))))
 
-   ;; Evil
-   `(evil-search-highlight-persist-highlight-face ((,class (:foreground 
,foreground
-                                                            :background 
,"#ef6c00"))))
-
    ;; highlight indentation
    `(highlight-indentation-face ((,class (:background, current-line))))
    `(highlight-indentation-current-column-face ((,class (:background, 
far-background))))
 
-   ;; iedit
-   `(iedit-occurrence ((,class (:foreground ,foreground :background ,orange))))
-
    ;; Flymake
    `(flymake-warnline ((,class (:underline (:style wave :color ,orange) 
:background ,background))))
    `(flymake-errline ((,class (:underline (:style wave :color ,red) 
:background ,background))))
@@ -164,11 +157,22 @@
    `(mmm-output-submode-face ((,class (:background ,current-line))))
 
    ;; Search
-   `(match ((,class (:foreground ,selection :background ,current-line 
:inverse-video nil))))
-   `(isearch ((,class (:foreground ,selection :background ,current-line))))
-   `(isearch-lazy-highlight-face ((,class (:foreground ,selection :background 
nil :inverse-video nil))))
+   `(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))))
    `(isearch-fail ((,class (:background ,background :inherit 
font-lock-warning-face :inverse-video t))))
 
+   ;; Evil
+   `(evil-search-highlight-persist-highlight-face ((,class (:foreground 
,background
+                                                            :background 
,green))))
+   ;; iedit
+   `(iedit-occurrence ((,class (:foreground ,background :background ,green))))
+
+   ;; ahs
+   `(ahs-face ((,class (:foreground ,background :background ,green))))
+   `(ahs-plugin-whole-buffer-face ((,class (:foreground ,foreground 
:background ,green))))
+
    ;; Anzu
    `(anzu-mode-line ((,class (:foreground ,orange))))
    `(anzu-replace-highlight ((,class (:inherit isearch-lazy-highlight-face))))



reply via email to

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