From 96b11cf3fdc2e4ef5078af935f44177cb62dbedd Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Thu, 19 Jan 2017 15:27:19 +0100 Subject: [PATCH] [mycolor]Change color for colorColumn --- .vim/colors/mycolor.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\+$/