solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 46589016eef60dd65de81ef997b128f43bbbff35
parent fa5e0d783d06d75f725e0c0898b4d09f631ecd70
Author: Emil Eriksson <shadewind@gmail.com>
Date:   Sun, 16 Mar 2014 16:24:30 +0100

Fix for multiple-cursors cursor face

Diffstat:
Msolarized.el | 3+++
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)))) + )