Fix flymake faces.

This fixes issue #23 and #28.
This commit is contained in:
Greg Pfeil 2012-02-13 16:19:18 -07:00
parent 9a33d6c429
commit 5334941f95
1 changed files with 2 additions and 5 deletions

View File

@ -207,9 +207,6 @@ 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))))
@ -319,8 +316,8 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(gnus-summary-normal-ticked ((t (:foreground ,base3))))
(gnus-summary-normal-undownloaded ((t (:foreground ,base2))))
;; Flymake
(flymake-errline ((t (:background ,orange))))
(flymake-warnline ((t (:background ,violet))))
(flymake-errline ((t (:background ,base3))))
(flymake-warnline ((t (:background ,base02))))
;; whitespace
(whitespace-empty ((t (:foreground ,red))))
(whitespace-hspace ((t (:foreground ,orange))))