I would like to add a color scheme rule in vim in which I could apply black over white in a text everytime it's selected in visual mode.
Any ideas ? Thank you.
I would like to add a color scheme rule in vim in which I could apply black over white in a text everytime it's selected in visual mode.
Any ideas ? Thank you.
Try this
hi Visual gui=NONE guibg=White guifg=Black
If that's what you were aiming for, add it to your colorscheme or your _vimrc file.