striker wrote:

I am using colorscheme vo_dark. When I :set cul or use visual highlighting, the color for the highlight is light gray and makes the highlighted text very difficult to see. ..snip..

My question is this:
What do I need to look for and change in order to implement a new color for the highlighting?

**************************************************************
Another color related question:
Can anyone tell me of a plugin or way to turn-on highlighting for a single word?


Perhaps hicolors.vim will help -- its an editor for your current colorscheme.:
 http://vim.sourceforge.net/scripts/script.php?script_id=1081

From within vim,

 :he hicolors

to see the highlighting colors in their own colors as currently defined

Then, right click on any color you wish to change.  You'll have, depending
on whether you're using gvim or vim, some sliders or a color table to click
on and modify the color with.  Click on "Done" when one is done with
each color.  Modify as many as you wish; on the last one, click on
"WriteColorscheme" and save the colorscheme to a new name.   Put the
colorscheme in your .vim/colors directory, and put
  color YourNewColorSchemeName
in your .vimrc.

Regards,
Chip Campbell

Reply via email to