From d929ae829ecf142927342445c8cf31d7682fe41a Mon Sep 17 00:00:00 2001 From: Greg Pfeil Date: Mon, 7 May 2012 17:52:52 -0600 Subject: [PATCH] Fix the cursor color for color-theme. Fixes issue #59. --- solarized-definitions.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solarized-definitions.el b/solarized-definitions.el index f42b38e..7ca55bd 100644 --- a/solarized-definitions.el +++ b/solarized-definitions.el @@ -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))))