Add section for vim terminal in airline theme (#134)

Closes #133
This commit is contained in:
Brad Dielman 2019-04-01 20:56:39 -04:00 committed by Derek Sifford
parent 25a22bb333
commit 9b856347b9

View file

@ -124,6 +124,14 @@ let g:airline#themes#dracula#palette = {
\ 'airline_error': s:clr('bg', 'red'),
\ },
\ ),
\ 'terminal': s:color_map(
\ ['bg', 'purple'],
\ ['fg', 'comment'],
\ ['fg', 'selection'],
\ {
\ 'airline_term': s:clr('fg', 'selection'),
\ },
\ ),
\}
" Extensions: {{{