Merge pull request #156 from andys8/patch-1

Improve inactive airline colors
This commit is contained in:
D. Ben Knoble 2019-12-06 08:37:22 -05:00 committed by GitHub
commit 72b3757943
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,8 +112,8 @@ let g:airline#themes#dracula#palette = {
\ },
\ ),
\ 'inactive': s:color_map(
\ ['fg', 'selection'],
\ ['fg', 'selection'],
\ ['bg', 'comment'],
\ ['fg', 'bgdark'],
\ ['fg', 'selection'],
\ {
\ 'airline_warning': s:clr('bg', 'orange'),