Hey I was wondering if inside some code like php if I could make the whole things a solid color.

currently it does this:

<?php
|||||||||||||||||
||||
||||||||||||
|||||||||||||||||
||||||||||
|||||||
?>
and the color ends at the end of the line.

I want it like this:

<?php
|||||||||||||||||
|||||||||||||||||
|||||||||||||||||
|||||||||||||||||
|||||||||||||||||
|||||||||||||||||
?>

But I don't want to change the default color for everything since then I mess other languages (or if I have html or JS in the same file).  Hope my question is clear enough. 

Thanks,
~p4plus2~