I changed the colors of the powershell and now I can\'t change the color of the input text, is always yellow.
I changed the color of the background and
This resets the console colors (e.g., [Console]::BackgroundColor): (Paste in the powershell console)
[Console]::ResetColor()