Go to file
Christian Brabandt a9aa25ce32
Merge pull request #279 from dhduvall/selenized-fixes
update selenized light and dark to match the canonical selenized sRGB values
2024-01-06 14:21:42 +00:00
.github [add] Vim v8.2.2000 version in ci 2021-07-13 02:03:59 +09:00
autoload/airline/themes update selenized light and dark to match the canonical selenized sRGB values 2024-01-06 01:26:58 -08:00
doc Merge pull request #273 from HansSorongon/themes 2022-11-08 22:44:17 +01:00
plugin Haddy New Year! 2021-01-29 14:11:03 +09:00
test delete escape character and [improving] CI performance 2020-06-26 22:31:49 +09:00
.gitignore add .DS_Store 2019-11-22 15:51:41 +09:00
LICENSE Haddy New Year! 2021-01-29 14:11:03 +09:00
README.md Haddy New Year! 2021-01-29 14:11:03 +09:00

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 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')
pack feature (native Vim 8 package feature) git clone https://github.com/vim-airline/vim-airline-themes ~/.vim/pack/dist/start/vim-airline-themes
Remember to run :helptags ~/.vim/pack/dist/start/vim-airline-themes/doc to generate help tags
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-2021 Bailey Ling & Contributors.