Home

Awesome

vim-airline-themes Build Status reviewdog

This is the official theme repository for vim-airline

Installation

This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:

Plugin ManagerInstall with...
Pathogengit clone https://github.com/vim-airline/vim-airline-themes ~/.vim/bundle/vim-airline-themes<br/>Remember to run :Helptags to generate help tags
NeoBundleNeoBundle 'vim-airline/vim-airline-themes'
VundlePlugin 'vim-airline/vim-airline-themes'
PlugPlug 'vim-airline/vim-airline-themes'
VAMcall vam#ActivateAddons([ 'vim-airline-themes' ])
Deincall dein#add('vim-airline/vim-airline-themes')
minpaccall minpac#add('vim-airline/vim-airline-themes')
pack feature (native Vim 8 package feature)git clone https://github.com/vim-airline/vim-airline-themes ~/.vim/pack/dist/start/vim-airline-themes<br/>Remember to run :helptags ~/.vim/pack/dist/start/vim-airline-themes/doc to generate help tags
manualcopy all of the files into your ~/.vim directory

Using a Theme

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'

Note: The command :AirlineTheme is only available, if you have also cloned and installed the main vim-airline repository.

Contribution Guidelines

New themes

Modifications to existing themes

Screenshots

Screenshots are in the process of being migrated here. In the meantime you can find screenshots in the existing repository's Wiki.

Maintenance

If you are interested in becoming the official maintainer of this project, please contact @bling, @chrisbra, or @mhartington.

License

MIT License. Copyright (c) 2013-2021 Bailey Ling & Contributors.