mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-11 09:08:25 +08:00
reload colors when tomorrow theme changes
This commit is contained in:
@@ -36,5 +36,5 @@ endfunction
|
||||
call s:generate()
|
||||
augroup airline_tomorrow
|
||||
autocmd!
|
||||
autocmd ColorScheme * call <sid>generate()
|
||||
autocmd ColorScheme * call <sid>generate() | call airline#reload_highlight()
|
||||
augroup END
|
||||
|
||||
Reference in New Issue
Block a user