joeybeninghove / vim-hybrid

A dark colour scheme for Vim & gVim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#vim-hybrid

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

Original documentation found here.

I have modified a few highlight groups to have more contrast, including tab and status line colors.

About

A dark colour scheme for Vim & gVim


Languages

Language:Vim Script 100.0%