When using the theme as a customs theme the background didn't get set properly.

This commit is contained in:
Mads Hartmann 2011-04-30 23:13:57 +02:00
parent 096297b463
commit c9e1eb8c2e
1 changed files with 1 additions and 1 deletions

View File

@ -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))))