branch: elpa/spacemacs-theme
commit c5baa2f12a2e0b306f51977efa43699641b982eb
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Update evil-mc colors
Signed-off-by: nashamri <[email protected]>
---
spacemacs-common.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index b2ce6f008f..3ca9b58c34 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -404,9 +404,9 @@ to 'auto, tags may not be properly aligned. "
`(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-cursor-bar-face ((,class (:foreground ,aqua))))
+ `(evil-mc-cursor-default-face ((,class (:background ,aqua :foreground
,bg4))))
+ `(evil-mc-cursor-hbar-face ((,class (:foreground ,aqua))))
`(evil-mc-region-face ((,class (:inherit highlight))))
;;;;; flycheck