Merge pull request #223 from ming-codes/master

Fix papercolor tabline inactive bug
This commit is contained in:
Christian Brabandt 2020-08-25 13:38:05 +02:00 committed by GitHub
commit fd855c601c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ let g:airline#themes#papercolor#palette.visual_modified = {
" Inactive:
let s:IA = [ '#585858' , '#e4e4e4' , 240 , 254 , '' ]
let g:airline#themes#papercolor#palette.inactive = airline#themes#generate_color_map(s:IA, s:IA, s:IA)
let g:airline#themes#papercolor#palette.inactive.airline_c = s:N2
let g:airline#themes#papercolor#palette.inactive_modified = {
\ 'airline_c': [ '#585858' , '#e4e4e4' , 240 , 254 , '' ] ,
\ }