Soft color scheme for Vim
To see a list of ready-to-use themes, open any document using the Vim editor and use the following instruction:
:colorscheme [space] [ctrl+d]
To change Vim color scheme use the following command:
:colorscheme [miepu.vim]
Now move the new scheme into it:
mv ~/Downloads/[miepu.vim] ~/.vim/colors
To enable the syntax highlight feature you also need to include the following line:
syntax on