give the light theme inactive mode some more color.

This commit is contained in:
Bailey Ling 2013-08-24 04:28:37 +00:00
parent 74849d4a10
commit b7d0ccdac2
1 changed files with 4 additions and 2 deletions

View File

@ -36,6 +36,8 @@ let g:airline#themes#light#palette.visual_modified = {
\ }
let s:IA = [ '#9e9e9e' , '#ffffff' , 247 , 255 , '' ]
let g:airline#themes#light#palette.inactive = airline#themes#generate_color_map(s:IA, s:IA, s:IA, s:file)
let s:IA1 = [ '#666666' , '#b2b2b2' , 242 , 249 , '' ]
let s:IA2 = [ '#8a8a8a' , '#d0d0d0' , 245 , 252 , '' ]
let s:IA3 = [ '#a8a8a8' , '#ffffff' , 248 , 255 , '' ]
let g:airline#themes#light#palette.inactive = airline#themes#generate_color_map(s:IA1, s:IA2, s:IA3, s:file)