powershell icon indicating copy to clipboard operation
powershell copied to clipboard

Fix the issue of difficult to see inline prediction clearly in Windows Terminal

Open Golevka2001 opened this issue 2 years ago • 0 comments

The origin theme works well in Powershell. But in Windows Terminal, the inline prediction nearly integrate with the background:

Snipaste_2023-04-04_14-40-54

After adding "InlinePrediction" = [ConsoleColor]::DarkGray:

Snipaste_2023-04-04_14-40-33

No changes to display in Powershell:

image

image


Maybe the color DarkGray was not designed to display it, but I didn't find another color more suitable. And it actually did improve my reading experience.

Golevka2001 avatar Apr 04 '23 06:04 Golevka2001