When I use the 'v' key and select a few lines, the color of the
selection is so light grey, that I fail to see what has been selected.
Could you tell me how to solve the issue?
Regards,
Ajay.
execute this command
highlight Visual ctermbg=DarkGray guibg=DarkGray
after you have selected you color scheme.
jkr
--
Sometimes I think the surest sign that intelligent life exists elsewhere
in the universe is that none of it has tried to contact us. (Calvin)
For a color-scheme switcher that doesn't require hard-coding a
list of colorschemes, this thread[1] offers my solution to the
problem a while back.
-tim
As I've noted in the above tip, I have put all the color scheme rotation code in a
somewhat enhanced version at tip 341 (and will soon delete what's on 955):
http://vim.wikia.com/wiki/Switch_color_schemes
The enhanced version includes the point that Tim mentioned, namely the ability to
rotate among all the installed color schemes (without needing a built-in list).
However, the idea of building in a list of color scheme names was for those people
who wanted to rotate among a selected few schemes.
John