Closed
Description
Summary of the new feature / enhancement
As a user I want Write-Host to support specifying full RGB colors on the -Foreground and -Background parameters.
I would also like to be able to specify any of the X11 named colors by name
Proposed technical implementation details (optional)
Instead of needing to write $($PSStyle.Foreground.FromRgb(0xa020f0))
into the string to set a purple color, I want to specify -Foreground A020F0
or -Foreground 0xa020f0
or -Foreground Purple