mirror of
https://github.com/whatyouhide/vim-gotham.git
synced 2026-09-10 07:26:17 -04:00
fix #27 Wrong color for Error and WarningMsg
This commit is contained in:
parent
89a06ec601
commit
14adcf201f
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue