/vim-airline-cterm16

A theme for vim-airline that does not introduce any colors on its own but uses the terminal's 16 color palette

Primary LanguageVim ScriptMIT LicenseMIT

vim-airline-cterm16

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

Example terminal colors

this theme will yield the following look: Example look

Installation

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
  1. cd ~/.vim/bundle
  2. git clone https://github.com/bohlender/vim-airline-cterm16
Vundle
  1. add Plugin 'bohlender/vim-airline-cterm16' to your ~/.vimrc file (before call vundle#end())
  2. reload your ~/.vimrc or restart VIM
  3. run :PluginInstall in VIM
manual (discouraged) Extract the archive or clone the repository into a directory in your runtimepath (e.g. ~/.vim/):
  1. cd ~/.vim/
  2. curl -L https://github.com/bohlender/vim-airline-cterm16/tarball/master | tar xz --strip 1

and add let g:airline_theme='cterm16'to your ~/.vimrc file.