Merge pull request #61 from andersjohansson/master

Font-latex and flyspell
This commit is contained in:
Greg Pfeil 2012-07-15 07:42:12 -07:00
commit 18cbd412f6
1 changed files with 6 additions and 0 deletions

View File

@ -499,6 +499,12 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(rcirc-bright-nick ((t (:foreground ,magenta))))
(rcirc-server ((t (:foreground ,base1))))
(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))))
((foreground-color . ,(when (<= 16 (display-color-cells)) base0))
(background-color . ,back)