I'm trying to improve the appearance of text in my Julia REPL. According to 
this PR (https://github.com/JuliaLang/julia/pull/11250) (which sadly seems to 
have ground to a halt), it should be possible to control the appearance of text 
in the REPL by adding lines to the .juliarc.jl file. 

I've tried adding stuff like:

    ENV["JULIA_WARN_COLOR"] = :normal
    ENV["JULIA_INFO_COLOR"] = :normal

to the .juliarc.jl. I've also tried various commands in the REPL, such as:

    julia> Base.active_repl.prompt_color = Base.text_colors[:normal]

and various other things, but nothing has yet worked. But I feel I'm close! :). 

Anybody successfully controlled the colors in the REPL?

Reply via email to