[vim] switch to pencil theme

This commit is contained in:
Nick Nisi
2014-10-19 14:52:36 -05:00
parent fddc35f912
commit e7e3ed59e2

View File

@@ -121,7 +121,7 @@ syntax on
set encoding=utf8
set t_Co=256 " Explicitly tell vim that the terminal supports 256 colors"
set background=dark
colorscheme hybrid
colorscheme pencil
" set number " show line numbers
set relativenumber " show relative line numbers