Wrong color for Error and WarningMsg (#28)

Closes #27.
This commit is contained in:
Cenk Altı 2016-04-20 09:52:56 +03:00 committed by Andrea Leopardi
parent 89a06ec601
commit 4564469fac
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.