Set mouse face to match text cursor

This commit is contained in:
Jordan Wade 2013-06-14 16:46:32 -05:00
parent f8afe7538c
commit fbdbd15d0e

View file

@ -127,6 +127,8 @@
`(match ((,class (:background ,solarized-hl :foreground ,solarized-emph :weight bold))))
`(cursor ((,class (:foreground ,solarized-bg :background ,solarized-fg
:inverse-video t))))
`(mouse ((,class (:foreground ,solarized-bg :background ,solarized-fg
:inverse-video t))))
`(escape-glyph-face ((,class (:foreground ,red))))
`(fringe ((,class (:foreground ,solarized-fg :background ,solarized-bg))))
`(header-line ((,class (:foreground ,yellow