parent
25a22bb333
commit
9b856347b9
1 changed files with 8 additions and 0 deletions
|
@ -124,6 +124,14 @@ let g:airline#themes#dracula#palette = {
|
||||||
\ 'airline_error': s:clr('bg', 'red'),
|
\ 'airline_error': s:clr('bg', 'red'),
|
||||||
\ },
|
\ },
|
||||||
\ ),
|
\ ),
|
||||||
|
\ 'terminal': s:color_map(
|
||||||
|
\ ['bg', 'purple'],
|
||||||
|
\ ['fg', 'comment'],
|
||||||
|
\ ['fg', 'selection'],
|
||||||
|
\ {
|
||||||
|
\ 'airline_term': s:clr('fg', 'selection'),
|
||||||
|
\ },
|
||||||
|
\ ),
|
||||||
\}
|
\}
|
||||||
|
|
||||||
" Extensions: {{{
|
" Extensions: {{{
|
||||||
|
|
Loading…
Reference in a new issue