From e7e3ed59e24da386d037f74806691cefb6bda898 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Sun, 19 Oct 2014 14:52:36 -0500 Subject: [PATCH] [vim] switch to pencil theme --- vim/vimrc.symlink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index b19f965..6b30beb 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -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