diff options
| author | jdhao <jdhao@hotmail.com> | 2019-12-19 21:03:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-19 21:03:10 +0800 |
| commit | 1d3b488e7a82c3c50f519d74585365bf9a7583e5 (patch) | |
| tree | b2c9c6ece5d216b9cf9ebc6c998255b2172aca2b /plugins.vim | |
| parent | 54e03e5bfc4f0a2f6c72aed5b89f7bf59bb6af43 (diff) | |
Remove unsuitable airline themes
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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] |
