summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc7
1 files changed, 1 insertions, 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