Changing vim default colorscheme
Changing vim default colorscheme
Steps on changing your vim default color scheme
- Create a color config folder
1
mkdir -p ~/.vim/color</li>
- Copy your preferred scheme from the share folder
1
cp /usr/share/vim/vim73/colors/slate.vim ~/.vim/color/slate.vim
- Set the scheme in vimrc
1 2
vim ~/.vimrc add 'colorscheme slate'
This post is licensed under CC BY 4.0 by the author.
Comments powered by Disqus.