|
change fonts permanently for ALL colors using $Host.PrivateData.*ColorName* = "Color"
I can change the following colors of the powershell:
DebugForeGroundColor
DebugBackGroundColor
ErrorForeGroundColor
ErrorBackGroundColor
ProgressForeGroundColor
ProgressBackGroundColor
VerboseForeGroundColor
VerboseBackGroundColor
WarningForeGroundColor
WarningBackGroundColor
Unfortunately they are only changed for the scope of the session. As
soon as I reopen the powershells these settings are gone. How can I
change the colors permanently for all colors ? |