tools/vim

Install papercolor in vim

seul chan 2018. 2. 23. 10:43

Install

when using Vundle

Plugin 'NLKNguyen/papercolor-theme'

Then add it to ~/.vimrc

set t_Co=256   " This is may or may not needed.

set background=light
# if you want to use dark version
# set background=dark
colorscheme PaperColor

Done!! Easy usage!