Flymake color support

This commit is contained in:
Benjamin Kudria 2011-04-15 13:45:40 -07:00
parent 5c24edf597
commit 928309a2b2
1 changed files with 3 additions and 0 deletions

View File

@ -225,6 +225,9 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
(gnus-summary-normal-read ((t (:foreground ,base1))))
(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))))
;; Message
(message-mml ((t (:foreground ,blue))))
(message-cited-text ((t (:foreground ,base2))))