From c9e1eb8c2e6d434d921b318705ae6d219c574698 Mon Sep 17 00:00:00 2001 From: Mads Hartmann Date: Sat, 30 Apr 2011 23:13:57 +0200 Subject: [PATCH] When using the theme as a customs theme the background didn't get set properly. --- solarized-definitions.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solarized-definitions.el b/solarized-definitions.el index c442857..ca7ba64 100644 --- a/solarized-definitions.el +++ b/solarized-definitions.el @@ -92,7 +92,7 @@ will use the 256 degraded color mode." (rotatef base01 base1) (rotatef base00 base0)) `((;; basic - (default ((t (:foreground ,base0)))) + (default ((t (:foreground ,base0 ,:background ,base03)))) (cursor ((t (:foreground ,base0 :background ,base03 :inverse-video t)))) (escape-glyph-face ((t (:foreground ,red))))