Check out print_with_color. You’ll need to do a search through Base to see all of the available colors.
help> print_with_color INFO: Loading help data... Base.print_with_color(color::Symbol[, io], strings...) Print strings in a color specified as a symbol, for example ":red" or ":blue". On May 22, 2014, at 9:41 AM, Tony Fong <[email protected]> wrote: > Hello, > > It's hopefully a small thing. In REPL, is there a way to print text in color? > I'm doing a bunch of poor man's debugging using println and having some color > differentiation would help productivity. > > T
