From ec316b2a82620a47da2f90480ac8f7e827b7f088 Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 8 Oct 2020 16:11:30 +0800 Subject: [PATCH] update airline themes to use --- plugins.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins.vim b/plugins.vim index b2ff799..4283bce 100644 --- a/plugins.vim +++ b/plugins.vim @@ -744,8 +744,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', 'base16_isotope', - \ 'luna', 'raven', 'term', 'base16_summerfruit'] + \ 'base16_adwaita', 'jellybeans', 'luna', 'raven', 'term', 'base16_summerfruit'] let s:idx = utils#RandInt(0, len(s:candidate_airlinetheme)-1) let s:theme = s:candidate_airlinetheme[s:idx]