rivotti256.vim
A beautiful low contrast Vim color scheme. Works on 256-color terminals.
Installation
Install with pathogen
cd ~/.vim/bundle
git clone https://github.com/ARivottiC/rivotti256.vimSetup
Add to your .bashrc:
export TERM=xterm256-color
Add to your .vimrc:
set bg=light
colorscheme rivotti256xterm256color-italic
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,
EOFThen add this to your .bashrc:
export TERM=xterm256-color-italic
License
See the LICENSE file for license rights and limitations (MIT).
