mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Update random airline theme candidate
This commit is contained in:
parent
92cec98f25
commit
c2b7a49a83
@ -731,7 +731,7 @@ endif
|
||||
"""""""""""""""""""""""""""vim-airline setting""""""""""""""""""""""""""""""
|
||||
" Set airline theme to a random one if it exists
|
||||
let s:candidate_airlinetheme = ['ayu_mirage', 'base16_flat',
|
||||
\ 'base16_grayscale', 'lucius', 'base16_tomorrow', 'ayu_dark',
|
||||
\ 'base16_grayscale', 'lucius', 'hybridline', 'ayu_dark',
|
||||
\ 'base16_adwaita', 'biogoo', 'distinguished', 'jellybeans',
|
||||
\ 'luna', 'raven', 'term', 'vice', 'zenburn', 'tomorrow']
|
||||
let s:idx = utils#RandInt(0, len(s:candidate_airlinetheme)-1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user