branch: elpa/material-theme
commit 356351b7c2726920ea0fdc96da5cf5f8d3dc7ec8
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
added iedit-occurrence
---
material-theme.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/material-theme.el b/material-theme.el
index 3b32e56..1deb160 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -95,6 +95,9 @@
`(evil-search-highlight-persist-highlight-face ((,class (:foreground
,foreground
:background
,"#ef6c00"))))
+ ;; 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))))