Skip to content

Commit 2cb5cc8

Browse files
authored
minor edit to last paragraph of "Customizing Colors" docs
1 parent d8aa36b commit 2cb5cc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/manual/interacting-with-julia.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,9 @@ appropriate field of ``repl`` in the ``customize_colors`` function above (respec
302302
is also set to false.
303303

304304
You can also customize the color used to render error, warning and informational messages by
305-
setting the appropriate environment variable. For instance, to render warning messages in yellow and
306-
informational messages in cyan you can add the following to your ``juliarc.jl`` file::
305+
setting the appropriate environment variables. For instance, to render error, warning, and informational
306+
messages respectively in magenta, yellow, and cyan you can add the following to your ``juliarc.jl`` file::
307307

308+
ENV["JULIA_ERROR_COLOR"] = :magenta
308309
ENV["JULIA_WARN_COLOR"] = :yellow
309310
ENV["JULIA_INFO_COLOR"] = :cyan
310-
ENV["JULIA_ERROR_COLOR"] = :magenta

0 commit comments

Comments
 (0)