diff --git a/lua/zenbones/template/vim.lua b/lua/zenbones/template/vim.lua index aa94ed2..41ad7c1 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 - set t_Co=256 endif set background=${background} @@ -14,6 +13,8 @@ if has('nvim') && (!exists('g:zenbones_compat') || g:zenbones_compat == 0) finish else ${vimcolors} +highlight! link StatusLineTerm StatusLine +highlight! link StatusLineTermNC StatusLineNC endif if has('terminal')