aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-07-29 00:04:03 +0800
committerjdhao <jdhao@hotmail.com>2020-07-29 00:04:03 +0800
commit9ca30bd4313baf9b32592818a5a68ca1b453670c (patch)
tree6de92e23cb1d6d5a6987178b71d067bff277dcea
parent523e8fe300a6dd47d6dfe52bdbe135acbd7a1a49 (diff)
update color theme
-rw-r--r--plugins.vim2
1 files changed, 1 insertions, 1 deletions
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]