Add faces for flymake.

This is for issue #23, but they don't seem to work.
This commit is contained in:
Greg Pfeil 2012-02-13 14:24:40 -07:00
parent f2f3e7f1b2
commit ffaa826c47
1 changed files with 3 additions and 0 deletions

View File

@ -207,6 +207,9 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(eshell-ls-symlink ((t (:foreground ,cyan))))
(eshell-ls-unreadable ((t (:foreground ,base00))))
(eshell-prompt ((t (:foreground ,green :weight ,bold))))
;; flymake - FIXME: these don't seem to register
(flymake-errline ((t (:background ,base3))))
(flymake-warnline ((t (:background ,base2))))
;; font-lock
(font-lock-builtin-face ((t (:foreground ,green))))
(font-lock-comment-face ((t (:foreground ,base01 :slant ,italic))))