defer / rivotti256.vim

A beautiful low contrast Vim color scheme. Works on 256-color terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rivotti256.vim

A beautiful low contrast Vim color scheme. Works on 256-color terminal.

vim.png

Installation

Install with pathogen

cd ~/.vim/bundle
git clone https://github.com/ARivottiC/rivotti256.vim

Setup

Add to your .bashrc:

export TERM=xterm256-color

Add to your .vimrc:

set bg=light
colorscheme rivotti256

xterm256color-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,
EOF

Then add to your .bashrc:

export TERM=xterm256-color-italic

About

A beautiful low contrast Vim color scheme. Works on 256-color terminal.


Languages

Language:Vim Script 100.0%