1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:50:05 +08:00
SpaceVim/bundle/vim-airline-themes/autoload/airline/themes/base16_shell.vim
2020-06-13 14:06:35 +08:00

11 lines
354 B
VimL

" 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()