From 0c29df39df092501c298f2217eda646173634c6f Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Wed, 25 Aug 2021 08:24:10 +0800 Subject: [PATCH] highlight clear --- colors/zenbones.vim | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/colors/zenbones.vim b/colors/zenbones.vim index 6338f37..fdda9d9 100644 --- a/colors/zenbones.vim +++ b/colors/zenbones.vim @@ -1,6 +1,12 @@ +if exists('g:colors_name') + highlight clear + syntax reset + set t_Co=256 +endif + " You probably always want to set this in your vim file set background=light -let g:colors_name="zenbones" +let g:colors_name = 'zenbones' "Theme built with Lush.nvim, exported at Tue Aug 24 18:16:17 2021 highlight Type guifg=#5C534F guibg=NONE guisp=NONE gui=NONE