Home

Awesome

vim-colors-plain

This is a fork of vim-colors-off which is being developed based on my personal taste.

Motivation

Minimalistic colorscheme which uses bold to highlight keywords and a distinguished color for constant literals (string, numbers, JSX tags).

Screenshots

Light Variant

Screenshot Screenshot

Dark Variant

Screenshot Screenshot

Installation & Usage

With vim-plug you add this to the .vimrc:

Plug 'andreypopp/vim-colors-plain'

Then:

set background=light " Set to dark for a dark variant
colorscheme plain

FAQ