Wednesday, June 26, 2013

Re: How to change just 1 color of the default colorscheme

On Wednesday, June 26, 2013 12:20:52 PM UTC-5, Charles Campbell wrote:
>
> * Second, change the color. You can put overrides into
>
> $HOME/.vim/after/colors/TheColorschemeNameHere.vim .
>

This doesn't actually work.

Bram, is there a reason it doesn't? I've wanted an after/colors directory on several occasions.

To prove it doesn't work on Windows (from your $HOME\vimfiles directory):

echo echomsg "normal colors sourced"> colors\tester.vim
mkdir after\colors
echo echomsg "after colors sourced"> after\colors\tester.vim
gvim
:colors tester

I only see one message, "normal colors sourced".

--
--
You received this message from the "vim_use" 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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: