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

upstream-master
Greg Pfeil 15 years ago
parent a69b6632f9
commit fb58e62138
  1. 3
      emacs-color-theme-solarized/color-theme-solarized.el

@ -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))))

Loading…
Cancel
Save