[update] airline's terminal section color (#196)

This commit is contained in:
IK 2020-06-23 02:11:29 +09:00 committed by GitHub
parent 494dbe9d4e
commit 3916fb2daf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ let g:airline#themes#dracula#palette = {
\ },
\ ),
\ 'terminal': s:color_map(
\ ['bg', 'purple'],
\ ['bg', 'green'],
\ ['fg', 'comment'],
\ ['fg', 'selection'],
\ {