From 3e05eed5b0947ec5608220175bc750c1992428bd Mon Sep 17 00:00:00 2001 From: WhispyDEV <86391149+whispydev@users.noreply.github.com> Date: Wed, 19 Jan 2022 11:04:53 -1000 Subject: [PATCH] color: add allowed color values (#7553) --- pages/windows/color.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/windows/color.md b/pages/windows/color.md index 8d38cd50a..d5bdba1e3 100644 --- a/pages/windows/color.md +++ b/pages/windows/color.md @@ -11,6 +11,6 @@ `color /?` -- Set the console foreground and background to a specific color: +- Set the console foreground and background to a specific color using hexadecimal numbers (`1-9,a-f`): `color {{foreground_code}}{{background_code}}`