diff options
| author | jdhao <jdhao@hotmail.com> | 2020-07-13 20:51:08 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-13 20:51:08 +0800 |
| commit | 7e4f329873d2d1e3170e7ba98a1df69580327987 (patch) | |
| tree | 1a8a570b0eb0e79671f6b362f959e1f76535bfae | |
| parent | a6a61acab925b81b4dba15c2a7705b6059e5d469 (diff) | |
update vim-airline theme
| -rw-r--r-- | plugins.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins.vim b/plugins.vim index 9067839..3b5b114 100644 --- a/plugins.vim +++ b/plugins.vim @@ -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] |
