diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-27 20:18:25 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-09-27 20:18:25 +0800 |
| commit | a94be81fb5f8d61f30bacc720365196372adf06b (patch) | |
| tree | 73116c4ab89138a99e402fc8bf70394bc60a630e | |
| parent | a5ff42407bea5ac2e75cd083c0bb67f71bcb7bc7 (diff) | |
update airline setting
| -rw-r--r-- | plugins.vim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins.vim b/plugins.vim index 10261f8..6e15788 100644 --- a/plugins.vim +++ b/plugins.vim @@ -775,8 +775,7 @@ endif "{{ UI: Status line, look """""""""""""""""""""""""""vim-airline setting"""""""""""""""""""""""""""""" " Set airline theme to a random one if it exists -let s:candidate_airlinetheme = ['ayu_mirage', 'base16_flat', - \ 'lucius', 'ayu_dark', 'base16_bright', +let s:candidate_airlinetheme = ['ayu_mirage', 'lucius', 'ayu_dark', 'base16_bright', \ 'base16_adwaita', 'jellybeans', 'base16_isotope', \ 'luna', 'raven', 'term', 'base16_summerfruit'] let s:idx = utils#RandInt(0, len(s:candidate_airlinetheme)-1) |
