1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update airlinetheme

This commit is contained in:
jdhao 2020-07-15 00:07:03 +08:00
parent 7e4f329873
commit d4a1a45f97

View File

@ -755,7 +755,7 @@ endif
"""""""""""""""""""""""""""vim-airline setting""""""""""""""""""""""""""""""
" Set airline theme to a random one if it exists
let s:candidate_airlinetheme = ['ayu_mirage', 'base16_flat',
\ 'lucius', 'hybridline', 'ayu_dark', 'base16_bright',
\ 'lucius', 'ayu_dark', 'base16_bright',
\ 'base16_adwaita', 'jellybeans', 'base16_isotope', 'jet',
\ 'luna', 'raven', 'term', 'base16_summerfruit']
let s:idx = utils#RandInt(0, len(s:candidate_airlinetheme)-1)