From 9987cee83385ce8900ecd72587c48ed4421583a1 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Fri, 2 Oct 2020 11:16:52 +0200 Subject: [PATCH] vim: fix error colors --- .vim/colors/mycolor.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vim/colors/mycolor.vim b/.vim/colors/mycolor.vim index 6a8d13e..bca25d0 100644 --- a/.vim/colors/mycolor.vim +++ b/.vim/colors/mycolor.vim @@ -90,7 +90,8 @@ endif " to be used with set colorcolumn=81 highlight ColorColumn ctermbg=236 - +highlight ALEError ctermbg=DarkMagenta cterm=bold +highlight ALEWarning ctermbg=DarkMagenta cterm=bold " define whitespaces at end of line as bad whitespaces match BadWhitespace /\s\+$/ " define extra spaces at the front of the line as bad whitespaces