On 07 Jul 2011, at 07:26, Eric Weir wrote: > > I've discovered a color scheme that I like better than the one I've been > using since starting with Vim/MacVim a few months ago. However, there's one > element that clashes for me -- the color of the cursor. I know what color I'd > like it to be, i.e., the color that CameCase words get in a plugin I use > using this scheme. > > How do I change the color of the cursor? How do I identify and specify the > color I want? > :help :colorscheme
there is a Readme file on color schemes at :e $VIMRUNTIME/colors/README.txt. I would suggest copying the color scheme you like to ~/.vim/colors/, renaming it, and setting the modified copy as your color scheme. You can try color names <http://en.wikipedia.org/wiki/List_of_colors> or use #RRGGBB hexadecimal notation in color schemes. Names work if defined in vim, RGB notation always works. David P Henderson c: xxx.xxx.xxxx -- "You can't have capitalism on the way up and socialism on the way down." -- Newt Gingrich -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
