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:
parent
54e03e5bfc
commit
1d3b488e7a
@ -740,7 +740,7 @@ endif
|
|||||||
let s:candidate_airlinetheme = ['ayu_mirage', 'base16_flat',
|
let s:candidate_airlinetheme = ['ayu_mirage', 'base16_flat',
|
||||||
\ 'base16_grayscale', 'lucius', 'hybridline', 'ayu_dark',
|
\ 'base16_grayscale', 'lucius', 'hybridline', 'ayu_dark',
|
||||||
\ 'base16_adwaita', 'biogoo', 'distinguished', 'jellybeans',
|
\ '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:idx = utils#RandInt(0, len(s:candidate_airlinetheme)-1)
|
||||||
let s:theme = s:candidate_airlinetheme[s:idx]
|
let s:theme = s:candidate_airlinetheme[s:idx]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user