So, I changed the pnt file to specify color 0, 0, 0 for all pens and it looks much better. Shaded views print in full color while all the 2d stuff is black. Thank you David!
However, previously I was able to specify a text color and have it print that color. Yellow (default) text would print black and Red (highlight) text color would print Red. I have tried specifying pen 4 as 255 0 0, changing system colors to default, using a system color, and a user-defined color but nothing will let my red text print red. Except... After going back and forth for a while the only thing that seems to work was making sure that the pen color matches the system color and the text color. For example...if my highlight color (syscol) is 255 0 0 and I specify pen 4 (pnt) as either highlight color or 255 0 0 AND the text is set to highlight color then it will print the red color. If I change my syscol or text color or pen color to anything else it will print black.
This seems silly to me so if you guys find a better solution please let me know.
Eric