Fix the cursor color – which means you can actually see it in dark mode now.
parent
a69b6632f9
commit
fb58e62138
|
|
@ -49,7 +49,8 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
|
||||||
`(color-theme-solarized
|
`(color-theme-solarized
|
||||||
((foreground-color . ,base0)
|
((foreground-color . ,base0)
|
||||||
(background-color . ,base03)
|
(background-color . ,base03)
|
||||||
(background-mode . ,mode))
|
(background-mode . ,mode)
|
||||||
|
(cursor-color . ,base0))
|
||||||
;; basic faces
|
;; basic faces
|
||||||
(default ((t (:foreground ,base0))))
|
(default ((t (:foreground ,base0))))
|
||||||
(cursor ((t (:foreground ,base0 :background ,base03 :inverse-video t))))
|
(cursor ((t (:foreground ,base0 :background ,base03 :inverse-video t))))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue