diff options
| author | jdhao <jdhao@hotmail.com> | 2019-12-02 19:58:22 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-02 19:58:22 +0800 |
| commit | c2b7a49a8395ce77ece18fd02439af9db8e968f8 (patch) | |
| tree | ac1cecec121c4fae1d50734e79203d47f43ac076 /plugins.vim | |
| parent | 92cec98f25e4235b71fe39e7169b01543c61db49 (diff) | |
Update random airline theme candidate
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins.vim b/plugins.vim index 56915b4..d72b923 100644 --- a/plugins.vim +++ b/plugins.vim @@ -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) |
