I have no idea. jedi-vim does almost nothing with colors. The only thing it does is basically the function pop ups - that's two new syntax rules in after/
. But I doubt that that's the cause - you can try to disable it (just delete the syntax script). Seriously I think something else is causing it.
Okay. I'll poke around and see what I can find. Thanks.
What colour scheme are you using Noah?
Desert. I tried Solarized earlier, but I'd switched back, so maybe that accidentally set the color without reverting it.
Can you remove all color schemes and test again?
With this as my .vimrc, the completion list is pink. However, if I add the line "colorscheme darkblue", the list changes colors, too. That makes me think it's a setting in the colorscheme, that hasn't been changed in desert. At this point, I can live with it, and it seems to be a problem with my set-up and not jedi-vim. Thanks for the help.
I have exact same problem with pink color pop up completion list and so far I can't figure how to solve it.
hi Pmenu ctermbg=color ctermfg=color
hi PmenuSel ctermbg=color ctermfg=color
Acording to this answer: https://bbs.archlinux.org/viewtopic.php?id=139163
@ramidas Thank you. It works.
@mkadlof Thank you
Most helpful comment
hi Pmenu ctermbg=color ctermfg=color
hi PmenuSel ctermbg=color ctermfg=color
Acording to this answer: https://bbs.archlinux.org/viewtopic.php?id=139163