Right now it appears Pry.config.color = false can be set (https://github.com/pry/pry/wiki/Customization-and-configuration#color), but irb and other programs support NO_COLOR to disable color output: https://no-color.org/. What do you think about supporting this?