I am currently playing with the PSReadLine module options in PowerShell. In particular I am setting up a custom color theme. I have been able to set most of the colors I require using the following syntax as an example:
Set-PSReadLineOption -TokenKind Variable -ForegroundColor DarkYellow
However when I use the MenuComplete function of the PSReadLine module by pressing Ctrl+Spacebar the suggestions are highlighted in DarkGreen and I cannot seem to find a way to change these colors.
I don't see this option in the old color settings, but as of 6.1.0, you can change the color of
Selectionlike this: