2018-09-05 15:36:17 +00:00
|
|
|
" This theme has been improved and renamed to base16_vim. The following is
|
|
|
|
" provided for backward compatibility.
|
2016-12-17 15:48:31 +00:00
|
|
|
|
2018-09-05 15:36:17 +00:00
|
|
|
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
|
2016-12-17 15:48:31 +00:00
|
|
|
|
2018-09-05 15:36:17 +00:00
|
|
|
call airline#themes#base16_shell#refresh()
|