improve algorithm for inactive colors. resolves #178.

This commit is contained in:
Bailey Ling
2013-08-24 02:49:24 +00:00
parent e8d0d24163
commit 30c3613924
6 changed files with 27 additions and 27 deletions
+4 -2
View File
@@ -80,8 +80,10 @@ let g:airline#themes#dark#palette.visual_modified = {
\ }
let s:IA = [ '#4e4e4e' , '#1c1c1c' , 239 , 234 , '' ]
let g:airline#themes#dark#palette.inactive = airline#themes#generate_color_map(s:IA, s:IA, s:IA, s:file)
let s:IA1 = [ '#606060' , '#1c1c1c' , 239 , 234 , '' ]
let s:IA2 = [ '#4e4e4e' , '#1c1c1c' , 239 , 235 , '' ]
let s:IA3 = [ '#4e4e4e' , '#1c1c1c' , 239 , 236 , '' ]
let g:airline#themes#dark#palette.inactive = airline#themes#generate_color_map(s:IA1, s:IA2, s:IA3, s:file)
" Here we define the color map for ctrlp. We check for the g:loaded_ctrlp