vim-airline-themes/autoload/airline/themes/base16_shell.vim
Daniel Wennberg 0aca6c1fe4 Improve base16_shell and rename to base16_vim
The theme now dynamically loads the correct base16 palette regardless of
how base16-vim is used (using base16_shell, or setting 'termguicolors',
or using gvim). # Please enter the commit message for your changes. Lines
starting
2018-09-05 08:36:17 -07: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()