Summary: Learn how to use Windows PowerShell access color options in the PSReadline module.
How can I use Windows PowerShell to alter the colors in the PSReadline module?
Use the Set-PSReadlineOption cmdlet to alter pretty much any item.
For example, to provide a white foreground for error messages, use:
Set-PSReadlineOption –ErrorForegroundColor White