fully document the dark theme. resolves #88.

This commit is contained in:
bling
2013-07-23 23:00:23 -04:00
parent 8d44832c1c
commit 44ac11bed3
4 changed files with 48 additions and 9 deletions

View File

@@ -182,6 +182,14 @@ example that you could add to your vimrc:
call add(g:airline_window_override_funcrefs, function('MyPlugin'))
<
==============================================================================
WRITING THEMES *airline-themes*
Themes are written "close to the metal" -- you will need to know some basic
VimL syntax to write a theme, but if you're written in any programming
language it will be easy to pick up. Have a look at the dark.vim theme
where it is fully documented.
==============================================================================
TROUBLESHOOTING *airline-troubleshooting*