Bring Flymake highlighting in line with VIM definitions.

Fixes issue #52.
This commit is contained in:
Greg Pfeil 2012-04-09 07:29:50 -06:00
parent 348a923c55
commit 6a7b7d4f43
1 changed files with 2 additions and 2 deletions

View File

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