Fix the cursor color for color-theme.

Fixes issue #59.
This commit is contained in:
Greg Pfeil 2012-05-07 17:52:52 -06:00
parent 1d83105039
commit d929ae829e
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(background-color . ,back)
(background-mode . ,mode)
(cursor-color . ,(when (<= 16 (display-color-cells))
base03)))))))))
base0)))))))))
(defmacro create-solarized-theme (mode)
(let* ((theme-name (intern (concat "solarized-" (symbol-name mode))))