A beautiful low contrast Vim color scheme. Works on 256-color terminals.
Install with pathogen
cd ~/.vim/bundle
git clone https://github.com/ARivottiC/rivotti256.vim
Add to your .bashrc:
export TERM=xterm256-color
Add to your .vimrc:
set bg=light
colorscheme rivotti256
For xterm256color's italic support run in a shell:
( infocmp xterm-256color-italic > /dev/null 2>&1 ) || tic -<<'EOF'
# A xterm-256color based TERMINFO that adds the escape sequences for italic.
xterm-256color-italic|xterm with 256 colors and italic,
sitm=\E[3m, ritm=\E[23m,
use=xterm-256color,
EOF
Then add this to your .bashrc:
export TERM=xterm256-color-italic
See the LICENSE file for license rights and limitations (MIT).