From b698e538e8b451c31dc70f69c4b5149b3595c532 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Mon, 12 Sep 2016 13:28:13 +0200 Subject: [PATCH] Change default warn color to yellow --- base/client.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/client.jl b/base/client.jl index 1c544394b8fb1..757ad444bddac 100644 --- a/base/client.jl +++ b/base/client.jl @@ -35,7 +35,7 @@ Available colors are: $available_text_colors_docstring. text_colors have_color = false -default_color_warn = :red +default_color_warn = :yellow default_color_info = :cyan if is_windows() default_color_input = :normal