Edit: The faded gray is only an issue with version 0.9.7.3 and before. It has since been changed to a darker gray.
Pry has nice colorizing, but the value returned when an object is created or changed is a faded gray that I can barely see.
u = User.new
=>#<User... <<<<<< This is what is barely readable.
I tried messing with values in .pryrc, but couldn't get this, or any other color for that matter, to change.