Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 684 Bytes

File metadata and controls

30 lines (22 loc) · 684 Bytes

C

builder-dark.vim

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.

Installation

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