簡體   English   中英

如何更改windows終端中PowerShell核心的完成/預測提示顏色?

[英]How to change the completion/prediction hint color in PowerShell core in windows terminal?

我遇到了下一個問題,圖片上“ diff --staged ”的顏色太灰了。 如何改變顏色?

我的操作系統: Windows 11環境: Powershell Core & Windows Terminal

在此處輸入圖像描述

如下使用Set-PSReadLineOption ,在此示例中使用Cyan

Set-PSReadLineOption -Colors @{ InlinePrediction = 'Cyan' }

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM