On Monday 14 September 2009, Rafael Santos Coelho wrote:

> I've already tried creating my own $HOME/.vim/colors
> directory and moving the .vim color scheme files to it, but
> that doesn't seem to work, I mean, when I type
> ':colorscheme <new_color_scheme>', nothing happens.
> However, if I type ':colorscheme <color_scheme>',
> <color_scheme> being a pre-existent Vim color scheme, it
> does work. I've also tried adding "colorscheme
> <new_color_scheme>" to my $HOME/.vimrc file, but I had no
> success either.

~/.vim/colors is indeed the correct place for colorschemes you 
want to add to your installation

you might want to check that what you type for 
<new_color_scheme> is the same as what's defined inside the 
colorscheme module on a line that says

    let g:colors_name = <new_color_scheme>

the rule, i think, is that the name of the colorscheme module 
should be the same as the defined g:colors_name with the 
addition of the .vim suffix

about the only other thing that might be breaking this for you 
is that vim may have a different opinion of what $HOME is 
than you do -- to check that, enter

    :echo $HOME

hth,

sc

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to