add inactive modified theme support to the rest of the themes (except powerlineish).

This commit is contained in:
Bailey Ling
2013-07-15 23:09:41 -04:00
parent fdc02107c6
commit c9f717f9e7
4 changed files with 11 additions and 2 deletions
+2
View File
@@ -49,3 +49,5 @@ let g:airline#themes#badwolf#visual_modified = {
let g:airline#themes#badwolf#inactive = airline#themes#generate_color_map(s:IA, s:IA, s:IA, s:file)
let g:airline#themes#badwolf#inactive_modified = {
\ 'statusline' : [ s:V1[1] , '' , s:V1[3] , '' , '' ] }