A dark colour scheme for Vim that combines the:
let g:hybrid_use_Xresources = 1 in favour of let g:hybrid_custom_term_colors = 1let g:hybrid_reduced_contrast = 1Copy colors/hybrid.vim to:
~/.vim/colors/hybrid.vim
or alternatively, use a plugin manger such as vim-plug, NeoBundle, Vundle, or Pathogen.
Add to ~/.vimrc:
set background=dark
colorscheme hybrid
Due to the limited 256 palette, colours in Vim and gVim will still be slightly different.
In order to have Vim use the same colours as gVim (the way this colour scheme is intended) define the basic 16 colours in your terminal.
Add the default palette to ~/.Xresources:
https://gist.github.com/3278077

or alternatively, add the reduced contrast palette to ~/.Xresources:
https://gist.github.com/w0ng/16e33902508b4a0350ae

Add to ~/.vimrc:
let g:hybrid_custom_term_colors = 1
let g:hybrid_reduced_contrast = 1 " Remove this line if using the default palette.
colorscheme hybrid
Import the default colour preset into iTerm:
https://raw.githubusercontent.com/w0ng/dotfiles/master/iterm2/hybrid.itermcolors

or alternatively, import the reduced contrast color preset into iTerm:
https://raw.githubusercontent.com/w0ng/dotfiles/master/iterm2/hybrid-reduced-contrast.itermcolors

Add to ~/.vimrc:
let g:hybrid_custom_term_colors = 1
let g:hybrid_reduced_contrast = 1 " Remove this line if using the default palette.
colorscheme hybrid


Vim Script
100.0%
A dark colour scheme for Vim that combines the:
let g:hybrid_use_Xresources = 1 in favour of let g:hybrid_custom_term_colors = 1let g:hybrid_reduced_contrast = 1Copy colors/hybrid.vim to:
~/.vim/colors/hybrid.vim
or alternatively, use a plugin manger such as vim-plug, NeoBundle, Vundle, or Pathogen.
Add to ~/.vimrc:
set background=dark
colorscheme hybrid
Due to the limited 256 palette, colours in Vim and gVim will still be slightly different.
In order to have Vim use the same colours as gVim (the way this colour scheme is intended) define the basic 16 colours in your terminal.
Add the default palette to ~/.Xresources:
https://gist.github.com/3278077

or alternatively, add the reduced contrast palette to ~/.Xresources:
https://gist.github.com/w0ng/16e33902508b4a0350ae

Add to ~/.vimrc:
let g:hybrid_custom_term_colors = 1
let g:hybrid_reduced_contrast = 1 " Remove this line if using the default palette.
colorscheme hybrid
Import the default colour preset into iTerm:
https://raw.githubusercontent.com/w0ng/dotfiles/master/iterm2/hybrid.itermcolors

or alternatively, import the reduced contrast color preset into iTerm:
https://raw.githubusercontent.com/w0ng/dotfiles/master/iterm2/hybrid-reduced-contrast.itermcolors

Add to ~/.vimrc:
let g:hybrid_custom_term_colors = 1
let g:hybrid_reduced_contrast = 1 " Remove this line if using the default palette.
colorscheme hybrid


Vim Script
100.0%