This is the official theme repository for vim-airline.
This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:
- Pathogen
git clone https://github.com/vim-airline/vim-airline-themes ~/.vim/bundle/vim-airline-themes
- Remember to run
:Helptags
to generate help tags - NeoBundle
NeoBundle 'vim-airline/vim-airline-themes'
- Vundle
Plugin 'vim-airline/vim-airline-themes'
- Plug
Plug 'vim-airline/vim-airline-themes'
- manual
- copy all of the files into your
~/.vim
directory
Once installed, use :AirlineTheme <theme>
to set the theme, e.g. :AirlineTheme simple
To set in .vimrc, use let g:airline_theme='<theme>'
, e.g. let g:airline_theme='simple'
- Pull requests for new themes are welcome. Please be sure to include a screenshot. You can paste an image into issue #1, and then editing the post to reveal the uploaded image URL.
- Themes are subjective, so if you are going to make modifications to an existing theme, please expose a configurable variable to allow users to choose how the theme will react.
Screenshots are in the process of being migrated here. In the meantime you can find screenshots in the existing repository's Wiki.
If you are interested in becoming the official maintainer of this project, please contact @bling, @chrisbra, or @mhartington.
MIT License. Copyright (c) 2013-2016 Bailey Ling & Contributors.