diff options
| author | jdhao <jdhao@hotmail.com> | 2020-10-08 16:11:30 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-10-08 16:11:30 +0800 |
| commit | ec316b2a82620a47da2f90480ac8f7e827b7f088 (patch) | |
| tree | 442236dcb4d72e1138f74c381c760ea8abd65dcd /plugins.vim | |
| parent | bd96dc5d1871608c2899c1cc3d1f87313c770d0f (diff) | |
update airline themes to use
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins.vim b/plugins.vim index b2ff799..4283bce 100644 --- a/plugins.vim +++ b/plugins.vim @@ -744,8 +744,7 @@ endif """""""""""""""""""""""""""vim-airline setting"""""""""""""""""""""""""""""" " Set airline theme to a random one if it exists let s:candidate_airlinetheme = ['ayu_mirage', 'lucius', 'ayu_dark', 'base16_bright', - \ 'base16_adwaita', 'jellybeans', 'base16_isotope', - \ 'luna', 'raven', 'term', 'base16_summerfruit'] + \ 'base16_adwaita', 'jellybeans', 'luna', 'raven', 'term', 'base16_summerfruit'] let s:idx = utils#RandInt(0, len(s:candidate_airlinetheme)-1) let s:theme = s:candidate_airlinetheme[s:idx] |
