コンソールの色設定

PSReadLine 2.0

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

PSReadLine 1.0

 Set-PSReadlineOption -TokenKind Command -ForegroundColor White

設定の確認

 Get-PSReadlineOption

参考


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS

Last-modified: 2019-05-17 (金) 09:24:32