From 8a29ed24dfcc8edabfd2eeacb75c23b435804982 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Sun, 11 Sep 2016 11:31:47 +0200 Subject: [PATCH] change default info color to cyan --- base/client.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/client.jl b/base/client.jl index 19cc480e4d624..c3432b428cebf 100644 --- a/base/client.jl +++ b/base/client.jl @@ -36,7 +36,7 @@ text_colors have_color = false default_color_warn = :red -default_color_info = :blue +default_color_info = :cyan if is_windows() default_color_input = :normal default_color_answer = :normal