use inkpot colors within xterm-256

This commit is contained in:
nojhan 2012-08-08 14:10:26 +02:00
commit 2bee8bc24b

6
.vimrc
View file

@ -16,9 +16,15 @@ call pathogen#infect()
set guifont=Inconsolata\ 12
syntax on " syntax coloring by default
color solarized
set background=dark
if &t_Co >= 256 && ! has("gui_running")
" do not use solarized within term with 256 colors
colorscheme inkpot
endif
set textwidth=120
set wrap " auto wrap line view, but not text itself