Environment
PS version: 7.0.3
PSReadline version: 2.1.0-rc1
os: 10.0.19041.561 (WinBuild.160101.0800)
PS file version: 7.0.3.0
HostName: ConsoleHost (Windows Terminal)
BufferWidth: 110
BufferHeight: 30
Exception report
Steps to reproduce
run
Set-PSReadLineOption -Colors @{Command = "`e[2;93m"}
and then type a command line with some parameters
Expected behavior
only the command gets the faint color
Actual behavior
the faint color attribute is never reset which results in the hole command line being faint