mirror of
https://github.com/altercation/solarized
synced 2024-11-24 20:53:03 +00:00
Fix the cursor color – which means you can actually see it in dark mode now.
This commit is contained in:
parent
a69b6632f9
commit
fb58e62138
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue