Fix the cursor color – which means you can actually see it in dark mode now.

This commit is contained in:
Greg Pfeil 2011-04-02 09:03:47 +02:00
parent a69b6632f9
commit fb58e62138
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
`(color-theme-solarized
((foreground-color . ,base0)
(background-color . ,base03)
(background-mode . ,mode))
(background-mode . ,mode)
(cursor-color . ,base0))
;; basic faces
(default ((t (:foreground ,base0))))
(cursor ((t (:foreground ,base0 :background ,base03 :inverse-video t))))