Added some definitions for font-latex and flyspell.

This commit is contained in:
andersjohansson 2012-05-17 13:02:45 +03:00
parent d929ae829e
commit 20ad40b7e1
1 changed files with 6 additions and 0 deletions

View File

@ -488,6 +488,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)