remove all themes from the core repository except for the default.

resolves #923
This commit is contained in:
Bailey Ling
2016-01-29 22:24:49 -05:00
parent ce44577f1b
commit d7fd8ca649
39 changed files with 14 additions and 2342 deletions

View File

@@ -881,9 +881,12 @@ VimL syntax to write a theme, but if you've written in any programming
language before it will be easy to pick up.
The |dark.vim| theme fully documents this procedure and will guide you through
the process. The |jellybeans.vim| theme is another example of how to write a
theme, but instead of manually declaring colors, it extracts the values from
highlight groups.
the process.
For other examples, you can visit the official themes repository at
<https://github.com/vim-airline/vim-airline-themes>. It also includes
examples such as |jellybeans.vim| which define colors by extracting highlight
groups from the underlying colorscheme.
==============================================================================
TROUBLESHOOTING *airline-troubleshooting*