Fix for cursor being hidden in OS X

This commit is contained in:
Ryan Krug 2012-02-09 05:47:25 -06:00
parent 3448aa89c0
commit 4f9ace027c
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ in order to expand or compress the tonal range displayed."
`((;; basic
(default ((t (:foreground ,base0 ,:background ,back))))
(cursor
((t (:foreground ,base0 :background ,base03 :inverse-video t))))
((t (:foreground ,base02 :background ,base1 :inverse-video t)))
(escape-glyph-face ((t (:foreground ,red))))
(fringe ((t (:foreground ,base01 :background ,base02))))
(linum ((t (:foreground ,base01 :background ,base02))))