Summary: Learn how to revert Windows PowerShell ISE token values to default values.
I have been playing with token colors in the Windows PowerShell ISE and things are confused.
How can I use Windows PowerShell to change back to default values.?
Use the RestoreDefaultTokenColors method from the Options object:
$psISE.Options.RestoreDefaultTokenColors()