Fix broken pull request #61.

Fixes issue #65.
This commit is contained in:
Greg Pfeil 2012-07-15 18:45:45 -06:00
parent 18cbd412f6
commit 553ce32da3
1 changed files with 2 additions and 2 deletions

View File

@ -498,13 +498,13 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(rcirc-prompt ((t (:foreground ,yellow))))
(rcirc-bright-nick ((t (:foreground ,magenta))))
(rcirc-server ((t (:foreground ,base1))))
(rcirc-timestamp ((t (:foreground ,base01)))))
(rcirc-timestamp ((t (:foreground ,base01))))
;;font-latex
(font-latex-warning-face ((t (,@fg-red))))
(font-latex-sectioning-5-face ((t (,@fg-violet))))
;;flyspell
(flyspell-incorrect ((t (,@fg-red))))
(flyspell-duplicate ((t (,@fg-yellow))))
(flyspell-duplicate ((t (,@fg-yellow)))))
((foreground-color . ,(when (<= 16 (display-color-cells)) base0))
(background-color . ,back)