You are not logged in.
I'm using vim in cosole and if I want invoke autocomplete menu it pops up in really ugly pink/black color setup... I hate it. How can I change background/foreground colors of autocomplete menu? Thanks
Last edited by examon (2012-04-07 12:57:20)
Offline
Isn't that the Pmenu element?
hilight Pmenu ctermbg=<color> ctermfg=<color>
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Yes you are right Trilby.
Pmenu for menu colors
highlight Pmenu ctermfg=<color> ctermbg=<color>
and PmenSel for selected item colors
highlight PmenuSel ctermfg=<color> ctermbg=<color>
Thanks
Offline