Colour Scheme

Install

To install a vim colour scheme (in this example darkblue2.vim):

  • Create the folder:

    ~/.vim/colors/
    
  • Download your colour scheme file e.g: darkblue2.vim, 4295.

  • Copy the file to the colors folder:

    cp darkblue2.vim /home/patrick/.vim/colors/
    
  • To change the color scheme in vim:

    colo <scheme name>
    

    e.g.

    colo darkblue2