Post

Changing vim default colorscheme

Changing vim default colorscheme

Steps on changing your vim default color scheme

  1. Create a color config folder
    1
    
    mkdir -p ~/.vim/color</li>
    
  2. Copy your preferred scheme from the share folder
    1
    
    cp /usr/share/vim/vim73/colors/slate.vim ~/.vim/color/slate.vim
    
  3. 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.