vim colorschemes not changing background color -


i try apply various color schemes in vim have seen on net. whatever scheme choose, background remains white, though screenshots of applied scheme shows background should colored.

in schemes, of background change color, space right of lines containing text still remains white.

i'm using vim 7.2 on mac. have started messing non-gui applications, should pretty out of box..

does overall settings terminal window have it?

when running macvim, looks ok. when starting vim terminal things looks strange..

i have in .vimrc , solved problem me using while using putty.

set t_co=256 set background=dark colorscheme mustang highlight normal ctermbg=none highlight nontext ctermbg=none 

it's important load colorscheme before ctermbg settings in .vimrc because need override same ones set colorscheme. means can't switch colorscheme while vim running , expect work.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -