This is a theme for vim-airline that does not introduce any colors on its own but uses the terminal's 16 color palette. This is helpful if you aim for a consistent color scheme across all terminal applications.
For example, if your terminal uses the following colors
this theme will yield the following look:
Assuming you've already set up vim-airline, you just have to:
check out this repository with your favourite plugin manager
Plugin Manager | Instructions |
---|---|
Pathogen |
|
Vundle |
|
manual (discouraged) | Extract the archive or clone the repository into a directory in your runtimepath (e.g. ~/.vim/ ):
|
and add let g:airline_theme='cterm16'
to your ~/.vimrc
file.