commit 5cd051aba9302b8958424409b25e5e229e6d26e8
parent fa5e0d783d06d75f725e0c0898b4d09f631ecd70
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Sun, 16 Mar 2014 21:20:04 +0100
Merge pull request #103 from emil-e/master
Fix for multiple-cursors cursor face
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -1715,6 +1715,9 @@ customize the resulting theme."
`(ztreep-leaf-face ((,class (:foreground ,base0))))
`(ztreep-node-face ((,class (:foreground ,blue))))
+ ;; multiple-cursors
+ `(mc/cursor-face ((,class (:inherit cursor :inverse-video nil))))
+
)