Skip to content

Commit 9b83cd6

Browse files
authored
Merge pull request #18442 from JuliaLang/kc/end_of_all_terror
change default info color to cyan
2 parents 9a40607 + 8a29ed2 commit 9b83cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/client.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ text_colors
3636

3737
have_color = false
3838
default_color_warn = :red
39-
default_color_info = :blue
39+
default_color_info = :cyan
4040
if is_windows()
4141
default_color_input = :normal
4242
default_color_answer = :normal

0 commit comments

Comments
 (0)