Disable automatic procedure text colors?

I'm wondering if there a way to disable automatic text coloring in procedure files (as well as at the command line)? By automatic text coloring I mean comments turning red, variable definitions blue, etc.
If you're using Igor 7, use the Misc->Miscellaneous Settings dialog. Choose the Text Editing category and then the Color tab. Then uncheck the "Syntax Coloring" group box.

If you're using an older version (or want to do it the hard way in Igor 7), execute the following command on Igor's command line for more information:
DisplayHelpTopic "Syntax Coloring"

Perfect. Thank you! I am using Igor 7 and looked in those settings, but I had overlooked the color tab.