Unfortunately when CADTutor transitioned from vBulletin to the new Invision forum software, BBCode (e.g. color tags) are no longer permitted within code blocks and are consequently now displayed as part of the code itself.
You can quite easily remove the color tags in Notepad++ using the following Find/Replace:
The RegEx pattern I've used here is:
\[color=[^\]]+\]|\[\/color\]