1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-11 17:15:46 +08:00
2020-06-13 14:06:35 +08:00

11 lines
354 B
VimL
Vendored

" This theme has been improved and renamed to base16_vim. The following is
" provided for backward compatibility.
function! airline#themes#base16_shell#refresh()
call airline#themes#base16_vim#refresh()
let g:airline#themes#base16_shell#palette
\ = g:airline#themes#base16_vim#palette
endfunction
call airline#themes#base16_shell#refresh()