From 6b7c49cd0ba740eebc9cf562fca75d7594116b44 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 6 Jun 2013 17:05:16 +0300 Subject: [PATCH] .vimrc: Add note about solarized 256 colors mode We're not really even using solarized technically... I prefer the "degraded" 256 color mode to the 16-color mode; too much blue! --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 3993d3a..cca344e 100644 --- a/.vimrc +++ b/.vimrc @@ -14,6 +14,7 @@ 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