Override the default background colors for Flymake.

Fixes issue #52.
This commit is contained in:
Greg Pfeil 2012-04-09 16:33:00 -06:00
parent 6a7b7d4f43
commit 1aba0ed693
1 changed files with 3 additions and 2 deletions

View File

@ -341,8 +341,9 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
;; extra modules
;; -------------
;; Flymake
(flymake-errline ((t (,@fmt-revr ,@fg-red)))) ; ErrorMsg
(flymake-warnline ((t (,@fmt-bold ,@fg-red)))) ; WarningMsg
(flymake-errline ((t (,@fmt-revr ,@fg-red ,@bg-back)))) ; ErrorMsg
(flymake-warnline ; WarningMsg
((t (,@fmt-bold ,@fg-red ,@bg-back))))
;; column-marker
(column-marker-1 ((t (,@bg-base01))))
(column-marker-2 ((t (,@bg-cyan))))