From a137522db64fad291fafc46c2a25a568239163fb Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Mon, 23 Jun 2014 17:09:58 -0400 Subject: Use peachpuff color scheme. --- vim/vimrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 677c154..785def7 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -19,12 +19,7 @@ endif set nocompatible set background=dark -" solarized options -let g:solarized_termcolors=256 -let g:solarized_visibility="high" -let g:solarized_contrast="high" -colorscheme solarized -"colorscheme murphy +colorscheme peachpuff set visualbell set tw=79 -- cgit v1.2.3