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
Stolen from Xin, but I cannot comment so you're going to have to accept that
[Console]::ResetColor()
then clear the screen to let the change take effect.
clear
I think that was the problem bucky was having with the previous answer.
Hope this helped!