Add these lines to your ~/.bashrc to make colorful grep | less output.

alias grep='grep --color=always'
export LESS='-R'