mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update vim-airline theme
This commit is contained in:
parent
a6a61acab9
commit
7e4f329873
@ -755,9 +755,9 @@ 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', 'hybridline', 'ayu_dark',
|
||||
\ 'base16_adwaita', 'biogoo', 'distinguished', 'jellybeans',
|
||||
\ 'luna', 'raven', 'term', 'vice', 'zenburn']
|
||||
\ 'lucius', 'hybridline', '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)
|
||||
let s:theme = s:candidate_airlinetheme[s:idx]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user