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