mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update color theme
This commit is contained in:
parent
523e8fe300
commit
9ca30bd431
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user