From 9ca30bd4313baf9b32592818a5a68ca1b453670c Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 29 Jul 2020 00:04:03 +0800 Subject: [PATCH] update color theme --- plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]