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.
