zenflesh deprecation for compat mode

This commit is contained in:
Michael Chris Lopez
2021-11-01 13:22:05 +08:00
parent 47170c2a2c
commit bdb2e23aa2

View File

@@ -28,6 +28,9 @@ if has('nvim') && (!exists('g:zenbones_compat') || g:zenbones_compat == 0)
lua require "lush"(require "zenflesh", { force_clean = false })
finish
else
echohl ErrorMsg | echo 'zenflesh is deprecated. Please use zenbones with background=dark.' | echohl None
highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold
highlight BufferVisible guifg=#CAD0D4 guibg=NONE guisp=NONE gui=NONE
highlight BufferVisibleIndex guifg=#CAD0D4 guibg=NONE guisp=NONE gui=NONE