コンソールの色設定

PSReadLine 2.0

 Set-PSReadLineOption -Colors @{
    "Parameter" = [ConsoleColor]::Cyan
    "Operator" = [ConsoleColor]::Gray
 }

PSReadLine 1.0

 Set-PSReadlineOption -TokenKind Command -ForegroundColor White

参考


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS