On Jul 7, 2011, at 4:37 PM, Niklas Lindström wrote:

> I use the following approach to customize a colorscheme. Create a new,
> empty file in "~/.vim/colors/" and add something like the following
> (here a "zellner_mod.vim" modifying the zellner colorscheme):
> 
>    runtime colors/zellner.vim
> 
>    let g:colors_name = "zellner_mod"
> 
>    hi LineNr       guibg=grey
>    hi NonText      guibg=grey      guifg=darkgreen
>    hi StatusLine   guibg=grey48
> 
> Then use :colorscheme zellner_mod to load it.

Thanks, Niklas. With help of the list I was able to change the color of the 
cursor, and actually to experiment a bit with colors, in the scheme in question.

As I understand your suggestion, it strike me as similar to this, which Reid 
Thompson shared with me off list.
http://www.vim.org/scripts/script.php?script_id=106 But perhaps I am mistaken?

Sincerely,
------------------------------------------------------------------------------------------
Eric Weir
Decatur, GA  USA
eew...@bellsouth.net




-- 
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

Reply via email to