From 1d3b488e7a82c3c50f519d74585365bf9a7583e5 Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 19 Dec 2019 21:03:10 +0800 Subject: [PATCH] Remove unsuitable airline themes --- plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.vim b/plugins.vim index 797536f..6189238 100644 --- a/plugins.vim +++ b/plugins.vim @@ -740,7 +740,7 @@ endif let s:candidate_airlinetheme = ['ayu_mirage', 'base16_flat', \ 'base16_grayscale', 'lucius', 'hybridline', 'ayu_dark', \ 'base16_adwaita', 'biogoo', 'distinguished', 'jellybeans', - \ 'luna', 'raven', 'term', 'vice', 'zenburn', 'tomorrow'] + \ 'luna', 'raven', 'term', 'vice', 'zenburn'] let s:idx = utils#RandInt(0, len(s:candidate_airlinetheme)-1) let s:theme = s:candidate_airlinetheme[s:idx]