match up gui colors with term colors for dark theme.

This commit is contained in:
bling 2013-08-25 13:11:11 -04:00
parent b7cf6703e5
commit 3fba032439
1 changed files with 3 additions and 3 deletions

View File

@ -80,9 +80,9 @@ let g:airline#themes#dark#palette.visual_modified = {
\ }
let s:IA1 = [ '#606060' , '#1c1c1c' , 239 , 234 , '' ]
let s:IA2 = [ '#4e4e4e' , '#1c1c1c' , 239 , 235 , '' ]
let s:IA3 = [ '#4e4e4e' , '#1c1c1c' , 239 , 236 , '' ]
let s:IA1 = [ '#4e4e4e' , '#1c1c1c' , 239 , 234 , '' ]
let s:IA2 = [ '#4e4e4e' , '#262626' , 239 , 235 , '' ]
let s:IA3 = [ '#4e4e4e' , '#303030' , 239 , 236 , '' ]
let g:airline#themes#dark#palette.inactive = airline#themes#generate_color_map(s:IA1, s:IA2, s:IA3, s:file)