I added a small hack that uses tput to colorize diffs in cram's output if you use the --color option. Previously I was using | pygmentize -l diff but that was a pain in the ass to type, plus it didn't work with interactive mode.
Feel free to not take this if you don't like using tput to add the colors.