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

update airlinethemes

+ Remove jellybeans and luna (they look terrible for ZOC terminal)
+ Add more themes
This commit is contained in:
jdhao 2021-08-05 23:01:51 +08:00
parent 7c8f3b1e21
commit 0283382f6e

View File

@ -378,7 +378,8 @@ endif
"""""""""""""""""""""""""""vim-airline setting""""""""""""""""""""""""""""""
" Set airline theme to a random one if it exists
let s:candidate_airlinetheme = ['ayu_mirage', 'lucius', 'ayu_dark', 'base16_bright',
\ 'base16_adwaita', 'jellybeans', 'luna', 'raven', 'term']
\ 'base16_adwaita', 'raven', 'term', 'gruvbox_material', 'deus', 'edge', 'onedark',
\ 'sonokai']
let s:idx = utils#RandInt(0, len(s:candidate_airlinetheme)-1)
let s:theme = s:candidate_airlinetheme[s:idx]