diff --git a/autoload/airline/themes.vim b/autoload/airline/themes.vim index 5379c028..b757fe5f 100644 --- a/autoload/airline/themes.vim +++ b/autoload/airline/themes.vim @@ -38,6 +38,9 @@ endfunction function! airline#themes#patch(palette) for mode in keys(a:palette) + if mode == 'accents' + continue + endif if !has_key(a:palette[mode], 'airline_warning') let a:palette[mode]['airline_warning'] = [ '#000000', '#df5f00', 232, 166 ] endif