fix #27 Wrong color for Error and WarningMsg

This commit is contained in:
Cenk Alti 2016-04-20 00:25:53 +03:00
parent 89a06ec601
commit 14adcf201f
2 changed files with 4 additions and 0 deletions

View file

@ -169,7 +169,9 @@ call s:Col('PmenuThumb', '', 'base4')
" Command line stuff.
call s:Col('ErrorMsg', 'red', 'base1')
call s:Col('Error', 'red', 'base1')
call s:Col('ModeMsg', 'blue')
call s:Col('WarningMsg', 'red')
" Wild menu.
" StatusLine determines the color of the non-active entries in the wild menu.

View file

@ -169,7 +169,9 @@ call s:Col('PmenuThumb', '', 'base4')
" Command line stuff.
call s:Col('ErrorMsg', 'red', 'base1')
call s:Col('Error', 'red', 'base1')
call s:Col('ModeMsg', 'blue')
call s:Col('WarningMsg', 'red')
" Wild menu.
" StatusLine determines the color of the non-active entries in the wild menu.