mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-17 05:49:41 +08:00
fill in inactive modified colors.
This commit is contained in:
@@ -41,6 +41,7 @@ function! s:generate()
|
||||
" And of course, you can always do it manually as well.
|
||||
let s:IA = [ '#444444', '#1c1c1c', 237, 234 ]
|
||||
let g:airline#themes#jellybeans#palette.inactive = airline#themes#generate_color_map(s:IA, s:IA, s:IA, s:file)
|
||||
let g:airline#themes#jellybeans#palette.inactive_modified = g:airline#themes#jellybeans#palette.normal_modified
|
||||
endfunction
|
||||
|
||||
call s:generate()
|
||||
|
||||
Reference in New Issue
Block a user