Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 369 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 369 Bytes

mono-theme

A monochromatic theme for vim/neovim

Install it

Via Plug

Plug 'felipevolpone/mono-theme'

or manually:

mkdir -p ~/.vim/colors
touch ~/.vimrc

wget https://raw.githubusercontent.com/felipevolpone/mono-theme/master/colors/mono.vim -O ~/.vim/colors/mono.vim
echo "colorscheme mono" >> ~/.vimrc

mono in action