From a6b96fd73762739de2fe2168e740f2051a035067 Mon Sep 17 00:00:00 2001 From: yage Date: Wed, 17 Aug 2022 00:50:05 -0600 Subject: [PATCH] shaddap --- vim/color.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/color.vim b/vim/color.vim index 9f404e1..890d3a2 100644 --- a/vim/color.vim +++ b/vim/color.vim @@ -4,7 +4,7 @@ let &t_8f="\[38;2;%lu;%lu;%lum" let &t_8b="\[48;2;%lu;%lu;%lum" set t_Co=256 -colorscheme dim +silent! colorscheme dim highlight Normal guibg=NONE ctermbg=NONE highlight SpellBad guibg=NONE guifg=red ctermbg=NONE ctermfg=red