How do i load a different colorscheme when i do a vimdiff
.
I want this because the my current colorscheme does not show some diffs properly in vimdiff
like the same fg/bg color for the text. This makes it impossible to understand the diff. So everytime i do a vimdiff
i have to do :colorscheme some_other_scheme
Can this be done in .vimrc
file?