diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-30 01:59:03 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-30 01:59:03 +0800 |
| commit | ce5710be00b8fee6c92bf00828a6379aa6ee60ac (patch) | |
| tree | 7e92dc0fec141e41e4932b7534f2baff031b203c /core | |
| parent | 116be0f851aab7ea723c4fcd9a7762e4bf683682 (diff) | |
update airline themes
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 4edde50..5741768 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -399,7 +399,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', 'luna', 'raven', 'term', 'base16_summerfruit'] + \ 'base16_adwaita', 'jellybeans', 'luna', 'raven', 'term'] let s:idx = utils#RandInt(0, len(s:candidate_airlinetheme)-1) let s:theme = s:candidate_airlinetheme[s:idx] |
