Made the autocompletion menu colours a bit more cohesive with the theme

This commit is contained in:
Kevin 2014-02-23 21:50:32 -05:00
parent 2178d44800
commit 2ea231ecaa

View file

@ -273,8 +273,8 @@ endif
"Default foreground and background
call s:X("Normal","bcbcbc","262626","","White",s:termBlack)
call s:X("Pmenu","303030","87d7ff","","Grey","LightBlue")
call s:X("PmenuSel","bcbcbc","4e4e4e","","White","Black")
call s:X("Pmenu","87d7ff","303030","","Grey","LightBlue")
call s:X("PmenuSel","87d7ff","4e4e4e","bold","White","Black")
call s:X("CursorLine","","3a3a3a","bold","",s:termBlack)
call s:X("CursorLineNr","000000","87d7ff","bold",s:termBlack,"Blue")