O parâmetro correto é " -ForegroundColor "
Exemplo de código de teste:
PS > [enum]::GetValues([System.ConsoleColor]) | Foreach-Object {Write-Host $_ -ForegroundColor $_}
DarkGray
Eu estava tentando alterar o CommandForgroundColor por comando
Set-PSReadlineOption -TokenKind Command -CommandForegroundColor DarkGray
mas eu tenho retorno como:
A parameter cannot be found that matches parameter name 'CommandForegroundColor'
Além disso, Como definir o esquema de cores do Powershell permanentemente
Tags powershell