A collection of themes for vim-airline
Go to file
Daniel Hahler 2c665d516c solarized: add support for g:solarized_base16 by @cuviper
Ref: https://github.com/blueyed/vim-colors-solarized/commit/92f2f994

This also defines 'g' (gui) colors, which might not be necessary and
cause unnecessary overhead (at least it caused an error when given an
invalid color (RGB without hash symbol), but was added for completeness.
2016-05-10 23:00:30 +02:00
autoload/airline/themes solarized: add support for g:solarized_base16 by @cuviper 2016-05-10 23:00:30 +02:00
doc solarized: add support for g:solarized_base16 by @cuviper 2016-05-10 23:00:30 +02: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 Fix installation instructions for new repo 2016-02-15 17:41:17 -08: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:

  • 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

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.

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