.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!
This commit is contained in:
Alan Orth 2013-06-06 17:05:16 +03:00
parent 2e4cc9f976
commit 6b7c49cd0b
1 changed files with 1 additions and 0 deletions

1
.vimrc
View File

@ -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