There is an updated pull request by thyssentishman against master on the mblaze repository https://github.com/thyssentishman/mblaze master https://github.com/leahneukirchen/mblaze/pull/249 mcolor: Add coloring support for diffs Add coloring for diffs sent as part of the email body. This adds support for the following three ENV variables: - **MCOLOR_DIFF_I**: For (I)nserted lines. - **MCOLOR_DIFF_D**: For (D)eleted lines - **MCOLOR_DIFF_R**: For file (R)anges Since the default theme is quite bright, these default to bright colors as well (Green1, Red1 and Yellow1 from the 256 XTerm colors respectively). A patch file from https://github.com/leahneukirchen/mblaze/pull/249.patch is attached