You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: NEWS.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ New language features
14
14
Language changes
15
15
----------------
16
16
17
-
* The default color for info messages has been changed from blue to cyan.
18
-
This can be changed back to the original color by setting the environment variable`JULIA_INFO_COLOR` to `"blue"`.
19
-
One way of doing this is by adding `ENV["JULIA_INFO_COLOR"] = :blue` to the `.juliarc.jl` file.
17
+
* The default color for info messages has been changed from blue to cyan and for warning messages from red to yellow.
18
+
This can be changed back to the original colors by setting the environment variables`JULIA_INFO_COLOR` to `"blue"` and `JULIA_WARN_COLOR` to `"red"`.
19
+
One way of doing this is by adding for example `ENV["JULIA_INFO_COLOR"] = :blue` and `ENV["JULIA_WARN_COLOR"] = :red` to the `.juliarc.jl` file.
20
20
For more information regarding customizing colors in the REPL, see this [manual section](http://docs.julialang.org/en/latest/manual/interacting-with-julia/#customizing-colors).
0 commit comments