builder-dark.vim is a vim color scheme based on the builder-dark theme from Gnome Builder (which is itself based on freedesktop.org's Tango color palette). builder-dark comes in two variants: builder-dark-warm (warm background) and builder-dark-cold (cold background).
This color scheme requires full color support in your terminal of choice.
Copy colors/builder-dark-*.vim to ~/.vim/colors/ then add the
following to your ~/.vimrc file:
syntax on
colorscheme builder-dark-warm
For the warm background variant
Or
syntax on
colorscheme builder-dark-cold
For the cold background variant
