Results 1 to 1 of 1
Hi, as usual, I put my color scheme in ~/.vim/colors/ and put:
Code:
set nocompatible
syntax on
colors bluegreen
in my ~/.vimrc
but vim is using a colorscheme named impact ...
- 09-04-2007 #1Linux Newbie
- Join Date
- Oct 2006
- Posts
- 101
vim colors, impact is default wont change!
Hi, as usual, I put my color scheme in ~/.vim/colors/ and put:
in my ~/.vimrcCode:set nocompatible syntax on colors bluegreen
but vim is using a colorscheme named impact (found out after a :echo g:colors_name ). if I do :colors bluegreen it works... if I copy ~/.vim/colors/bluegreen.vim to ~/.vim/colors/impact.vim it works. I really want to find the real reason it's not changing it tho... thanks!--Erik


Reply With Quote
