From bdb2e23aa2c9b4e827dee63ff93b93f32a6bac44 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Mon, 1 Nov 2021 13:22:05 +0800 Subject: [PATCH] zenflesh deprecation for compat mode --- colors/zenflesh.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/colors/zenflesh.vim b/colors/zenflesh.vim index 5353e26..59a41aa 100644 --- a/colors/zenflesh.vim +++ b/colors/zenflesh.vim @@ -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