diff --git a/plugins.vim b/plugins.vim index 627f4ca..384ef9d 100644 --- a/plugins.vim +++ b/plugins.vim @@ -756,7 +756,7 @@ endif " Set airline theme to a random one if it exists let s:candidate_airlinetheme = ['ayu_mirage', 'base16_flat', \ 'lucius', 'ayu_dark', 'base16_bright', - \ 'base16_adwaita', 'jellybeans', 'base16_isotope', 'jet', + \ 'base16_adwaita', 'jellybeans', 'base16_isotope', \ 'luna', 'raven', 'term', 'base16_summerfruit'] let s:idx = utils#RandInt(0, len(s:candidate_airlinetheme)-1) let s:theme = s:candidate_airlinetheme[s:idx]