fill in inactive modified colors.

This commit is contained in:
Bailey Ling
2013-09-05 21:34:48 +00:00
parent 46db9b9bdf
commit 8b71285c6b
15 changed files with 41 additions and 7 deletions
+3
View File
@@ -40,6 +40,9 @@ let g:airline#themes#luna#palette.visual_modified = {
let s:IA = [ '#4e4e4e' , '#002b2b' , 59 , 23 , '' ]
let g:airline#themes#luna#palette.inactive = airline#themes#generate_color_map(s:IA, s:IA, s:IA, s:file)
let g:airline#themes#luna#palette.inactive_modified = {
\ 'airline_c': [ '#450000' , '' , 52 , '' , '' ] ,
\ }
if !get(g:, 'loaded_ctrlp', 0)