fill in inactive modified colors.

This commit is contained in:
Bailey Ling
2013-09-05 21:34:48 +00:00
parent 83bbd09b0e
commit 8b2d58af59
15 changed files with 41 additions and 7 deletions

View File

@@ -44,4 +44,6 @@ let g:airline#themes#badwolf#palette.visual_modified = {
let g:airline#themes#badwolf#palette.inactive = airline#themes#generate_color_map(s:IA, s:IA, s:IA, s:file)
let g:airline#themes#badwolf#palette.inactive_modified = {
\ 'airline_c': [ s:V1[1] , '' , s:V1[3] , '' , '' ] }