branch: elpa/spacemacs-theme
commit 3b458f7d072fda68d89829f62d3b0dfb12983c47
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Support evil-mc (Fix #137)
Signed-off-by: nashamri <[email protected]>
---
spacemacs-common.el | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 4efa84069a..b2ce6f008f 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -403,6 +403,12 @@ to 'auto, tags may not be properly aligned. "
`(evil-goggles-undo-redo-change-face ((,class (:background ,blue-bg-s
:foreground ,blue))))
`(evil-goggles-undo-redo-remove-face ((,class (:background ,red-bg-s
:foreground ,red))))
+;;;;; evil-mc
+ `(evil-mc-cursor-bar-face ((,class (:foreground ,mat))))
+ `(evil-mc-cursor-default-face ((,class (:background ,mat :foreground
,bg4))))
+ `(evil-mc-cursor-hbar-face ((,class (:foreground ,mat))))
+ `(evil-mc-region-face ((,class (:inherit highlight))))
+
;;;;; flycheck
`(flycheck-error
((,(append '((supports :underline (:style line))) class)