extract colors from normal if undefined (#67, #113).

This commit is contained in:
Bailey Ling
2013-08-04 19:10:44 +00:00
parent 2bedd8ef84
commit a5fe4d9972
4 changed files with 16 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ FEATURES *airline-features*
* integrates with many popular plugins.
* looks good with regular fonts, and provides configuration points so you
can use unicode or powerline symbols.
* optimized for speed; it loads in 1ms.
* optimized for speed; it loads in under a millisecond.
* fully customizable; if you know a little |statusline| syntax you can
tweak it to your needs.
* trivial to write colorschemes; for a minimal theme you need to edit
@@ -67,9 +67,11 @@ values):
>
let g:airline_detect_paste=1
<
* enable iminsert detection
>
let g:airline_detect_iminsert=1
<
* change the default theme
>