/boots.vim

A dark colour scheme for Vim & gVim

Primary LanguageVim script

#Boots.vim

Dark colorscheme for vim.

Use your favorite plugin manager for installation. I like vim-plug.

call plug#begin()
Plug 'scwood/vim-hybrid'
call plug#end()

syntax on
set background=dark
colorscheme hybrid
cout << "Hello world" << endl;

This is a fork. Original documentation found here.

I have modified a few highlight groups to my taste.