From 5c83f8216604ade7970258b93d97ae36706e772e Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 7 Jun 2013 09:02:39 +0300 Subject: [PATCH] .vimrc: Switch back to default 16-color solarized With the terminal palette using 16-color solarized-dark, this is actually much nicer. --- .vimrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.vimrc b/.vimrc index cca344e..c55a7f9 100644 --- a/.vimrc +++ b/.vimrc @@ -14,7 +14,5 @@ if version >= 600 filetype indent on " enable file type indents endif -" use 256-color "degraded" mode (default is 16 colors, best when terminal is using solarized colors too) -let g:solarized_termcolors=256 let g:solarized_termtrans=1 colorscheme solarized