Improve inactive airline colors
See <https://github.com/vim-airline/vim-airline-themes/issues/191> for discussion
This commit is contained in:
parent
c8c0a93254
commit
0063ec6783
1 changed files with 2 additions and 2 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue