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