Canop / patine

A minimalist color scheme for vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a minimalist color scheme for vim, only coloring what really matters for coding.

Note: This colorscheme isn't compatible with termguicolors, I should update it but in the meantime I don't recommand it

screenshot

This theme has been tuned for a #0e0e0e terminal background.

Chat on Miaou

Installation:

Assuming Plug

Plug 'https://github.com/Canop/patine'

Assuming Pathogen or a similar plugin manager:

cd ~/.vim/bundle
git clone https://github.com/Canop/patine

Depending on your installation you might have to tell vim to run in 256 colors, which can be done by adding this to ~/.vimrc:

set t_Co=256

Usage:

:colorscheme patine

About

A minimalist color scheme for vim


Languages

Language:Vim Script 100.0%