[solarized] add option to change inactive window border from light to dark

This commit is contained in:
Brandon Bayer
2016-09-21 14:32:08 -05:00
parent 8b58708ec4
commit 1cb71592e2
2 changed files with 17 additions and 5 deletions
+7
View File
@@ -122,6 +122,13 @@ look more like classic powerline in normal mode. To enable it:
>
let g:airline_solarized_normal_green = 1
g:airline_solarized_dark_inactive_border
Changes inactive window panes to have a dark bottom border instead
of light by default. To enable it:
>
let g:airline_solarized_dark_inactive_border = 1
==============================================================================
CONTRIBUTIONS *airline-themes-contributions*