diff --git a/.vim/colors/mycolor.vim b/.vim/colors/mycolor.vim index 52def78..8d43cbb 100644 --- a/.vim/colors/mycolor.vim +++ b/.vim/colors/mycolor.vim @@ -88,7 +88,7 @@ endif highlight! ErrorMsg ctermfg=Red ctermbg=Black endif - +highlight ColorColumn ctermbg=236 " define whitespaces at end of line as bad whitespaces match BadWhitespace /\s\+$/