mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-24 22:45:12 +02:00
Revert term highlighting of airline_warning to orange
Highlighting was changed with commit 06f2cb5a89931284ac0a8 Revert it to the old colors.
This commit is contained in:
parent
13ea57b98a
commit
7cfcc4871a
@ -37,7 +37,7 @@ endfunction
|
||||
function! airline#themes#patch(palette)
|
||||
for mode in keys(a:palette)
|
||||
if !has_key(a:palette[mode], 'airline_warning')
|
||||
let a:palette[mode]['airline_warning'] = [ '#000000', '#df5f00', 232, 190 ]
|
||||
let a:palette[mode]['airline_warning'] = [ '#000000', '#df5f00', 232, 166 ]
|
||||
endif
|
||||
if !has_key(a:palette[mode], 'airline_error')
|
||||
let a:palette[mode]['airline_error'] = [ '#000000', '#990000', 232, 160 ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user