aranggitoar / cgrey

A clean grey color scheme for vim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cgrey

A clean grey color scheme for vim.

Every color has its cterm equivalent, so it should look the same anywhere.

Installation

Using Vim Plug

Add this to your vimrc:

Plug 'aranggitoar/cgrey'

Then type :PlugInstall in command mode.

Manually

Copy the contents of colors folder to your vim colors folder, by default its at: ~/.vim/colors/.

Activation

Once installed, add this to your vimrc to activate:

colorscheme cgrey
" Or
colorscheme cgrey-tr

About

A clean grey color scheme for vim.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Vim Script 100.0%