Merge pull request #156 from andys8/patch-1
Improve inactive airline colors
This commit is contained in:
commit
72b3757943
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@ let g:airline#themes#dracula#palette = {
|
||||||
\ },
|
\ },
|
||||||
\ ),
|
\ ),
|
||||||
\ 'inactive': s:color_map(
|
\ 'inactive': s:color_map(
|
||||||
\ ['fg', 'selection'],
|
\ ['bg', 'comment'],
|
||||||
\ ['fg', 'selection'],
|
\ ['fg', 'bgdark'],
|
||||||
\ ['fg', 'selection'],
|
\ ['fg', 'selection'],
|
||||||
\ {
|
\ {
|
||||||
\ 'airline_warning': s:clr('bg', 'orange'),
|
\ 'airline_warning': s:clr('bg', 'orange'),
|
||||||
|
|
Loading…
Reference in a new issue