diff --git a/colors/zenbones.vim b/colors/zenbones.vim index e137a2c..40f6876 100644 --- a/colors/zenbones.vim +++ b/colors/zenbones.vim @@ -1,7 +1,6 @@ " This file is auto-generated from lua/zenbones/template/vim.lua if exists('g:colors_name') highlight clear - syntax reset set t_Co=256 endif diff --git a/colors/zenflesh.vim b/colors/zenflesh.vim index d7dee25..53f69bf 100644 --- a/colors/zenflesh.vim +++ b/colors/zenflesh.vim @@ -1,7 +1,6 @@ " This file is auto-generated from lua/zenbones/template/vim.lua if exists('g:colors_name') highlight clear - syntax reset set t_Co=256 endif diff --git a/lua/zenbones/template/vim.lua b/lua/zenbones/template/vim.lua index 2a14494..aa94ed2 100644 --- a/lua/zenbones/template/vim.lua +++ b/lua/zenbones/template/vim.lua @@ -1,7 +1,6 @@ local template = [[" This file is auto-generated from lua/zenbones/template/vim.lua if exists('g:colors_name') highlight clear - syntax reset set t_Co=256 endif