I'm typing :colorscheme desert
or :colorscheme default
or any other type of colorscheme in my vim, and I'm just getting the same one colorered text for my code with a black background. I would like the text in my files to have multiple colors to distinguish things but don't know how to do this
Colorscheme is not changing anything in vim
1.6k views Asked by Sam At
2
Perhaps you could provide your
.vimrc
and:version
.You may be missing any of these:
syntax on
set t_Co=256
filetype plugin indent on