solarized-emacs

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

commit e966024ab9d4a99874f586bc75ce3f41cbb6cf6e
parent 66029305e3675fad8af7eb1eee6f1fc564e2593e
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sun, 19 Apr 2015 16:21:00 +0200

Remove mouse face

Related to discussion in #178

Diffstat:
Msolarized.el | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -278,8 +278,6 @@ customize the resulting theme." `(match ((,class (:background ,base02 :foreground ,base1 :weight bold)))) `(cursor ((,class (:foreground ,base03 :background ,base0 :inverse-video t)))) - `(mouse ((,class (:foreground ,base03 :background ,base0 - :inverse-video t)))) `(escape-glyph ((,class (:foreground ,violet)))) `(fringe ((,class (:foreground ,s-fringe-fg :background ,s-fringe-bg)))) `(highlight ((,class (:background ,base02))))