mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2024-12-05 00:13:34 +08:00
0aca6c1fe4
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
11 lines
354 B
VimL
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()
|