1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Remove unsuitable airline themes

This commit is contained in:
jdhao 2019-12-19 21:03:10 +08:00 committed by GitHub
parent 54e03e5bfc
commit 1d3b488e7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]