diff --git a/base/errorshow.jl b/base/errorshow.jl index 0fd0a4c32a8ff..44694bc3f60de 100644 --- a/base/errorshow.jl +++ b/base/errorshow.jl @@ -562,8 +562,8 @@ function replaceuserpath(str) return str end -const STACKTRACE_MODULECOLORS = [:magenta, :blue, :cyan, :green, :yellow] -const STACKTRACE_FIXEDCOLORS = IdDict(Base => :red, Core => :red) +const STACKTRACE_MODULECOLORS = [:magenta, :cyan, :green, :yellow] +const STACKTRACE_FIXEDCOLORS = IdDict(Base => :light_black, Core => :light_black) stacktrace_expand_basepaths()::Bool = tryparse(Bool, get(ENV, "JULIA_STACKTRACE_EXPAND_BASEPATHS", "false")) === true