branch: elpa/material-theme
commit d61eb6f04c82cd190afd3a3c18e6cd8dfd180f5a
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
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))))