Environment
PS version: 5.1.18362.752
PSReadline version: 2.0.3
os: 10.0.18362.1 (WinBuild.160101.0800)
PS file version: 10.0.18362.1 (WinBuild.160101.0800)
HostName: ConsoleHost
BufferWidth: 120
BufferHeight: 3000
Exception report
Steps to reproduce
- Change Console background color.
- Change background colors of all PSReadline tokens to the same color.
- Clear the Console.
- Type any command that has unquoted white space in it (ex. Get-Process | Where-Object Name -eq "Explorer")
Expected behavior
White space should use the color scheme set for the Default Token, or the current Console background color.
Actual behavior
Unquoted white space uses the original Console background color, rather than the new background color.

