A collection of themes for vim-airline
Go to file
Christian Brabandt 65217b41da
base16: do not overwrite StatusLine highlighting
The base16 group contained a reference to the Statusline highlighting
group. That changed highlighting of the group unintentionally and made
the wildmenu unreadable.

Most likely, instead of the 'statusline' group it was meant to use the
airline_c highlighting group. So use this instead.

However there was one additional catch. It used the highlighting from the
vimCommand highlighting group. However that group was only available
when editing vim files, else it would fall back to use the Normal
highlighting group. Since the vimCommand highlighting group however
links to the Statement highlighting group, use that instead. Statement
should always be available.

fixes #158
2018-10-25 08:51:33 +02:00
autoload/airline/themes base16: do not overwrite StatusLine highlighting 2018-10-25 08:51:33 +02:00
doc Add ouo theme 2018-10-21 20:31:55 +08:00
plugin remove all code unrelated to themes 2016-01-27 22:23:12 -05:00
.gitignore Ignore tags files 2016-04-25 23:53:21 -04:00
LICENSE remove all code unrelated to themes 2016-01-27 22:23:12 -05:00
README.md Updated README.md 2017-06-24 17:05:06 +02:00

vim-airline-themes

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 Manager Install with...
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'
VAM call vam#ActivateAddons([ 'vim-airline-themes' ])
Dein call dein#add('vim-airline/vim-airline-themes')
minpac call minpac#add('vim-airline/vim-airline-themes')
manual copy 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

  • 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. Please don't forgot to update the documentation.

Modifications to existing themes

  • 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

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-2017 Bailey Ling & Contributors.