ryanpcmcquen / true-monochrome_vim

A true black/grey/white theme for vim.

Home Page:http://www.vim.org/scripts/script.php?script_id=5240

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a true black/grey/white theme for vim. I would say it is as close as I have seen to what the original vi editors looked like (think elvis).

To install:

mkdir -p ~/.vim/colors/
wget -N https://raw.githubusercontent.com/ryanpcmcquen/true-monochrome_vim/master/colors/true-monochrome.vim -P ~/.vim/colors/

Add this to your vimrc:

colorscheme true-monochrome

About

A true black/grey/white theme for vim.

http://www.vim.org/scripts/script.php?script_id=5240

License:Mozilla Public License 2.0


Languages

Language:Vim Script 100.0%